Color Hex Logo

#40524d Color Hex

#40524D
(64,82,77)
0 Favorites   0 Comments

Color spaces of #40524d

RGB 648277
HSL0.450.120.29
HSV163°22°32°
CMYK 0.220.000.06   0.68
XYZ6.47127.66048.1587
Yxy7.66040.29030.3437
Hunter Lab27.6774-6.70081.8968
CIE-Lab33.2654-8.18380.6230

#40524d color RGB value is (64,82,77).

#40524d hex color red value is 64, green value is 82 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #40524d hue: 0.45 , saturation: 0.12 and the lightness value of 40524d is 0.29.

The process color (four color CMYK) of #40524d color hex is 0.22, 0.00, 0.06, 0.68. Web safe color of #40524d is #336666. Color #40524d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01010010 01001101
Octal 100 122 115
Decimal 64 82 77
Hex 40 52 4D

RGB Percentages of Color #40524d

%28.70
%36.77
%34.53

CMYK Percentages of Color #40524d

%22
%0
%6
%68

Triadic Colors of #40524d

#40524d #4d4052 #524d40

Analogous Colors of #40524d

#40524d #404e52 #405244

Monochromatic Colors of #40524d

#40524d

Complementary Color

#40524d #524045

#40524d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40524d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40524d Color CSS Codes

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

#40524d Text Font Color

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

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


#40524d Background Color

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

This div background color is #40524d


#40524d Border Color

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

This div border color is #40524d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40524d


Comments

No comments written yet.

Please login to write comment.