COLOR #5D966F

HEX: #5D966F RGB: (93,150,111)

Color info

#5D966F contains red, green and blue colors in about the same proportion. Web safe color of #5D966F is #669966 (or #696).

RGB color model

#5D966F color RGB value is (93,150,111).

RGB: (93,150,111) (36%, 59%, 44%)

RGB channels and saturation

R 93 of 255 = 36%
G 150 of 255 = 59%
B 111 of 255 = 44%

93
150
111

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

Portions of RGB colors in percentages

R + G + B = 93 + 150 + 111 = 354 (100%)
R 93 of 354 ~ 26.27%
G 150 of 354 ~ 42.37%
B 111 of 354 ~ 31.36'%

%26.27
%42.37
%31.36

CMYK color model

#5D966F color CMYK value is (38,0,26,41).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%

CMYK: (38,0,26,41)
C38M0Y26K41 (38%, 0%, 26%, 41%)
(0.38 / 0.00 / 0.26 / 0.41)

CMYK percentages

%38
%0
%26
%41.18

Codes

Color #5D966F in popluar color models

5D 96 6F
RGB 93 150 111
HSL 139° 23.46% 47.65%
HSB/HSV 139° 38.00% 58.82%
CMYK 38.00% 0.00% 26.00%
41.18%

Color #5D966F in popluar number systems.

HEX 5D 96 6F
Decimal 93 150 111
Binary 1011101 10010110 1101111
Octal 135 226 157

Shades and tints

Shades of #5D966F

#5D966F
(93,150,111)
#558965
(85,137,101)
#4D7C5B
(77,124,91)
#456F51
(69,111,81)
#3D6247
(61,98,71)
#35553D
(53,85,61)
#2D4833
(45,72,51)
#253B29
(37,59,41)
#1D2E1F
(29,46,31)
#152115
(21,33,21)
#0D140B
(13,20,11)
#000000
(0,0,0)

Tints of #5D966F

#5D966F
(93,150,111)
#6B9F7C
(107,159,124)
#79A889
(121,168,137)
#87B196
(135,177,150)
#95BAA3
(149,186,163)
#A3C3B0
(163,195,176)
#B1CCBD
(177,204,189)
#BFD5CA
(191,213,202)
#CDDED7
(205,222,215)
#DBE7E4
(219,231,228)
#E9F0F1
(233,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D966F color. Also use rgb(93,150,111) instead hex code.

Text Font Color

.myTextColor { color: #5D966F; }

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

This text font color is #5D966F.

Background Color

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

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

This div background color is #5D966F.

Border color

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

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

This div border color is #5D966F.

Opacity

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

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

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

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

This text has shadow with #5D966F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D966F.

Preview

Color preview on black background

This text has color #5D966F on black background.


Color preview on white background

This text has color #5D966F on white background.


Black color preview on #5D966F background

This text has black color on #5D966F background.


White color preview on #5D966F background

This text has white color on #5D966F background.


Related colors

Complementary color

Complementary color for #hex is #A26990.


I love getcolorcode.com

Triadic colors

1 #6F5D96 and #966F5D with #5D966F are triadic colors.

2 #6F965D and #965D6F with #5D966F are triadic colors.