Color Hex Logo

#408d7b Color Hex

#408D7B
(64,141,123)
0 Favorites   0 Comments

Color spaces of #408d7b

RGB 64141123
HSL0.460.380.40
HSV166°55°55°
CMYK 0.550.000.13   0.45
XYZ15.214421.569822.1004
Yxy21.56980.25840.3663
Hunter Lab46.4433-22.80084.2967
CIE-Lab53.5675-28.37742.4065

#408d7b color RGB value is (64,141,123).

#408d7b hex color red value is 64, green value is 141 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #408d7b hue: 0.46 , saturation: 0.38 and the lightness value of 408d7b is 0.40.

The process color (four color CMYK) of #408d7b color hex is 0.55, 0.00, 0.13, 0.45. Web safe color of #408d7b is #339966. Color #408d7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001101 01111011
Octal 100 215 173
Decimal 64 141 123
Hex 40 8D 7B

RGB Percentages of Color #408d7b

%19.51
%42.99
%37.50

CMYK Percentages of Color #408d7b

%55
%0
%13
%45

Triadic Colors of #408d7b

#408d7b #7b408d #8d7b40

Analogous Colors of #408d7b

#408d7b #40798d #408d55

Monochromatic Colors of #408d7b

#408d7b

Complementary Color

#408d7b #8d4052

#408d7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#408d7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#408d7b Color CSS Codes

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

#408d7b Text Font Color

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

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


#408d7b Background Color

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

This div background color is #408d7b


#408d7b Border Color

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

This div border color is #408d7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,141,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #408d7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #408d7b;
  -webkit-box-shadow: 1px 1px 3px 2px #408d7b;
  box-shadow:         1px 1px 3px 2px #408d7b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #408d7b


Comments

No comments written yet.

Please login to write comment.