COLOR #5F996B

HEX: #5F996B
RGB: (95,153,107)

Color info

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

RGB color model

#5F996B color RGB value is (95,153,107).

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

RGB channels and saturation

R 95 of 255 = 37%
G 153 of 255 = 60%
B 107 of 255 = 42%

95
153
107

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

Portions of RGB colors in percentages

R + G + B =
95 + 153 + 107 = 355 (100%)
R 95 of 355 ~ 26.76%
G 153 of 355 ~ 43.1%
B 107 of 355 ~ 30.14%

%26.76
%43.1
%30.14

CMYK color model

#5F996B color CMYK value is (38,0,30,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(38,0,30,40)
C38M0Y30K40 
(38%,0%,30%,40%)
(0.38/0.00/0.30/0.40)	

CMYK percentages

%37.91
%0
%30.07
%40

Codes

Color #5F996B in popluar color models

5F996B
RGB95153107
HSL132°23.39%48.63%
HSB/HSV132°37.91%60.00%
CMYK37.91%0.00%30.07%
40.00%

Color #5F996B in popluar number systems.

HEX5F996B
Decimal95153107
Binary1011111100110011101011
Octal137231153

Shades and tints

Shades of #5F996B

#5F996B
(95,153,107)
#578C62
(87,140,98)
#4F7F59
(79,127,89)
#477250
(71,114,80)
#3F6547
(63,101,71)
#37583E
(55,88,62)
#2F4B35
(47,75,53)
#273E2C
(39,62,44)
#1F3123
(31,49,35)
#17241A
(23,36,26)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #5F996B

#5F996B
(95,153,107)
#6DA278
(109,162,120)
#7BAB85
(123,171,133)
#89B492
(137,180,146)
#97BD9F
(151,189,159)
#A5C6AC
(165,198,172)
#B3CFB9
(179,207,185)
#C1D8C6
(193,216,198)
#CFE1D3
(207,225,211)
#DDEAE0
(221,234,224)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F996B; }

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

This text font color is #5F996B.


Background Color

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

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

This div background color is #5F996B.


Border color

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

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

This div border color is #5F996B.


Opacity

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

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

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

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

This text has shadow with #5F996B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F996B on black background.


Color preview on white background

This text has color #5F996B on white background.



Black color preview on #5F996B background

This text has black color on #5F996B background.


White color preview on #5F996B background

This text has white color on #5F996B background.