COLOR #5F946A

HEX: #5F946A RGB: (95,148,106)

Color info

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

RGB color model

#5F946A color RGB value is (95,148,106).

RGB: (95,148,106) (37%, 58%, 42%)

RGB channels and saturation

R 95 of 255 = 37%
G 148 of 255 = 58%
B 106 of 255 = 42%

95
148
106

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

Portions of RGB colors in percentages

R + G + B = 95 + 148 + 106 = 349 (100%)
R 95 of 349 ~ 27.22%
G 148 of 349 ~ 42.41%
B 106 of 349 ~ 30.37'%

%27.22
%42.41
%30.37

CMYK color model

#5F946A color CMYK value is (36,0,28,42).

  • cyan value is 35.81%
  • magenta value is 0.00%
  • yellow value is 28.38%
  • key color value is 41.96%

CMYK: (36,0,28,42)
C36M0Y28K42 (36%, 0%, 28%, 42%)
(0.36 / 0.00 / 0.28 / 0.42)

CMYK percentages

%35.81
%0
%28.38
%41.96

Codes

Color #5F946A in popluar color models

5F 94 6A
RGB 95 148 106
HSL 132° 21.81% 47.65%
HSB/HSV 132° 35.81% 58.04%
CMYK 35.81% 0.00% 28.38%
41.96%

Color #5F946A in popluar number systems.

HEX 5F 94 6A
Decimal 95 148 106
Binary 1011111 10010100 1101010
Octal 137 224 152

Shades and tints

Shades of #5F946A

#5F946A
(95,148,106)
#578761
(87,135,97)
#4F7A58
(79,122,88)
#476D4F
(71,109,79)
#3F6046
(63,96,70)
#37533D
(55,83,61)
#2F4634
(47,70,52)
#27392B
(39,57,43)
#1F2C22
(31,44,34)
#171F19
(23,31,25)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #5F946A

#5F946A
(95,148,106)
#6D9D77
(109,157,119)
#7BA684
(123,166,132)
#89AF91
(137,175,145)
#97B89E
(151,184,158)
#A5C1AB
(165,193,171)
#B3CAB8
(179,202,184)
#C1D3C5
(193,211,197)
#CFDCD2
(207,220,210)
#DDE5DF
(221,229,223)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F946A; }

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

This text font color is #5F946A.

Background Color

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

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

This div background color is #5F946A.

Border color

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

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

This div border color is #5F946A.

Opacity

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

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

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

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

This text has shadow with #5F946A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F946A.

Preview

Color preview on black background

This text has color #5F946A on black background.


Color preview on white background

This text has color #5F946A on white background.


Black color preview on #5F946A background

This text has black color on #5F946A background.


White color preview on #5F946A background

This text has white color on #5F946A background.


Related colors

Complementary color

Complementary color for #hex is #A06B95.


I love getcolorcode.com

Triadic colors

1 #6A5F94 and #946A5F with #5F946A are triadic colors.

2 #6A945F and #945F6A with #5F946A are triadic colors.