Color Hex Logo

#57481e Color Hex

#57481E
(87,72,30)
0 Favorites   0 Comments

Color spaces of #57481e

RGB 877230
HSL0.120.490.23
HSV44°66°34°
CMYK 0.000.170.66   0.66
XYZ6.48226.75472.1904
Yxy6.75470.42020.4378
Hunter Lab25.9898-0.961913.1960
CIE-Lab31.24180.654027.0574

#57481e color RGB value is (87,72,30).

#57481e hex color red value is 87, green value is 72 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #57481e hue: 0.12 , saturation: 0.49 and the lightness value of 57481e is 0.23.

The process color (four color CMYK) of #57481e color hex is 0.00, 0.17, 0.66, 0.66. Web safe color of #57481e is #663333. Color #57481e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01001000 00011110
Octal 127 110 36
Decimal 87 72 30
Hex 57 48 1E

RGB Percentages of Color #57481e

%46.03
%38.10
%15.87

CMYK Percentages of Color #57481e

%0
%17
%66
%66

Triadic Colors of #57481e

#57481e #1e5748 #481e57

Analogous Colors of #57481e

#57481e #4a571e #572c1e

Monochromatic Colors of #57481e

#57481e

Complementary Color

#57481e #1e2d57

#57481e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57481e Color Preview on White Background

Lorem ipsum dolor sit amet.

#57481e Color CSS Codes

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

#57481e Text Font Color

<p style="color:#57481e">Text here</p>

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


#57481e Background Color

<div style="background-color:#57481e">
Div content here</div>

This div background color is #57481e


#57481e Border Color

<div style="border:3px solid #57481e">
Div here</div>

This div border color is #57481e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,72,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57481e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57481e;
  -webkit-box-shadow: 1px 1px 3px 2px #57481e;
  box-shadow:         1px 1px 3px 2px #57481e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57481e


Comments

No comments written yet.

Please login to write comment.