COLOR #5D9884

HEX: #5D9884
RGB: (93,152,132)

Color info

#5D9884 contains red, green and blue colors in about the same proportion. Web safe color of #5D9884 is #669999 (or #699).

RGB color model

#5D9884 color RGB value is (93,152,132).

  • red value is 93;
  • green value is 152;
  • blue value is 132.
RGB:
(93,152,132)
(36%,60%,52%)

RGB channels and saturation

R 93 of 255 = 36%
G 152 of 255 = 60%
B 132 of 255 = 52%

93
152
132

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

Portions of RGB colors in percentages

R + G + B =
93 + 152 + 132 = 377 (100%)
R 93 of 377 ~ 24.67%
G 152 of 377 ~ 40.32%
B 132 of 377 ~ 35.01%

%24.67
%40.32
%35.01

CMYK color model

#5D9884 color CMYK value is (39,0,13,40).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 40.39%
CMYK:
(39,0,13,40)
C39M0Y13K40 
(39%,0%,13%,40%)
(0.39/0.00/0.13/0.40)	

CMYK percentages

%38.82
%0
%13.16
%40.39

Codes

Color #5D9884 in popluar color models

5D9884
RGB93152132
HSL160°24.08%48.04%
HSB/HSV160°38.82%59.61%
CMYK38.82%0.00%13.16%
40.39%

Color #5D9884 in popluar number systems.

HEX5D9884
Decimal93152132
Binary10111011001100010000100
Octal135230204

Shades and tints

Shades of #5D9884

#5D9884
(93,152,132)
#558B78
(85,139,120)
#4D7E6C
(77,126,108)
#457160
(69,113,96)
#3D6454
(61,100,84)
#355748
(53,87,72)
#2D4A3C
(45,74,60)
#253D30
(37,61,48)
#1D3024
(29,48,36)
#152318
(21,35,24)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #5D9884

#5D9884
(93,152,132)
#6BA18F
(107,161,143)
#79AA9A
(121,170,154)
#87B3A5
(135,179,165)
#95BCB0
(149,188,176)
#A3C5BB
(163,197,187)
#B1CEC6
(177,206,198)
#BFD7D1
(191,215,209)
#CDE0DC
(205,224,220)
#DBE9E7
(219,233,231)
#E9F2F2
(233,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9884 color. Also use rgb(93,152,132) instead hex code.

Text Font Color

.myTextColor { color: #5D9884; }

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

This text font color is #5D9884.


Background Color

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

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

This div background color is #5D9884.


Border color

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

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

This div border color is #5D9884.


Opacity

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

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

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

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

This text has shadow with #5D9884 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9884 on black background.


Color preview on white background

This text has color #5D9884 on white background.



Black color preview on #5D9884 background

This text has black color on #5D9884 background.


White color preview on #5D9884 background

This text has white color on #5D9884 background.