COLOR #5F9467

HEX: #5F9467 RGB: (95,148,103)

Color info

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

RGB color model

#5F9467 color RGB value is (95,148,103).

RGB: (95,148,103) (37%, 58%, 40%)

RGB channels and saturation

R 95 of 255 = 37%
G 148 of 255 = 58%
B 103 of 255 = 40%

95
148
103

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

Portions of RGB colors in percentages

R + G + B = 95 + 148 + 103 = 346 (100%)
R 95 of 346 ~ 27.46%
G 148 of 346 ~ 42.77%
B 103 of 346 ~ 29.77'%

%27.46
%42.77
%29.77

CMYK color model

#5F9467 color CMYK value is (36,0,30,42).

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

CMYK: (36,0,30,42)
C36M0Y30K42 (36%, 0%, 30%, 42%)
(0.36 / 0.00 / 0.30 / 0.42)

CMYK percentages

%35.81
%0
%30.41
%41.96

Codes

Color #5F9467 in popluar color models

5F 94 67
RGB 95 148 103
HSL 129° 21.81% 47.65%
HSB/HSV 129° 35.81% 58.04%
CMYK 35.81% 0.00% 30.41%
41.96%

Color #5F9467 in popluar number systems.

HEX 5F 94 67
Decimal 95 148 103
Binary 1011111 10010100 1100111
Octal 137 224 147

Shades and tints

Shades of #5F9467

#5F9467
(95,148,103)
#57875E
(87,135,94)
#4F7A55
(79,122,85)
#476D4C
(71,109,76)
#3F6043
(63,96,67)
#37533A
(55,83,58)
#2F4631
(47,70,49)
#273928
(39,57,40)
#1F2C1F
(31,44,31)
#171F16
(23,31,22)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #5F9467

#5F9467
(95,148,103)
#6D9D74
(109,157,116)
#7BA681
(123,166,129)
#89AF8E
(137,175,142)
#97B89B
(151,184,155)
#A5C1A8
(165,193,168)
#B3CAB5
(179,202,181)
#C1D3C2
(193,211,194)
#CFDCCF
(207,220,207)
#DDE5DC
(221,229,220)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F9467; }

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

This text font color is #5F9467.

Background Color

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

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

This div background color is #5F9467.

Border color

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

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

This div border color is #5F9467.

Opacity

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

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

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

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

This text has shadow with #5F9467 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9467.

Preview

Color preview on black background

This text has color #5F9467 on black background.


Color preview on white background

This text has color #5F9467 on white background.


Black color preview on #5F9467 background

This text has black color on #5F9467 background.


White color preview on #5F9467 background

This text has white color on #5F9467 background.


Related colors

Complementary color

Complementary color for #hex is #A06B98.


I love getcolorcode.com

Triadic colors

1 #675F94 and #94675F with #5F9467 are triadic colors.

2 #67945F and #945F67 with #5F9467 are triadic colors.