Color Hex Logo

#406744 Color Hex

#406744
(64,103,68)
0 Favorites   0 Comments

Color spaces of #406744

RGB 6410368
HSL0.350.230.33
HSV126°38°40°
CMYK 0.380.000.34   0.60
XYZ8.008011.20787.2101
Yxy11.20780.30300.4241
Hunter Lab33.4781-15.889110.6655
CIE-Lab39.9283-21.874515.5141

#406744 color RGB value is (64,103,68).

#406744 hex color red value is 64, green value is 103 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #406744 hue: 0.35 , saturation: 0.23 and the lightness value of 406744 is 0.33.

The process color (four color CMYK) of #406744 color hex is 0.38, 0.00, 0.34, 0.60. Web safe color of #406744 is #336633. Color #406744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100111 01000100
Octal 100 147 104
Decimal 64 103 68
Hex 40 67 44

RGB Percentages of Color #406744

%27.23
%43.83
%28.94

CMYK Percentages of Color #406744

%38
%0
%34
%60

Triadic Colors of #406744

#406744 #444067 #674440

Analogous Colors of #406744

#406744 #406758 #506740

Monochromatic Colors of #406744

#406744

Complementary Color

#406744 #674063

#406744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#406744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#406744 Color CSS Codes

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

#406744 Text Font Color

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

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


#406744 Background Color

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

This div background color is #406744


#406744 Border Color

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

This div border color is #406744


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,103,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #406744; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #406744;
  -webkit-box-shadow: 1px 1px 3px 2px #406744;
  box-shadow:         1px 1px 3px 2px #406744; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #406744


Comments

No comments written yet.

Please login to write comment.