COLOR #5D9C75

HEX: #5D9C75
RGB: (93,156,117)

Color info

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

RGB color model

#5D9C75 color RGB value is (93,156,117).

  • red value is 93;
  • green value is 156;
  • blue value is 117.
RGB:
(93,156,117)
(36%,61%,46%)

RGB channels and saturation

R 93 of 255 = 36%
G 156 of 255 = 61%
B 117 of 255 = 46%

93
156
117

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

Portions of RGB colors in percentages

R + G + B =
93 + 156 + 117 = 366 (100%)
R 93 of 366 ~ 25.41%
G 156 of 366 ~ 42.62%
B 117 of 366 ~ 31.97%

%25.41
%42.62
%31.97

CMYK color model

#5D9C75 color CMYK value is (40,0,25,39).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 38.82%
CMYK:
(40,0,25,39)
C40M0Y25K39 
(40%,0%,25%,39%)
(0.40/0.00/0.25/0.39)	

CMYK percentages

%40.38
%0
%25
%38.82

Codes

Color #5D9C75 in popluar color models

5D9C75
RGB93156117
HSL143°25.30%48.82%
HSB/HSV143°40.38%61.18%
CMYK40.38%0.00%25.00%
38.82%

Color #5D9C75 in popluar number systems.

HEX5D9C75
Decimal93156117
Binary1011101100111001110101
Octal135234165

Shades and tints

Shades of #5D9C75

#5D9C75
(93,156,117)
#558E6B
(85,142,107)
#4D8061
(77,128,97)
#457257
(69,114,87)
#3D644D
(61,100,77)
#355643
(53,86,67)
#2D4839
(45,72,57)
#253A2F
(37,58,47)
#1D2C25
(29,44,37)
#151E1B
(21,30,27)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #5D9C75

#5D9C75
(93,156,117)
#6BA581
(107,165,129)
#79AE8D
(121,174,141)
#87B799
(135,183,153)
#95C0A5
(149,192,165)
#A3C9B1
(163,201,177)
#B1D2BD
(177,210,189)
#BFDBC9
(191,219,201)
#CDE4D5
(205,228,213)
#DBEDE1
(219,237,225)
#E9F6ED
(233,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9C75 color. Also use rgb(93,156,117) instead hex code.

Text Font Color

.myTextColor { color: #5D9C75; }

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

This text font color is #5D9C75.


Background Color

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

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

This div background color is #5D9C75.


Border color

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

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

This div border color is #5D9C75.


Opacity

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

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

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

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

This text has shadow with #5D9C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9C75 on black background.


Color preview on white background

This text has color #5D9C75 on white background.



Black color preview on #5D9C75 background

This text has black color on #5D9C75 background.


White color preview on #5D9C75 background

This text has white color on #5D9C75 background.