COLOR #5D9E74

HEX: #5D9E74
RGB: (93,158,116)

Color info

#5D9E74 contains mainly green and blue colors. Web safe color of #5D9E74 is #669966 (or #696).

RGB color model

#5D9E74 color RGB value is (93,158,116).

  • red value is 93;
  • green value is 158;
  • blue value is 116.
RGB:
(93,158,116)
(36%,62%,45%)

RGB channels and saturation

R 93 of 255 = 36%
G 158 of 255 = 62%
B 116 of 255 = 45%

93
158
116

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

Portions of RGB colors in percentages

R + G + B =
93 + 158 + 116 = 367 (100%)
R 93 of 367 ~ 25.34%
G 158 of 367 ~ 43.05%
B 116 of 367 ~ 31.61%

%25.34
%43.05
%31.61

CMYK color model

#5D9E74 color CMYK value is (41,0,27,38).

  • cyan value is 41.14%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 38.04%
CMYK:
(41,0,27,38)
C41M0Y27K38 
(41%,0%,27%,38%)
(0.41/0.00/0.27/0.38)	

CMYK percentages

%41.14
%0
%26.58
%38.04

Codes

Color #5D9E74 in popluar color models

5D9E74
RGB93158116
HSL141°25.90%49.22%
HSB/HSV141°41.14%61.96%
CMYK41.14%0.00%26.58%
38.04%

Color #5D9E74 in popluar number systems.

HEX5D9E74
Decimal93158116
Binary1011101100111101110100
Octal135236164

Shades and tints

Shades of #5D9E74

#5D9E74
(93,158,116)
#55906A
(85,144,106)
#4D8260
(77,130,96)
#457456
(69,116,86)
#3D664C
(61,102,76)
#355842
(53,88,66)
#2D4A38
(45,74,56)
#253C2E
(37,60,46)
#1D2E24
(29,46,36)
#15201A
(21,32,26)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #5D9E74

#5D9E74
(93,158,116)
#6BA680
(107,166,128)
#79AE8C
(121,174,140)
#87B698
(135,182,152)
#95BEA4
(149,190,164)
#A3C6B0
(163,198,176)
#B1CEBC
(177,206,188)
#BFD6C8
(191,214,200)
#CDDED4
(205,222,212)
#DBE6E0
(219,230,224)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9E74 color. Also use rgb(93,158,116) instead hex code.

Text Font Color

.myTextColor { color: #5D9E74; }

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

This text font color is #5D9E74.


Background Color

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

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

This div background color is #5D9E74.


Border color

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

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

This div border color is #5D9E74.


Opacity

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

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

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

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

This text has shadow with #5D9E74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9E74 on black background.


Color preview on white background

This text has color #5D9E74 on white background.



Black color preview on #5D9E74 background

This text has black color on #5D9E74 background.


White color preview on #5D9E74 background

This text has white color on #5D9E74 background.