COLOR #5D966D

HEX: #5D966D
RGB: (93,150,109)

Color info

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

RGB color model

#5D966D color RGB value is (93,150,109).

  • red value is 93;
  • green value is 150;
  • blue value is 109.
RGB:
(93,150,109)
(36%,59%,43%)

RGB channels and saturation

R 93 of 255 = 36%
G 150 of 255 = 59%
B 109 of 255 = 43%

93
150
109

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

Portions of RGB colors in percentages

R + G + B =
93 + 150 + 109 = 352 (100%)
R 93 of 352 ~ 26.42%
G 150 of 352 ~ 42.61%
B 109 of 352 ~ 30.97%

%26.42
%42.61
%30.97

CMYK color model

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

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 41.18%
CMYK:
(38,0,27,41)
C38M0Y27K41 
(38%,0%,27%,41%)
(0.38/0.00/0.27/0.41)	

CMYK percentages

%38
%0
%27.33
%41.18

Codes

Color #5D966D in popluar color models

5D966D
RGB93150109
HSL137°23.46%47.65%
HSB/HSV137°38.00%58.82%
CMYK38.00%0.00%27.33%
41.18%

Color #5D966D in popluar number systems.

HEX5D966D
Decimal93150109
Binary1011101100101101101101
Octal135226155

Shades and tints

Shades of #5D966D

#5D966D
(93,150,109)
#558964
(85,137,100)
#4D7C5B
(77,124,91)
#456F52
(69,111,82)
#3D6249
(61,98,73)
#355540
(53,85,64)
#2D4837
(45,72,55)
#253B2E
(37,59,46)
#1D2E25
(29,46,37)
#15211C
(21,33,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #5D966D

#5D966D
(93,150,109)
#6B9F7A
(107,159,122)
#79A887
(121,168,135)
#87B194
(135,177,148)
#95BAA1
(149,186,161)
#A3C3AE
(163,195,174)
#B1CCBB
(177,204,187)
#BFD5C8
(191,213,200)
#CDDED5
(205,222,213)
#DBE7E2
(219,231,226)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D966D; }

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

This text font color is #5D966D.


Background Color

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

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

This div background color is #5D966D.


Border color

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

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

This div border color is #5D966D.


Opacity

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

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

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

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

This text has shadow with #5D966D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D966D on black background.


Color preview on white background

This text has color #5D966D on white background.



Black color preview on #5D966D background

This text has black color on #5D966D background.


White color preview on #5D966D background

This text has white color on #5D966D background.