COLOR #57583D

HEX: #57583D
RGB: (87,88,61)

Color info

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

RGB color model

#57583D color RGB value is (87,88,61).

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

RGB channels and saturation

R 87 of 255 = 34%
G 88 of 255 = 35%
B 61 of 255 = 24%

87
88
61

R + G + B ~ 31%. #57583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 88 + 61 = 236 (100%)
R 87 of 236 ~ 36.86%
G 88 of 236 ~ 37.29%
B 61 of 236 ~ 25.85%

%36.86
%37.29
%25.85

CMYK color model

#57583D color CMYK value is (1,0,31,65).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(1,0,31,65)
C1M0Y31K65 
(1%,0%,31%,65%)
(0.01/0.00/0.31/0.65)	

CMYK percentages

%1.14
%0
%30.68
%65.49

Codes

Color #57583D in popluar color models

57583D
RGB878861
HSL62°18.12%29.22%
HSB/HSV62°30.68%34.51%
CMYK1.14%0.00%30.68%
65.49%

Color #57583D in popluar number systems.

HEX57583D
Decimal878861
Binary10101111011000111101
Octal12713075

Shades and tints

Shades of #57583D

#57583D
(87,88,61)
#505038
(80,80,56)
#494833
(73,72,51)
#42402E
(66,64,46)
#3B3829
(59,56,41)
#343024
(52,48,36)
#2D281F
(45,40,31)
#26201A
(38,32,26)
#1F1815
(31,24,21)
#181010
(24,16,16)
#11080B
(17,8,11)
#000000
(0,0,0)

Tints of #57583D

#57583D
(87,88,61)
#66674E
(102,103,78)
#75765F
(117,118,95)
#848570
(132,133,112)
#939481
(147,148,129)
#A2A392
(162,163,146)
#B1B2A3
(177,178,163)
#C0C1B4
(192,193,180)
#CFD0C5
(207,208,197)
#DEDFD6
(222,223,214)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57583D color. Also use rgb(87,88,61) instead hex code.

Text Font Color

.myTextColor { color: #57583D; }

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

This text font color is #57583D.


Background Color

.myBgColor { background-color: #57583D; }

<div style="background-color:#57583D">Inner text</div>

This div background color is #57583D.


Border color

.myBorderColor { border: 1px solid #57583D; }

<div style="border:3px solid #57583D">Div</div>

This div border color is #57583D.


Opacity

.myOpacity80 { color: #57583D; opacity: 0.8; }

<p style="color:#57583D;opacity:0.8;">80%</p>

Text with #57583D 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 #57583D;}

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

This text has shadow with #57583D color.

.textShadow {text-shadow: 3px 3px 1px #57583D, 3px 3px 1px red;}

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

This text has shadow with #57583D primary color and red secondary color.


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

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

This text has shadow with #57583D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57583D on black background.


Color preview on white background

This text has color #57583D on white background.



Black color preview on #57583D background

This text has black color on #57583D background.


White color preview on #57583D background

This text has white color on #57583D background.