COLOR #5D887A

HEX: #5D887A
RGB: (93,136,122)

Color info

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

RGB color model

#5D887A color RGB value is (93,136,122).

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

RGB channels and saturation

R 93 of 255 = 36%
G 136 of 255 = 53%
B 122 of 255 = 48%

93
136
122

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

Portions of RGB colors in percentages

R + G + B =
93 + 136 + 122 = 351 (100%)
R 93 of 351 ~ 26.5%
G 136 of 351 ~ 38.75%
B 122 of 351 ~ 34.76%

%26.5
%38.75
%34.76

CMYK color model

#5D887A color CMYK value is (32,0,10,47).

  • cyan value is 31.62%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 46.67%
CMYK:
(32,0,10,47)
C32M0Y10K47 
(32%,0%,10%,47%)
(0.32/0.00/0.10/0.47)	

CMYK percentages

%31.62
%0
%10.29
%46.67

Codes

Color #5D887A in popluar color models

5D887A
RGB93136122
HSL160°18.78%44.90%
HSB/HSV160°31.62%53.33%
CMYK31.62%0.00%10.29%
46.67%

Color #5D887A in popluar number systems.

HEX5D887A
Decimal93136122
Binary1011101100010001111010
Octal135210172

Shades and tints

Shades of #5D887A

#5D887A
(93,136,122)
#557C6F
(85,124,111)
#4D7064
(77,112,100)
#456459
(69,100,89)
#3D584E
(61,88,78)
#354C43
(53,76,67)
#2D4038
(45,64,56)
#25342D
(37,52,45)
#1D2822
(29,40,34)
#151C17
(21,28,23)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #5D887A

#5D887A
(93,136,122)
#6B9286
(107,146,134)
#799C92
(121,156,146)
#87A69E
(135,166,158)
#95B0AA
(149,176,170)
#A3BAB6
(163,186,182)
#B1C4C2
(177,196,194)
#BFCECE
(191,206,206)
#CDD8DA
(205,216,218)
#DBE2E6
(219,226,230)
#E9ECF2
(233,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D887A; }

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

This text font color is #5D887A.


Background Color

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

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

This div background color is #5D887A.


Border color

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

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

This div border color is #5D887A.


Opacity

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

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

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

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

This text has shadow with #5D887A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D887A on black background.


Color preview on white background

This text has color #5D887A on white background.



Black color preview on #5D887A background

This text has black color on #5D887A background.


White color preview on #5D887A background

This text has white color on #5D887A background.