COLOR #57887E

HEX: #57887E
RGB: (87,136,126)

Color info

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

RGB color model

#57887E color RGB value is (87,136,126).

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

RGB channels and saturation

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

87
136
126

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

Portions of RGB colors in percentages

R + G + B =
87 + 136 + 126 = 349 (100%)
R 87 of 349 ~ 24.93%
G 136 of 349 ~ 38.97%
B 126 of 349 ~ 36.1%

%24.93
%38.97
%36.1

CMYK color model

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

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

CMYK percentages

%36.03
%0
%7.35
%46.67

Codes

Color #57887E in popluar color models

57887E
RGB87136126
HSL168°21.97%43.73%
HSB/HSV168°36.03%53.33%
CMYK36.03%0.00%7.35%
46.67%

Color #57887E in popluar number systems.

HEX57887E
Decimal87136126
Binary1010111100010001111110
Octal127210176

Shades and tints

Shades of #57887E

#57887E
(87,136,126)
#507C73
(80,124,115)
#497068
(73,112,104)
#42645D
(66,100,93)
#3B5852
(59,88,82)
#344C47
(52,76,71)
#2D403C
(45,64,60)
#263431
(38,52,49)
#1F2826
(31,40,38)
#181C1B
(24,28,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #57887E

#57887E
(87,136,126)
#669289
(102,146,137)
#759C94
(117,156,148)
#84A69F
(132,166,159)
#93B0AA
(147,176,170)
#A2BAB5
(162,186,181)
#B1C4C0
(177,196,192)
#C0CECB
(192,206,203)
#CFD8D6
(207,216,214)
#DEE2E1
(222,226,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57887E; }

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

This text font color is #57887E.


Background Color

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

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

This div background color is #57887E.


Border color

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

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

This div border color is #57887E.


Opacity

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

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

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

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

This text has shadow with #57887E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #57887E on black background.


Color preview on white background

This text has color #57887E on white background.



Black color preview on #57887E background

This text has black color on #57887E background.


White color preview on #57887E background

This text has white color on #57887E background.