Color Hex Logo

#408379 Color Hex

#408379
(64,131,121)
0 Favorites   0 Comments

Color spaces of #408379

RGB 64131121
HSL0.480.340.38
HSV171°51°51°
CMYK 0.510.000.08   0.49
XYZ13.681818.703120.9781
Yxy18.70310.25640.3505
Hunter Lab43.2471-19.21151.5128
CIE-Lab50.3380-23.8973-1.1374

#408379 color RGB value is (64,131,121).

#408379 hex color red value is 64, green value is 131 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #408379 hue: 0.48 , saturation: 0.34 and the lightness value of 408379 is 0.38.

The process color (four color CMYK) of #408379 color hex is 0.51, 0.00, 0.08, 0.49. Web safe color of #408379 is #339966. Color #408379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000011 01111001
Octal 100 203 171
Decimal 64 131 121
Hex 40 83 79

RGB Percentages of Color #408379

%20.25
%41.46
%38.29

CMYK Percentages of Color #408379

%51
%0
%8
%49

Triadic Colors of #408379

#408379 #794083 #837940

Analogous Colors of #408379

#408379 #406c83 #408358

Monochromatic Colors of #408379

#408379

Complementary Color

#408379 #83404a

#408379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#408379 Color CSS Codes

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

#408379 Text Font Color

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

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


#408379 Background Color

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

This div background color is #408379


#408379 Border Color

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

This div border color is #408379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408379


Comments

No comments written yet.

Please login to write comment.