Color Hex Logo

#40554c Color Hex

#40554C
(64,85,76)
0 Favorites   0 Comments

Color spaces of #40554c

RGB 648576
HSL0.430.140.29
HSV154°25°33°
CMYK 0.250.000.11   0.67
XYZ6.66748.10888.0512
Yxy8.10880.29210.3552
Hunter Lab28.4760-8.03873.1697
CIE-Lab34.2085-10.20592.6209

#40554c color RGB value is (64,85,76).

#40554c hex color red value is 64, green value is 85 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #40554c hue: 0.43 , saturation: 0.14 and the lightness value of 40554c is 0.29.

The process color (four color CMYK) of #40554c color hex is 0.25, 0.00, 0.11, 0.67. Web safe color of #40554c is #336633. Color #40554c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010101 01001100
Octal 100 125 114
Decimal 64 85 76
Hex 40 55 4C

RGB Percentages of Color #40554c

%28.44
%37.78
%33.78

CMYK Percentages of Color #40554c

%25
%0
%11
%67

Triadic Colors of #40554c

#40554c #4c4055 #554c40

Analogous Colors of #40554c

#40554c #405455 #405542

Monochromatic Colors of #40554c

#40554c

Complementary Color

#40554c #554049

#40554c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40554c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40554c Color CSS Codes

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

#40554c Text Font Color

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

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


#40554c Background Color

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

This div background color is #40554c


#40554c Border Color

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

This div border color is #40554c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,85,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40554c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40554c;
  -webkit-box-shadow: 1px 1px 3px 2px #40554c;
  box-shadow:         1px 1px 3px 2px #40554c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40554c


Comments

No comments written yet.

Please login to write comment.