COLOR #5F996A

HEX: #5F996A RGB: (95,153,106)

Color info

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

RGB color model

#5F996A color RGB value is (95,153,106).

RGB: (95,153,106) (37%, 60%, 42%)

RGB channels and saturation

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

95
153
106

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

Portions of RGB colors in percentages

R + G + B = 95 + 153 + 106 = 354 (100%)
R 95 of 354 ~ 26.84%
G 153 of 354 ~ 43.22%
B 106 of 354 ~ 29.94'%

%26.84
%43.22
%29.94

CMYK color model

#5F996A color CMYK value is (38,0,31,40).

  • cyan value is 37.91%
  • magenta value is 0.00%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK: (38,0,31,40) C38M0Y31K40 (38%,0%,31%,40%) (0.38/0.00/0.31/0.40) 

CMYK percentages

%37.91
%0
%30.72
%40

Codes

Color #5F996A in popluar color models

5F 99 6A
RGB 95 153 106
HSL 131° 23.39% 48.63%
HSB/HSV 131° 37.91% 60.00%
CMYK 37.91% 0.00% 30.72%
40.00%

Color #5F996A in popluar number systems.

HEX 5F 99 6A
Decimal 95 153 106
Binary 1011111 10011001 1101010
Octal 137 231 152

Shades and tints

Shades of #5F996A

#5F996A
(95,153,106)
#578C61
(87,140,97)
#4F7F58
(79,127,88)
#47724F
(71,114,79)
#3F6546
(63,101,70)
#37583D
(55,88,61)
#2F4B34
(47,75,52)
#273E2B
(39,62,43)
#1F3122
(31,49,34)
#172419
(23,36,25)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #5F996A

#5F996A
(95,153,106)
#6DA277
(109,162,119)
#7BAB84
(123,171,132)
#89B491
(137,180,145)
#97BD9E
(151,189,158)
#A5C6AB
(165,198,171)
#B3CFB8
(179,207,184)
#C1D8C5
(193,216,197)
#CFE1D2
(207,225,210)
#DDEADF
(221,234,223)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F996A; }

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

This text font color is #5F996A.

Background Color

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

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

This div background color is #5F996A.

Border color

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

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

This div border color is #5F996A.

Opacity

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

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

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

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

This text has shadow with #5F996A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F996A.

Preview

Color preview on black background

This text has color #5F996A on black background.


Color preview on white background

This text has color #5F996A on white background.


Black color preview on #5F996A background

This text has black color on #5F996A background.


White color preview on #5F996A background

This text has white color on #5F996A background.


Related colors

Complementary color

Complementary color for #hex is #A06695.


I love getcolorcode.com

Triadic colors

1 #6A5F99 and #996A5F with #5F996A are triadic colors.

2 #6A995F and #995F6A with #5F996A are triadic colors.