Color Hex Logo

#57404a Color Hex

#57404A
(87,64,74)
0 Favorites   0 Comments

Color spaces of #57404a

RGB 876474
HSL0.930.150.30
HSV334°26°34°
CMYK 0.000.260.15   0.66
XYZ6.99996.18747.3039
Yxy6.18740.34160.3020
Hunter Lab24.87456.70110.0028
CIE-Lab29.880411.8218-2.1592

#57404a color RGB value is (87,64,74).

#57404a hex color red value is 87, green value is 64 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #57404a hue: 0.93 , saturation: 0.15 and the lightness value of 57404a is 0.30.

The process color (four color CMYK) of #57404a color hex is 0.00, 0.26, 0.15, 0.66. Web safe color of #57404a is #663333. Color #57404a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000000 01001010
Octal 127 100 112
Decimal 87 64 74
Hex 57 40 4A

RGB Percentages of Color #57404a

%38.67
%28.44
%32.89

CMYK Percentages of Color #57404a

%0
%26
%15
%66

Triadic Colors of #57404a

#57404a #4a5740 #404a57

Analogous Colors of #57404a

#57404a #574240 #574056

Monochromatic Colors of #57404a

#57404a

Complementary Color

#57404a #40574d

#57404a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57404a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57404a Color CSS Codes

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

#57404a Text Font Color

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

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


#57404a Background Color

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

This div background color is #57404a


#57404a Border Color

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

This div border color is #57404a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57404a


Comments

No comments written yet.

Please login to write comment.