Color Hex Logo

#40654b Color Hex

#40654B
(64,101,75)
0 Favorites   0 Comments

Color spaces of #40654b

RGB 6410175
HSL0.380.220.32
HSV138°37°40°
CMYK 0.370.000.26   0.60
XYZ8.038010.90538.3379
Yxy10.90530.29460.3997
Hunter Lab33.0232-14.34288.1463
CIE-Lab39.4205-19.412510.6224

#40654b color RGB value is (64,101,75).

#40654b hex color red value is 64, green value is 101 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #40654b hue: 0.38 , saturation: 0.22 and the lightness value of 40654b is 0.32.

The process color (four color CMYK) of #40654b color hex is 0.37, 0.00, 0.26, 0.60. Web safe color of #40654b is #336633. Color #40654b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100101 01001011
Octal 100 145 113
Decimal 64 101 75
Hex 40 65 4B

RGB Percentages of Color #40654b

%26.67
%42.08
%31.25

CMYK Percentages of Color #40654b

%37
%0
%26
%60

Triadic Colors of #40654b

#40654b #4b4065 #654b40

Analogous Colors of #40654b

#40654b #40655e #486540

Monochromatic Colors of #40654b

#40654b

Complementary Color

#40654b #65405a

#40654b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40654b Color Preview on White Background

Lorem ipsum dolor sit amet.

#40654b Color CSS Codes

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

#40654b Text Font Color

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

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


#40654b Background Color

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

This div background color is #40654b


#40654b Border Color

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

This div border color is #40654b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,101,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40654b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40654b;
  -webkit-box-shadow: 1px 1px 3px 2px #40654b;
  box-shadow:         1px 1px 3px 2px #40654b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40654b


Comments

No comments written yet.

Please login to write comment.