Color Hex Logo

#52574a Color Hex

#52574A
(82,87,74)
0 Favorites   0 Comments

Color spaces of #52574a

RGB 828774
HSL0.230.080.32
HSV83°15°34°
CMYK 0.060.000.15   0.66
XYZ8.12399.10467.8078
Yxy9.10460.32450.3637
Hunter Lab30.1738-4.74555.7798
CIE-Lab36.1849-4.68696.8832

#52574a color RGB value is (82,87,74).

#52574a hex color red value is 82, green value is 87 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #52574a hue: 0.23 , saturation: 0.08 and the lightness value of 52574a is 0.32.

The process color (four color CMYK) of #52574a color hex is 0.06, 0.00, 0.15, 0.66. Web safe color of #52574a is #666633. Color #52574a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010111 01001010
Octal 122 127 112
Decimal 82 87 74
Hex 52 57 4A

RGB Percentages of Color #52574a

%33.74
%35.80
%30.45

CMYK Percentages of Color #52574a

%6
%0
%15
%66

Triadic Colors of #52574a

#52574a #4a5257 #574a52

Analogous Colors of #52574a

#52574a #4c574a #57564a

Monochromatic Colors of #52574a

#52574a

Complementary Color

#52574a #4f4a57

#52574a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52574a Color Preview on White Background

Lorem ipsum dolor sit amet.

#52574a Color CSS Codes

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

#52574a Text Font Color

<p style="color:#52574a">Text here</p>

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


#52574a Background Color

<div style="background-color:#52574a">
Div content here</div>

This div background color is #52574a


#52574a Border Color

<div style="border:3px solid #52574a">
Div here</div>

This div border color is #52574a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,87,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52574a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52574a;
  -webkit-box-shadow: 1px 1px 3px 2px #52574a;
  box-shadow:         1px 1px 3px 2px #52574a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52574a


Comments

No comments written yet.

Please login to write comment.