COLOR #57581F

HEX: #57581F
RGB: (87,88,31)

Color info

#57581F contains red, green and blue colors in about the same proportion. Web safe color of #57581F is #666633 (or #663).

RGB color model

#57581F color RGB value is (87,88,31).

  • red value is 87;
  • green value is 88;
  • blue value is 31.
RGB:
(87,88,31)
(34%,35%,12%)

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 31 of 255 = 12%

87
88
31

R + G + B ~ 27%. #57581F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 31 = 206 (100%)
R 87 of 206 ~ 42.23%
G 88 of 206 ~ 42.72%
B 31 of 206 ~ 15.05%

%42.23
%42.72
%15.05

CMYK color model

#57581F color CMYK value is (1,0,65,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 64.77%
  • key color value is 65.49%
CMYK:
(1,0,65,65)
C1M0Y65K65 
(1%,0%,65%,65%)
(0.01/0.00/0.65/0.65)	

CMYK percentages

%1.14
%0
%64.77
%65.49

Codes

Color #57581F in popluar color models

57581F
RGB878831
HSL61°47.90%23.33%
HSB/HSV61°64.77%34.51%
CMYK1.14%0.00%64.77%
65.49%

Color #57581F in popluar number systems.

HEX57581F
Decimal878831
Binary1010111101100011111
Octal12713037

Shades and tints

Shades of #57581F

#57581F
(87,88,31)
#50501D
(80,80,29)
#49481B
(73,72,27)
#424019
(66,64,25)
#3B3817
(59,56,23)
#343015
(52,48,21)
#2D2813
(45,40,19)
#262011
(38,32,17)
#1F180F
(31,24,15)
#18100D
(24,16,13)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #57581F

#57581F
(87,88,31)
#666733
(102,103,51)
#757647
(117,118,71)
#84855B
(132,133,91)
#93946F
(147,148,111)
#A2A383
(162,163,131)
#B1B297
(177,178,151)
#C0C1AB
(192,193,171)
#CFD0BF
(207,208,191)
#DEDFD3
(222,223,211)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57581F color. Also use rgb(87,88,31) instead hex code.

Text Font Color

.myTextColor { color: #57581F; }

<p style="color:#57581F">This sample text font color is #57581F.</p>

This text font color is #57581F.


Background Color

.myBgColor { background-color: #57581F; }

<div style="background-color:#57581F">Inner text</div>

This div background color is #57581F.


Border color

.myBorderColor { border: 1px solid #57581F; }

<div style="border:3px solid #57581F">Div</div>

This div border color is #57581F.


Opacity

.myOpacity80 { color: #57581F; opacity: 0.8; }

<p style="color:#57581F;opacity:0.8;">80%</p>

Text with #57581F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #57581F;}

<p style="text-shadow: 3px 3px 1px #57581F">Text here.</p>

This text has shadow with #57581F color.

.textShadow {text-shadow: 3px 3px 1px #57581F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #57581F, 5px 5px 20px red">Text here.</p>

This text has shadow with #57581F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57581F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#57581F, Direction=45, Strength=4)">Text</p>

This text has shadow with #57581F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #57581F;
  -webkit-box-shadow:	1px 1px 3px 2px #57581F;
  box-shadow:		1px 1px 3px 2px #57581F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57581F;
-webkit-box-shadow: 1px 1px 3px 2px #57581F;
box-shadow:1px 1px 3px 2px #57581F;">
Div content here</div>
This div box has shadow with color #57581F.

Preview

Color preview on black background

This text has color #57581F on black background.


Color preview on white background

This text has color #57581F on white background.



Black color preview on #57581F background

This text has black color on #57581F background.


White color preview on #57581F background

This text has white color on #57581F background.