COLOR #5F9546

HEX: #5F9546 RGB: (95,149,70)

Color info

#5F9546 contains mainly red and green colors. Web safe color of #5F9546 is #669933 (or #693).

RGB color model

#5F9546 color RGB value is (95,149,70).

RGB: (95,149,70) (37%, 58%, 27%)

RGB channels and saturation

R 95 of 255 = 37%
G 149 of 255 = 58%
B 70 of 255 = 27%

95
149
70

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

Portions of RGB colors in percentages

R + G + B = 95 + 149 + 70 = 314 (100%)
R 95 of 314 ~ 30.25%
G 149 of 314 ~ 47.45%
B 70 of 314 ~ 22.29'%

%30.25
%47.45
%22.29

CMYK color model

#5F9546 color CMYK value is (36,0,53,42).

  • cyan value is 36.24%
  • magenta value is 0.00%
  • yellow value is 53.02%
  • key color value is 41.57%

CMYK: (36,0,53,42)
C36M0Y53K42 (36%, 0%, 53%, 42%)
(0.36 / 0.00 / 0.53 / 0.42)

CMYK percentages

%36.24
%0
%53.02
%41.57

Codes

Color #5F9546 in popluar color models

5F 95 46
RGB 95 149 70
HSL 101° 36.07% 42.94%
HSB/HSV 101° 53.02% 58.43%
CMYK 36.24% 0.00% 53.02%
41.57%

Color #5F9546 in popluar number systems.

HEX 5F 95 46
Decimal 95 149 70
Binary 1011111 10010101 1000110
Octal 137 225 106

Shades and tints

Shades of #5F9546

#5F9546
(95,149,70)
#578840
(87,136,64)
#4F7B3A
(79,123,58)
#476E34
(71,110,52)
#3F612E
(63,97,46)
#375428
(55,84,40)
#2F4722
(47,71,34)
#273A1C
(39,58,28)
#1F2D16
(31,45,22)
#172010
(23,32,16)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #5F9546

#5F9546
(95,149,70)
#6D9E56
(109,158,86)
#7BA766
(123,167,102)
#89B076
(137,176,118)
#97B986
(151,185,134)
#A5C296
(165,194,150)
#B3CBA6
(179,203,166)
#C1D4B6
(193,212,182)
#CFDDC6
(207,221,198)
#DDE6D6
(221,230,214)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9546 color. Also use rgb(95,149,70) instead hex code.

Text Font Color

.myTextColor { color: #5F9546; }

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

This text font color is #5F9546.

Background Color

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

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

This div background color is #5F9546.

Border color

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

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

This div border color is #5F9546.

Opacity

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

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

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

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

This text has shadow with #5F9546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9546.

Preview

Color preview on black background

This text has color #5F9546 on black background.


Color preview on white background

This text has color #5F9546 on white background.


Black color preview on #5F9546 background

This text has black color on #5F9546 background.


White color preview on #5F9546 background

This text has white color on #5F9546 background.


Related colors

Complementary color

Complementary color for #hex is #A06AB9.


I love getcolorcode.com

Triadic colors

1 #465F95 and #95465F with #5F9546 are triadic colors.

2 #46955F and #955F46 with #5F9546 are triadic colors.