COLOR #5D887C

HEX: #5D887C
RGB: (93,136,124)

Color info

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

RGB color model

#5D887C color RGB value is (93,136,124).

  • red value is 93;
  • green value is 136;
  • blue value is 124.
RGB:
(93,136,124)
(36%,53%,49%)

RGB channels and saturation

R 93 of 255 = 36%
G 136 of 255 = 53%
B 124 of 255 = 49%

93
136
124

R + G + B ~ 46%. #5D887C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
93 + 136 + 124 = 353 (100%)
R 93 of 353 ~ 26.35%
G 136 of 353 ~ 38.53%
B 124 of 353 ~ 35.13%

%26.35
%38.53
%35.13

CMYK color model

#5D887C color CMYK value is (32,0,9,47).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 46.67%
CMYK:
(32,0,9,47)
C32M0Y9K47 
(32%,0%,9%,47%)
(0.32/0.00/0.09/0.47)	

CMYK percentages

%31.62
%0
%8.82
%46.67

Codes

Color #5D887C in popluar color models

5D887C
RGB93136124
HSL163°18.78%44.90%
HSB/HSV163°31.62%53.33%
CMYK31.62%0.00%8.82%
46.67%

Color #5D887C in popluar number systems.

HEX5D887C
Decimal93136124
Binary1011101100010001111100
Octal135210174

Shades and tints

Shades of #5D887C

#5D887C
(93,136,124)
#557C71
(85,124,113)
#4D7066
(77,112,102)
#45645B
(69,100,91)
#3D5850
(61,88,80)
#354C45
(53,76,69)
#2D403A
(45,64,58)
#25342F
(37,52,47)
#1D2824
(29,40,36)
#151C19
(21,28,25)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #5D887C

#5D887C
(93,136,124)
#6B9287
(107,146,135)
#799C92
(121,156,146)
#87A69D
(135,166,157)
#95B0A8
(149,176,168)
#A3BAB3
(163,186,179)
#B1C4BE
(177,196,190)
#BFCEC9
(191,206,201)
#CDD8D4
(205,216,212)
#DBE2DF
(219,226,223)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D887C color. Also use rgb(93,136,124) instead hex code.

Text Font Color

.myTextColor { color: #5D887C; }

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

This text font color is #5D887C.


Background Color

.myBgColor { background-color: #5D887C; }

<div style="background-color:#5D887C">Inner text</div>

This div background color is #5D887C.


Border color

.myBorderColor { border: 1px solid #5D887C; }

<div style="border:3px solid #5D887C">Div</div>

This div border color is #5D887C.


Opacity

.myOpacity80 { color: #5D887C; opacity: 0.8; }

<p style="color:#5D887C;opacity:0.8;">80%</p>

Text with #5D887C 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 #5D887C;}

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

This text has shadow with #5D887C color.

.textShadow {text-shadow: 3px 3px 1px #5D887C, 3px 3px 1px red;}

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

This text has shadow with #5D887C primary color and red secondary color.


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

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

This text has shadow with #5D887C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D887C on black background.


Color preview on white background

This text has color #5D887C on white background.



Black color preview on #5D887C background

This text has black color on #5D887C background.


White color preview on #5D887C background

This text has white color on #5D887C background.