Color Hex Logo

#40886d Color Hex

#40886D
(64,136,109)
0 Favorites   0 Comments

Color spaces of #40886d

RGB 64136109
HSL0.440.360.39
HSV158°53°53°
CMYK 0.530.000.20   0.47
XYZ13.678819.802417.5693
Yxy19.80240.26790.3879
Hunter Lab44.4999-23.00587.7412
CIE-Lab51.6131-29.41237.6909

#40886d color RGB value is (64,136,109).

#40886d hex color red value is 64, green value is 136 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #40886d hue: 0.44 , saturation: 0.36 and the lightness value of 40886d is 0.39.

The process color (four color CMYK) of #40886d color hex is 0.53, 0.00, 0.20, 0.47. Web safe color of #40886d is #339966. Color #40886d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001000 01101101
Octal 100 210 155
Decimal 64 136 109
Hex 40 88 6D

RGB Percentages of Color #40886d

%20.71
%44.01
%35.28

CMYK Percentages of Color #40886d

%53
%0
%20
%47

Triadic Colors of #40886d

#40886d #6d4088 #886d40

Analogous Colors of #40886d

#40886d #407f88 #408849

Monochromatic Colors of #40886d

#40886d

Complementary Color

#40886d #88405b

#40886d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40886d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40886d Color CSS Codes

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

#40886d Text Font Color

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

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


#40886d Background Color

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

This div background color is #40886d


#40886d Border Color

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

This div border color is #40886d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,136,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40886d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40886d;
  -webkit-box-shadow: 1px 1px 3px 2px #40886d;
  box-shadow:         1px 1px 3px 2px #40886d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40886d


Comments

No comments written yet.

Please login to write comment.