COLOR #57624F

HEX: #57624F
RGB: (87,98,79)

Color info

#57624F contains red, green and blue colors in about the same proportion. Web safe color of #57624F is #666666 (or #666).

RGB color model

#57624F color RGB value is (87,98,79).

  • red value is 87;
  • green value is 98;
  • blue value is 79.
RGB:
(87,98,79)
(34%,38%,31%)

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 79 of 255 = 31%

87
98
79

R + G + B ~ 34%. #57624F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 98 + 79 = 264 (100%)
R 87 of 264 ~ 32.95%
G 98 of 264 ~ 37.12%
B 79 of 264 ~ 29.92%

%32.95
%37.12
%29.92

CMYK color model

#57624F color CMYK value is (11,0,19,62).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 19.39%
  • key color value is 61.57%
CMYK:
(11,0,19,62)
C11M0Y19K62 
(11%,0%,19%,62%)
(0.11/0.00/0.19/0.62)	

CMYK percentages

%11.22
%0
%19.39
%61.57

Codes

Color #57624F in popluar color models

57624F
RGB879879
HSL95°10.73%34.71%
HSB/HSV95°19.39%38.43%
CMYK11.22%0.00%19.39%
61.57%

Color #57624F in popluar number systems.

HEX57624F
Decimal879879
Binary101011111000101001111
Octal127142117

Shades and tints

Shades of #57624F

#57624F
(87,98,79)
#505A48
(80,90,72)
#495241
(73,82,65)
#424A3A
(66,74,58)
#3B4233
(59,66,51)
#343A2C
(52,58,44)
#2D3225
(45,50,37)
#262A1E
(38,42,30)
#1F2217
(31,34,23)
#181A10
(24,26,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #57624F

#57624F
(87,98,79)
#66705F
(102,112,95)
#757E6F
(117,126,111)
#848C7F
(132,140,127)
#939A8F
(147,154,143)
#A2A89F
(162,168,159)
#B1B6AF
(177,182,175)
#C0C4BF
(192,196,191)
#CFD2CF
(207,210,207)
#DEE0DF
(222,224,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57624F color. Also use rgb(87,98,79) instead hex code.

Text Font Color

.myTextColor { color: #57624F; }

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

This text font color is #57624F.


Background Color

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

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

This div background color is #57624F.


Border color

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

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

This div border color is #57624F.


Opacity

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

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

Text with #57624F 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 #57624F;}

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

This text has shadow with #57624F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57624F on black background.


Color preview on white background

This text has color #57624F on white background.



Black color preview on #57624F background

This text has black color on #57624F background.


White color preview on #57624F background

This text has white color on #57624F background.