COLOR #5D9F5F

HEX: #5D9F5F RGB: (93,159,95)

Color info

#5D9F5F contains mainly green color. Web safe color of #5D9F5F is #669966 (or #696).

RGB color model

#5D9F5F color RGB value is (93,159,95).

RGB: (93,159,95) (36%, 62%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 159 of 255 = 62%
B 95 of 255 = 37%

93
159
95

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

Portions of RGB colors in percentages

R + G + B = 93 + 159 + 95 = 347 (100%)
R 93 of 347 ~ 26.8%
G 159 of 347 ~ 45.82%
B 95 of 347 ~ 27.38'%

%26.8
%45.82
%27.38

CMYK color model

#5D9F5F color CMYK value is (42,0,40,38).

  • cyan value is 41.51%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 37.65%

CMYK: (42,0,40,38)
C42M0Y40K38 (42%, 0%, 40%, 38%)
(0.42 / 0.00 / 0.40 / 0.38)

CMYK percentages

%41.51
%0
%40.25
%37.65

Codes

Color #5D9F5F in popluar color models

5D 9F 5F
RGB 93 159 95
HSL 122° 26.19% 49.41%
HSB/HSV 122° 41.51% 62.35%
CMYK 41.51% 0.00% 40.25%
37.65%

Color #5D9F5F in popluar number systems.

HEX 5D 9F 5F
Decimal 93 159 95
Binary 1011101 10011111 1011111
Octal 135 237 137

Shades and tints

Shades of #5D9F5F

#5D9F5F
(93,159,95)
#559157
(85,145,87)
#4D834F
(77,131,79)
#457547
(69,117,71)
#3D673F
(61,103,63)
#355937
(53,89,55)
#2D4B2F
(45,75,47)
#253D27
(37,61,39)
#1D2F1F
(29,47,31)
#152117
(21,33,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #5D9F5F

#5D9F5F
(93,159,95)
#6BA76D
(107,167,109)
#79AF7B
(121,175,123)
#87B789
(135,183,137)
#95BF97
(149,191,151)
#A3C7A5
(163,199,165)
#B1CFB3
(177,207,179)
#BFD7C1
(191,215,193)
#CDDFCF
(205,223,207)
#DBE7DD
(219,231,221)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D9F5F color. Also use rgb(93,159,95) instead hex code.

Text Font Color

.myTextColor { color: #5D9F5F; }

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

This text font color is #5D9F5F.

Background Color

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

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

This div background color is #5D9F5F.

Border color

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

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

This div border color is #5D9F5F.

Opacity

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

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

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

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

This text has shadow with #5D9F5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D9F5F.

Preview

Color preview on black background

This text has color #5D9F5F on black background.


Color preview on white background

This text has color #5D9F5F on white background.


Black color preview on #5D9F5F background

This text has black color on #5D9F5F background.


White color preview on #5D9F5F background

This text has white color on #5D9F5F background.


Related colors

Complementary color

Complementary color for #hex is #A260A0.


I love getcolorcode.com

Triadic colors

1 #5F5D9F and #9F5F5D with #5D9F5F are triadic colors.

2 #5F9F5D and #9F5D5F with #5D9F5F are triadic colors.