Color Hex Logo

#57514a Color Hex

#57514A
(87,81,74)
0 Favorites   0 Comments

Color spaces of #57514a

RGB 878174
HSL0.090.080.32
HSV32°15°34°
CMYK 0.000.070.15   0.66
XYZ8.10898.40557.6736
Yxy8.40550.33520.3475
Hunter Lab28.9922-0.81144.6018
CIE-Lab34.81351.08874.9975

#57514a color RGB value is (87,81,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010001 01001010
Octal 127 121 112
Decimal 87 81 74
Hex 57 51 4A

RGB Percentages of Color #57514a

%35.95
%33.47
%30.58

CMYK Percentages of Color #57514a

%0
%7
%15
%66

Triadic Colors of #57514a

#57514a #4a5751 #514a57

Analogous Colors of #57514a

#57514a #57574a #574b4a

Monochromatic Colors of #57514a

#57514a

Complementary Color

#57514a #4a5057

#57514a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57514a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57514a Color CSS Codes

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

#57514a Text Font Color

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

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


#57514a Background Color

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

This div background color is #57514a


#57514a Border Color

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

This div border color is #57514a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57514a


Comments

No comments written yet.

Please login to write comment.