COLOR #5D988A

HEX: #5D988A
RGB: (93,152,138)

Color info

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

RGB color model

#5D988A color RGB value is (93,152,138).

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

RGB channels and saturation

R 93 of 255 = 36%
G 152 of 255 = 60%
B 138 of 255 = 54%

93
152
138

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

Portions of RGB colors in percentages

R + G + B =
93 + 152 + 138 = 383 (100%)
R 93 of 383 ~ 24.28%
G 152 of 383 ~ 39.69%
B 138 of 383 ~ 36.03%

%24.28
%39.69
%36.03

CMYK color model

#5D988A color CMYK value is (39,0,9,40).

  • cyan value is 38.82%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(39,0,9,40)
C39M0Y9K40 
(39%,0%,9%,40%)
(0.39/0.00/0.09/0.40)	

CMYK percentages

%38.82
%0
%9.21
%40.39

Codes

Color #5D988A in popluar color models

5D988A
RGB93152138
HSL166°24.08%48.04%
HSB/HSV166°38.82%59.61%
CMYK38.82%0.00%9.21%
40.39%

Color #5D988A in popluar number systems.

HEX5D988A
Decimal93152138
Binary10111011001100010001010
Octal135230212

Shades and tints

Shades of #5D988A

#5D988A
(93,152,138)
#558B7E
(85,139,126)
#4D7E72
(77,126,114)
#457166
(69,113,102)
#3D645A
(61,100,90)
#35574E
(53,87,78)
#2D4A42
(45,74,66)
#253D36
(37,61,54)
#1D302A
(29,48,42)
#15231E
(21,35,30)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #5D988A

#5D988A
(93,152,138)
#6BA194
(107,161,148)
#79AA9E
(121,170,158)
#87B3A8
(135,179,168)
#95BCB2
(149,188,178)
#A3C5BC
(163,197,188)
#B1CEC6
(177,206,198)
#BFD7D0
(191,215,208)
#CDE0DA
(205,224,218)
#DBE9E4
(219,233,228)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D988A; }

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

This text font color is #5D988A.


Background Color

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

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

This div background color is #5D988A.


Border color

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

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

This div border color is #5D988A.


Opacity

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

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

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

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

This text has shadow with #5D988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D988A on black background.


Color preview on white background

This text has color #5D988A on white background.



Black color preview on #5D988A background

This text has black color on #5D988A background.


White color preview on #5D988A background

This text has white color on #5D988A background.