Color Hex Logo

#40472f Color Hex

#40472F
(64,71,47)
0 Favorites   0 Comments

Color spaces of #40472f

RGB 647147
HSL0.220.200.23
HSV78°34°28°
CMYK 0.100.000.34   0.72
XYZ4.88075.80173.5519
Yxy5.80170.34290.4076
Hunter Lab24.0867-5.98228.1176
CIE-Lab28.9066-7.717613.5208

#40472f color RGB value is (64,71,47).

#40472f hex color red value is 64, green value is 71 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #40472f hue: 0.22 , saturation: 0.20 and the lightness value of 40472f is 0.23.

The process color (four color CMYK) of #40472f color hex is 0.10, 0.00, 0.34, 0.72. Web safe color of #40472f is #333333. Color #40472f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01000111 00101111
Octal 100 107 57
Decimal 64 71 47
Hex 40 47 2F

RGB Percentages of Color #40472f

%35.16
%39.01
%25.82

CMYK Percentages of Color #40472f

%10
%0
%34
%72

Triadic Colors of #40472f

#40472f #2f4047 #472f40

Analogous Colors of #40472f

#40472f #34472f #47422f

Monochromatic Colors of #40472f

#40472f

Complementary Color

#40472f #362f47

#40472f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40472f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40472f Color CSS Codes

.mybgcolor {background-color:#40472f; } 
.myforecolor {color:#40472f; }
.mybordercolor {border:3px solid #40472f; }

#40472f Text Font Color

<p style="color:#40472f">Text here</p>

This sample text font color is #40472f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#40472f Background Color

<div style="background-color:#40472f">
Div content here</div>

This div background color is #40472f


#40472f Border Color

<div style="border:3px solid #40472f">
Div here</div>

This div border color is #40472f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,71,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40472f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40472f;
  -webkit-box-shadow: 1px 1px 3px 2px #40472f;
  box-shadow:         1px 1px 3px 2px #40472f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,71,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #40472f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #40472f;
  -webkit-box-shadow: 1px 1px 3px 2px #40472f;
  box-shadow:         1px 1px 3px 2px #40472f;">
Div content here</div>

This div box has shadow with color #40472f


Comments

No comments written yet.

Please login to write comment.