COLOR #57625C

HEX: #57625C
RGB: (87,98,92)

Color info

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

RGB color model

#57625C color RGB value is (87,98,92).

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

RGB channels and saturation

R 87 of 255 = 34%
G 98 of 255 = 38%
B 92 of 255 = 36%

87
98
92

R + G + B ~ 36%. #57625C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 98 + 92 = 277 (100%)
R 87 of 277 ~ 31.41%
G 98 of 277 ~ 35.38%
B 92 of 277 ~ 33.21%

%31.41
%35.38
%33.21

CMYK color model

#57625C color CMYK value is (11,0,6,62).

  • cyan value is 11.22%
  • magenta value is 0.00%
  • yellow value is 6.12%
  • key color value is 61.57%
CMYK:
(11,0,6,62)
C11M0Y6K62 
(11%,0%,6%,62%)
(0.11/0.00/0.06/0.62)	

CMYK percentages

%11.22
%0
%6.12
%61.57

Codes

Color #57625C in popluar color models

57625C
RGB879892
HSL147°5.95%36.27%
HSB/HSV147°11.22%38.43%
CMYK11.22%0.00%6.12%
61.57%

Color #57625C in popluar number systems.

HEX57625C
Decimal879892
Binary101011111000101011100
Octal127142134

Shades and tints

Shades of #57625C

#57625C
(87,98,92)
#505A54
(80,90,84)
#49524C
(73,82,76)
#424A44
(66,74,68)
#3B423C
(59,66,60)
#343A34
(52,58,52)
#2D322C
(45,50,44)
#262A24
(38,42,36)
#1F221C
(31,34,28)
#181A14
(24,26,20)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #57625C

#57625C
(87,98,92)
#66706A
(102,112,106)
#757E78
(117,126,120)
#848C86
(132,140,134)
#939A94
(147,154,148)
#A2A8A2
(162,168,162)
#B1B6B0
(177,182,176)
#C0C4BE
(192,196,190)
#CFD2CC
(207,210,204)
#DEE0DA
(222,224,218)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57625C color. Also use rgb(87,98,92) instead hex code.

Text Font Color

.myTextColor { color: #57625C; }

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

This text font color is #57625C.


Background Color

.myBgColor { background-color: #57625C; }

<div style="background-color:#57625C">Inner text</div>

This div background color is #57625C.


Border color

.myBorderColor { border: 1px solid #57625C; }

<div style="border:3px solid #57625C">Div</div>

This div border color is #57625C.


Opacity

.myOpacity80 { color: #57625C; opacity: 0.8; }

<p style="color:#57625C;opacity:0.8;">80%</p>

Text with #57625C 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 #57625C;}

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

This text has shadow with #57625C color.

.textShadow {text-shadow: 3px 3px 1px #57625C, 3px 3px 1px red;}

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

This text has shadow with #57625C primary color and red secondary color.


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

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

This text has shadow with #57625C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57625C on black background.


Color preview on white background

This text has color #57625C on white background.



Black color preview on #57625C background

This text has black color on #57625C background.


White color preview on #57625C background

This text has white color on #57625C background.