COLOR #5D9D78

HEX: #5D9D78
RGB: (93,157,120)

Color info

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

RGB color model

#5D9D78 color RGB value is (93,157,120).

  • red value is 93;
  • green value is 157;
  • blue value is 120.
RGB:
(93,157,120)
(36%,62%,47%)

RGB channels and saturation

R 93 of 255 = 36%
G 157 of 255 = 62%
B 120 of 255 = 47%

93
157
120

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

Portions of RGB colors in percentages

R + G + B =
93 + 157 + 120 = 370 (100%)
R 93 of 370 ~ 25.14%
G 157 of 370 ~ 42.43%
B 120 of 370 ~ 32.43%

%25.14
%42.43
%32.43

CMYK color model

#5D9D78 color CMYK value is (41,0,24,38).

  • cyan value is 40.76%
  • magenta value is 0.00%
  • yellow value is 23.57%
  • key color value is 38.43%
CMYK:
(41,0,24,38)
C41M0Y24K38 
(41%,0%,24%,38%)
(0.41/0.00/0.24/0.38)	

CMYK percentages

%40.76
%0
%23.57
%38.43

Codes

Color #5D9D78 in popluar color models

5D9D78
RGB93157120
HSL145°25.60%49.02%
HSB/HSV145°40.76%61.57%
CMYK40.76%0.00%23.57%
38.43%

Color #5D9D78 in popluar number systems.

HEX5D9D78
Decimal93157120
Binary1011101100111011111000
Octal135235170

Shades and tints

Shades of #5D9D78

#5D9D78
(93,157,120)
#558F6E
(85,143,110)
#4D8164
(77,129,100)
#45735A
(69,115,90)
#3D6550
(61,101,80)
#355746
(53,87,70)
#2D493C
(45,73,60)
#253B32
(37,59,50)
#1D2D28
(29,45,40)
#151F1E
(21,31,30)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #5D9D78

#5D9D78
(93,157,120)
#6BA584
(107,165,132)
#79AD90
(121,173,144)
#87B59C
(135,181,156)
#95BDA8
(149,189,168)
#A3C5B4
(163,197,180)
#B1CDC0
(177,205,192)
#BFD5CC
(191,213,204)
#CDDDD8
(205,221,216)
#DBE5E4
(219,229,228)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9D78 color. Also use rgb(93,157,120) instead hex code.

Text Font Color

.myTextColor { color: #5D9D78; }

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

This text font color is #5D9D78.


Background Color

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

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

This div background color is #5D9D78.


Border color

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

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

This div border color is #5D9D78.


Opacity

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

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

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

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

This text has shadow with #5D9D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9D78 on black background.


Color preview on white background

This text has color #5D9D78 on white background.



Black color preview on #5D9D78 background

This text has black color on #5D9D78 background.


White color preview on #5D9D78 background

This text has white color on #5D9D78 background.