COLOR #5D996B

HEX: #5D996B
RGB: (93,153,107)

Color info

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

RGB color model

#5D996B color RGB value is (93,153,107).

  • red value is 93;
  • green value is 153;
  • blue value is 107.
RGB:
(93,153,107)
(36%,60%,42%)

RGB channels and saturation

R 93 of 255 = 36%
G 153 of 255 = 60%
B 107 of 255 = 42%

93
153
107

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

Portions of RGB colors in percentages

R + G + B =
93 + 153 + 107 = 353 (100%)
R 93 of 353 ~ 26.35%
G 153 of 353 ~ 43.34%
B 107 of 353 ~ 30.31%

%26.35
%43.34
%30.31

CMYK color model

#5D996B color CMYK value is (39,0,30,40).

  • cyan value is 39.22%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(39,0,30,40)
C39M0Y30K40 
(39%,0%,30%,40%)
(0.39/0.00/0.30/0.40)	

CMYK percentages

%39.22
%0
%30.07
%40

Codes

Color #5D996B in popluar color models

5D996B
RGB93153107
HSL134°24.39%48.24%
HSB/HSV134°39.22%60.00%
CMYK39.22%0.00%30.07%
40.00%

Color #5D996B in popluar number systems.

HEX5D996B
Decimal93153107
Binary1011101100110011101011
Octal135231153

Shades and tints

Shades of #5D996B

#5D996B
(93,153,107)
#558C62
(85,140,98)
#4D7F59
(77,127,89)
#457250
(69,114,80)
#3D6547
(61,101,71)
#35583E
(53,88,62)
#2D4B35
(45,75,53)
#253E2C
(37,62,44)
#1D3123
(29,49,35)
#15241A
(21,36,26)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #5D996B

#5D996B
(93,153,107)
#6BA278
(107,162,120)
#79AB85
(121,171,133)
#87B492
(135,180,146)
#95BD9F
(149,189,159)
#A3C6AC
(163,198,172)
#B1CFB9
(177,207,185)
#BFD8C6
(191,216,198)
#CDE1D3
(205,225,211)
#DBEAE0
(219,234,224)
#E9F3ED
(233,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5D996B color. Also use rgb(93,153,107) instead hex code.

Text Font Color

.myTextColor { color: #5D996B; }

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

This text font color is #5D996B.


Background Color

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

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

This div background color is #5D996B.


Border color

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

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

This div border color is #5D996B.


Opacity

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

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

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

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

This text has shadow with #5D996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D996B on black background.


Color preview on white background

This text has color #5D996B on white background.



Black color preview on #5D996B background

This text has black color on #5D996B background.


White color preview on #5D996B background

This text has white color on #5D996B background.