COLOR #5F946F

HEX: #5F946F RGB: (95,148,111)

Color info

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

RGB color model

#5F946F color RGB value is (95,148,111).

RGB: (95,148,111) (37%, 58%, 44%)

RGB channels and saturation

R 95 of 255 = 37%
G 148 of 255 = 58%
B 111 of 255 = 44%

95
148
111

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

Portions of RGB colors in percentages

R + G + B = 95 + 148 + 111 = 354 (100%)
R 95 of 354 ~ 26.84%
G 148 of 354 ~ 41.81%
B 111 of 354 ~ 31.36'%

%26.84
%41.81
%31.36

CMYK color model

#5F946F color CMYK value is (36,0,25,42).

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

CMYK: (36,0,25,42)
C36M0Y25K42 (36%, 0%, 25%, 42%)
(0.36 / 0.00 / 0.25 / 0.42)

CMYK percentages

%35.81
%0
%25
%41.96

Codes

Color #5F946F in popluar color models

5F 94 6F
RGB 95 148 111
HSL 138° 21.81% 47.65%
HSB/HSV 138° 35.81% 58.04%
CMYK 35.81% 0.00% 25.00%
41.96%

Color #5F946F in popluar number systems.

HEX 5F 94 6F
Decimal 95 148 111
Binary 1011111 10010100 1101111
Octal 137 224 157

Shades and tints

Shades of #5F946F

#5F946F
(95,148,111)
#578765
(87,135,101)
#4F7A5B
(79,122,91)
#476D51
(71,109,81)
#3F6047
(63,96,71)
#37533D
(55,83,61)
#2F4633
(47,70,51)
#273929
(39,57,41)
#1F2C1F
(31,44,31)
#171F15
(23,31,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #5F946F

#5F946F
(95,148,111)
#6D9D7C
(109,157,124)
#7BA689
(123,166,137)
#89AF96
(137,175,150)
#97B8A3
(151,184,163)
#A5C1B0
(165,193,176)
#B3CABD
(179,202,189)
#C1D3CA
(193,211,202)
#CFDCD7
(207,220,215)
#DDE5E4
(221,229,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F946F; }

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

This text font color is #5F946F.

Background Color

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

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

This div background color is #5F946F.

Border color

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

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

This div border color is #5F946F.

Opacity

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

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

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

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

This text has shadow with #5F946F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F946F.

Preview

Color preview on black background

This text has color #5F946F on black background.


Color preview on white background

This text has color #5F946F on white background.


Black color preview on #5F946F background

This text has black color on #5F946F background.


White color preview on #5F946F background

This text has white color on #5F946F background.


Related colors

Complementary color

Complementary color for #hex is #A06B90.


I love getcolorcode.com

Triadic colors

1 #6F5F94 and #946F5F with #5F946F are triadic colors.

2 #6F945F and #945F6F with #5F946F are triadic colors.