COLOR #57887B

HEX: #57887B RGB: (87,136,123)

Color info

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

RGB color model

#57887B color RGB value is (87,136,123).

RGB: (87,136,123) (34%, 53%, 48%)

RGB channels and saturation

R 87 of 255 = 34%
G 136 of 255 = 53%
B 123 of 255 = 48%

87
136
123

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

Portions of RGB colors in percentages

R + G + B = 87 + 136 + 123 = 346 (100%)
R 87 of 346 ~ 25.14%
G 136 of 346 ~ 39.31%
B 123 of 346 ~ 35.55'%

%25.14
%39.31
%35.55

CMYK color model

#57887B color CMYK value is (36,0,10,47).

  • cyan value is 36.03%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 46.67%

CMYK: (36,0,10,47)
C36M0Y10K47 (36%, 0%, 10%, 47%)
(0.36 / 0.00 / 0.10 / 0.47)

CMYK percentages

%36.03
%0
%9.56
%46.67

Codes

Color #57887B in popluar color models

57 88 7B
RGB 87 136 123
HSL 164° 21.97% 43.73%
HSB/HSV 164° 36.03% 53.33%
CMYK 36.03% 0.00% 9.56%
46.67%

Color #57887B in popluar number systems.

HEX 57 88 7B
Decimal 87 136 123
Binary 1010111 10001000 1111011
Octal 127 210 173

Shades and tints

Shades of #57887B

#57887B
(87,136,123)
#507C70
(80,124,112)
#497065
(73,112,101)
#42645A
(66,100,90)
#3B584F
(59,88,79)
#344C44
(52,76,68)
#2D4039
(45,64,57)
#26342E
(38,52,46)
#1F2823
(31,40,35)
#181C18
(24,28,24)
#11100D
(17,16,13)
#000000
(0,0,0)

Tints of #57887B

#57887B
(87,136,123)
#669287
(102,146,135)
#759C93
(117,156,147)
#84A69F
(132,166,159)
#93B0AB
(147,176,171)
#A2BAB7
(162,186,183)
#B1C4C3
(177,196,195)
#C0CECF
(192,206,207)
#CFD8DB
(207,216,219)
#DEE2E7
(222,226,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #57887B; }

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

This text font color is #57887B.

Background Color

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

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

This div background color is #57887B.

Border color

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

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

This div border color is #57887B.

Opacity

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

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

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

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

This text has shadow with #57887B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #57887B.

Preview

Color preview on black background

This text has color #57887B on black background.


Color preview on white background

This text has color #57887B on white background.


Black color preview on #57887B background

This text has black color on #57887B background.


White color preview on #57887B background

This text has white color on #57887B background.


Related colors

Complementary color

Complementary color for #hex is #A87784.


I love getcolorcode.com

Triadic colors

1 #7B5788 and #887B57 with #57887B are triadic colors.

2 #7B8857 and #88577B with #57887B are triadic colors.