Color Hex Logo

#406f3c Color Hex

#406F3C
(64,111,60)
0 Favorites   0 Comments

Color spaces of #406f3c

RGB 6411160
HSL0.320.300.34
HSV115°46°44°
CMYK 0.420.000.46   0.56
XYZ8.614412.78516.2887
Yxy12.78510.31110.4618
Hunter Lab35.7563-19.569214.6016
CIE-Lab42.4376-27.292023.4455

#406f3c color RGB value is (64,111,60).

#406f3c hex color red value is 64, green value is 111 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #406f3c hue: 0.32 , saturation: 0.30 and the lightness value of 406f3c is 0.34.

The process color (four color CMYK) of #406f3c color hex is 0.42, 0.00, 0.46, 0.56. Web safe color of #406f3c is #336633. Color #406f3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101111 00111100
Octal 100 157 74
Decimal 64 111 60
Hex 40 6F 3C

RGB Percentages of Color #406f3c

%27.23
%47.23
%25.53

CMYK Percentages of Color #406f3c

%42
%0
%46
%56

Triadic Colors of #406f3c

#406f3c #3c406f #6f3c40

Analogous Colors of #406f3c

#406f3c #3c6f52 #5a6f3c

Monochromatic Colors of #406f3c

#406f3c

Complementary Color

#406f3c #6b3c6f

#406f3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406f3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#406f3c Color CSS Codes

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

#406f3c Text Font Color

<p style="color:#406f3c">Text here</p>

This sample text font color is #406f3c
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.


#406f3c Background Color

<div style="background-color:#406f3c">
Div content here</div>

This div background color is #406f3c


#406f3c Border Color

<div style="border:3px solid #406f3c">
Div here</div>

This div border color is #406f3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,111,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406f3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406f3c;
  -webkit-box-shadow: 1px 1px 3px 2px #406f3c;
  box-shadow:         1px 1px 3px 2px #406f3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406f3c


Comments

No comments written yet.

Please login to write comment.