COLOR #57877E

HEX: #57877E
RGB: (87,135,126)

Color info

#57877E contains red, green and blue colors in about the same proportion. Web safe color of #57877E is #669966 (or #696).

RGB color model

#57877E color RGB value is (87,135,126).

  • red value is 87;
  • green value is 135;
  • blue value is 126.
RGB:
(87,135,126)
(34%,53%,49%)

RGB channels and saturation

R 87 of 255 = 34%
G 135 of 255 = 53%
B 126 of 255 = 49%

87
135
126

R + G + B ~ 45%. #57877E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
87 + 135 + 126 = 348 (100%)
R 87 of 348 ~ 25%
G 135 of 348 ~ 38.79%
B 126 of 348 ~ 36.21%

%25
%38.79
%36.21

CMYK color model

#57877E color CMYK value is (36,0,7,47).

  • cyan value is 35.56%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 47.06%
CMYK:
(36,0,7,47)
C36M0Y7K47 
(36%,0%,7%,47%)
(0.36/0.00/0.07/0.47)	

CMYK percentages

%35.56
%0
%6.67
%47.06

Codes

Color #57877E in popluar color models

57877E
RGB87135126
HSL169°21.62%43.53%
HSB/HSV169°35.56%52.94%
CMYK35.56%0.00%6.67%
47.06%

Color #57877E in popluar number systems.

HEX57877E
Decimal87135126
Binary1010111100001111111110
Octal127207176

Shades and tints

Shades of #57877E

#57877E
(87,135,126)
#507B73
(80,123,115)
#496F68
(73,111,104)
#42635D
(66,99,93)
#3B5752
(59,87,82)
#344B47
(52,75,71)
#2D3F3C
(45,63,60)
#263331
(38,51,49)
#1F2726
(31,39,38)
#181B1B
(24,27,27)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #57877E

#57877E
(87,135,126)
#669189
(102,145,137)
#759B94
(117,155,148)
#84A59F
(132,165,159)
#93AFAA
(147,175,170)
#A2B9B5
(162,185,181)
#B1C3C0
(177,195,192)
#C0CDCB
(192,205,203)
#CFD7D6
(207,215,214)
#DEE1E1
(222,225,225)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #57877E color. Also use rgb(87,135,126) instead hex code.

Text Font Color

.myTextColor { color: #57877E; }

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

This text font color is #57877E.


Background Color

.myBgColor { background-color: #57877E; }

<div style="background-color:#57877E">Inner text</div>

This div background color is #57877E.


Border color

.myBorderColor { border: 1px solid #57877E; }

<div style="border:3px solid #57877E">Div</div>

This div border color is #57877E.


Opacity

.myOpacity80 { color: #57877E; opacity: 0.8; }

<p style="color:#57877E;opacity:0.8;">80%</p>

Text with #57877E 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 #57877E;}

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

This text has shadow with #57877E color.

.textShadow {text-shadow: 3px 3px 1px #57877E, 3px 3px 1px red;}

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

This text has shadow with #57877E primary color and red secondary color.


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

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

This text has shadow with #57877E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57877E on black background.


Color preview on white background

This text has color #57877E on white background.



Black color preview on #57877E background

This text has black color on #57877E background.


White color preview on #57877E background

This text has white color on #57877E background.