COLOR #57675B

HEX: #57675B
RGB: (87,103,91)

Color info

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

RGB color model

#57675B color RGB value is (87,103,91).

  • red value is 87;
  • green value is 103;
  • blue value is 91.
RGB:
(87,103,91)
(34%,40%,36%)

RGB channels and saturation

R 87 of 255 = 34%
G 103 of 255 = 40%
B 91 of 255 = 36%

87
103
91

R + G + B ~ 37%. #57675B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 103 + 91 = 281 (100%)
R 87 of 281 ~ 30.96%
G 103 of 281 ~ 36.65%
B 91 of 281 ~ 32.38%

%30.96
%36.65
%32.38

CMYK color model

#57675B color CMYK value is (16,0,12,60).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 11.65%
  • key color value is 59.61%
CMYK:
(16,0,12,60)
C16M0Y12K60 
(16%,0%,12%,60%)
(0.16/0.00/0.12/0.60)	

CMYK percentages

%15.53
%0
%11.65
%59.61

Codes

Color #57675B in popluar color models

57675B
RGB8710391
HSL135°8.42%37.25%
HSB/HSV135°15.53%40.39%
CMYK15.53%0.00%11.65%
59.61%

Color #57675B in popluar number systems.

HEX57675B
Decimal8710391
Binary101011111001111011011
Octal127147133

Shades and tints

Shades of #57675B

#57675B
(87,103,91)
#505E53
(80,94,83)
#49554B
(73,85,75)
#424C43
(66,76,67)
#3B433B
(59,67,59)
#343A33
(52,58,51)
#2D312B
(45,49,43)
#262823
(38,40,35)
#1F1F1B
(31,31,27)
#181613
(24,22,19)
#110D0B
(17,13,11)
#000000
(0,0,0)

Tints of #57675B

#57675B
(87,103,91)
#667469
(102,116,105)
#758177
(117,129,119)
#848E85
(132,142,133)
#939B93
(147,155,147)
#A2A8A1
(162,168,161)
#B1B5AF
(177,181,175)
#C0C2BD
(192,194,189)
#CFCFCB
(207,207,203)
#DEDCD9
(222,220,217)
#EDE9E7
(237,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57675B color. Also use rgb(87,103,91) instead hex code.

Text Font Color

.myTextColor { color: #57675B; }

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

This text font color is #57675B.


Background Color

.myBgColor { background-color: #57675B; }

<div style="background-color:#57675B">Inner text</div>

This div background color is #57675B.


Border color

.myBorderColor { border: 1px solid #57675B; }

<div style="border:3px solid #57675B">Div</div>

This div border color is #57675B.


Opacity

.myOpacity80 { color: #57675B; opacity: 0.8; }

<p style="color:#57675B;opacity:0.8;">80%</p>

Text with #57675B 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 #57675B;}

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

This text has shadow with #57675B color.

.textShadow {text-shadow: 3px 3px 1px #57675B, 3px 3px 1px red;}

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

This text has shadow with #57675B primary color and red secondary color.


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

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

This text has shadow with #57675B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57675B on black background.


Color preview on white background

This text has color #57675B on white background.



Black color preview on #57675B background

This text has black color on #57675B background.


White color preview on #57675B background

This text has white color on #57675B background.