COLOR #5D9661

HEX: #5D9661
RGB: (93,150,97)

Color info

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

RGB color model

#5D9661 color RGB value is (93,150,97).

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

RGB channels and saturation

R 93 of 255 = 36%
G 150 of 255 = 59%
B 97 of 255 = 38%

93
150
97

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

Portions of RGB colors in percentages

R + G + B =
93 + 150 + 97 = 340 (100%)
R 93 of 340 ~ 27.35%
G 150 of 340 ~ 44.12%
B 97 of 340 ~ 28.53%

%27.35
%44.12
%28.53

CMYK color model

#5D9661 color CMYK value is (38,0,35,41).

  • cyan value is 38.00%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 41.18%
CMYK:
(38,0,35,41)
C38M0Y35K41 
(38%,0%,35%,41%)
(0.38/0.00/0.35/0.41)	

CMYK percentages

%38
%0
%35.33
%41.18

Codes

Color #5D9661 in popluar color models

5D9661
RGB9315097
HSL124°23.46%47.65%
HSB/HSV124°38.00%58.82%
CMYK38.00%0.00%35.33%
41.18%

Color #5D9661 in popluar number systems.

HEX5D9661
Decimal9315097
Binary1011101100101101100001
Octal135226141

Shades and tints

Shades of #5D9661

#5D9661
(93,150,97)
#558959
(85,137,89)
#4D7C51
(77,124,81)
#456F49
(69,111,73)
#3D6241
(61,98,65)
#355539
(53,85,57)
#2D4831
(45,72,49)
#253B29
(37,59,41)
#1D2E21
(29,46,33)
#152119
(21,33,25)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #5D9661

#5D9661
(93,150,97)
#6B9F6F
(107,159,111)
#79A87D
(121,168,125)
#87B18B
(135,177,139)
#95BA99
(149,186,153)
#A3C3A7
(163,195,167)
#B1CCB5
(177,204,181)
#BFD5C3
(191,213,195)
#CDDED1
(205,222,209)
#DBE7DF
(219,231,223)
#E9F0ED
(233,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D9661; }

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

This text font color is #5D9661.


Background Color

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

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

This div background color is #5D9661.


Border color

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

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

This div border color is #5D9661.


Opacity

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

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

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

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

This text has shadow with #5D9661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D9661 on black background.


Color preview on white background

This text has color #5D9661 on white background.



Black color preview on #5D9661 background

This text has black color on #5D9661 background.


White color preview on #5D9661 background

This text has white color on #5D9661 background.