Color Hex Logo

#57534a Color Hex

#57534A
(87,83,74)
0 Favorites   0 Comments

Color spaces of #57534a

RGB 878374
HSL0.120.080.32
HSV42°15°34°
CMYK 0.000.050.15   0.66
XYZ8.25988.70727.7239
Yxy8.70720.33450.3526
Hunter Lab29.5080-1.67365.1360
CIE-Lab35.4143-0.14415.8533

#57534a color RGB value is (87,83,74).

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

The process color (four color CMYK) of #57534a color hex is 0.00, 0.05, 0.15, 0.66. Web safe color of #57534a is #666633. Color #57534a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010011 01001010
Octal 127 123 112
Decimal 87 83 74
Hex 57 53 4A

RGB Percentages of Color #57534a

%35.66
%34.02
%30.33

CMYK Percentages of Color #57534a

%0
%5
%15
%66

Triadic Colors of #57534a

#57534a #4a5753 #534a57

Analogous Colors of #57534a

#57534a #55574a #574d4a

Monochromatic Colors of #57534a

#57534a

Complementary Color

#57534a #4a4e57

#57534a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57534a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57534a Color CSS Codes

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

#57534a Text Font Color

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

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


#57534a Background Color

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

This div background color is #57534a


#57534a Border Color

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

This div border color is #57534a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,83,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 #57534a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57534a


Comments

No comments written yet.

Please login to write comment.