COLOR #5D978E

HEX: #5D978E
RGB: (93,151,142)

Color info

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

RGB color model

#5D978E color RGB value is (93,151,142).

  • red value is 93;
  • green value is 151;
  • blue value is 142.
RGB:
(93,151,142)
(36%,59%,56%)

RGB channels and saturation

R 93 of 255 = 36%
G 151 of 255 = 59%
B 142 of 255 = 56%

93
151
142

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

Portions of RGB colors in percentages

R + G + B =
93 + 151 + 142 = 386 (100%)
R 93 of 386 ~ 24.09%
G 151 of 386 ~ 39.12%
B 142 of 386 ~ 36.79%

%24.09
%39.12
%36.79

CMYK color model

#5D978E color CMYK value is (38,0,6,41).

  • cyan value is 38.41%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 40.78%
CMYK:
(38,0,6,41)
C38M0Y6K41 
(38%,0%,6%,41%)
(0.38/0.00/0.06/0.41)	

CMYK percentages

%38.41
%0
%5.96
%40.78

Codes

Color #5D978E in popluar color models

5D978E
RGB93151142
HSL171°23.77%47.84%
HSB/HSV171°38.41%59.22%
CMYK38.41%0.00%5.96%
40.78%

Color #5D978E in popluar number systems.

HEX5D978E
Decimal93151142
Binary10111011001011110001110
Octal135227216

Shades and tints

Shades of #5D978E

#5D978E
(93,151,142)
#558A82
(85,138,130)
#4D7D76
(77,125,118)
#45706A
(69,112,106)
#3D635E
(61,99,94)
#355652
(53,86,82)
#2D4946
(45,73,70)
#253C3A
(37,60,58)
#1D2F2E
(29,47,46)
#152222
(21,34,34)
#0D1516
(13,21,22)
#000000
(0,0,0)

Tints of #5D978E

#5D978E
(93,151,142)
#6BA098
(107,160,152)
#79A9A2
(121,169,162)
#87B2AC
(135,178,172)
#95BBB6
(149,187,182)
#A3C4C0
(163,196,192)
#B1CDCA
(177,205,202)
#BFD6D4
(191,214,212)
#CDDFDE
(205,223,222)
#DBE8E8
(219,232,232)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D978E color. Also use rgb(93,151,142) instead hex code.

Text Font Color

.myTextColor { color: #5D978E; }

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

This text font color is #5D978E.


Background Color

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

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

This div background color is #5D978E.


Border color

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

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

This div border color is #5D978E.


Opacity

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

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

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

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

This text has shadow with #5D978E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D978E on black background.


Color preview on white background

This text has color #5D978E on white background.



Black color preview on #5D978E background

This text has black color on #5D978E background.


White color preview on #5D978E background

This text has white color on #5D978E background.