Html Css Color HEX #3D4B47 Corduroy

📋 copy color: '#3D4B47'

red 61 ◦ green 75 ◦ blue 71

#3D4B47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Corduroy #3D4B47

Tints of Corduroy #3D4B47

RGB

 RED value IS 61 (24.22% from 255) = 29.47%

 GREEN value IS 75 (29.69% from 255) = 36.23%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 29.47%
G = 36.23%
B = 34.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.71

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3D4B47 (or 0x3D4B47) is known color: Corduroy. HEX triplet: 3D, 4B and 47. RGB value is (61,75,71). Sum of RGB (Red+Green+Blue) = 61+75+71=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 75 - color contains mainly: green. Hex color #3D4B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4B47 is #C2B4B8. Grayscale: #464646. Windows color (decimal): -12760249 or 4672317. OLE color: 4672317.

HSL color Cylindrical-coordinate representation of color #3D4B47: hue angle of 162.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3D4B47 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB 61 75 71 -
CMYK 0.19 0 0.05 0.71
HSL 162.86º 0.1% 0.27% -
HSV(B) 162.86º 0.19% 0.29% -
XYZ 5.58 6.48 6.92 -
YUV 70.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 61 75 71 0.19 0 0.05 0.71 162.86 0.1 0.27
Hex 3D 4B 47 13 0 5 47 A3 A 1B
Octal 75 113 107 23 0 5 107 243 12 33
Binary 111101 1001011 1000111 10011 0 101 1000111 10100011 1010 11011

Color Harmonies of #3D4B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D4B47

Black with #3D4B47

Text Example


Text Example

White with #3D4B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D4B47; }

 p { color: rgb(61,75,71); }

 H1.HeaderClassName
 {
   color: #3D4B47;
 }
 .AnyTagClassName
 {
   color: #3D4B47;
 }
</style>

background-color css

<style>
 a { background-color: #3D4B47; }

 a { background-color: rgb(61,75,71); }

 div.DivClassName
 {
   background-color: #3D4B47;
 }
 .BgClassName
 {
   background-color: #3D4B47;
 }
</style>

border-color css

<style>
 span { border-color: #3D4B47; }

 span { border-color: rgb(61,75,71); }

 td.TdClassName
 {
   border-color: #3D4B47;
 }
 .TagClassName
 {
   border-color: #3D4B47;
 }
</style>