COLOR #959F5F

HEX: #959F5F RGB: (149,159,95)

Color info

#959F5F contains mainly red and green colors. Web safe color of #959F5F is #999966 (or #996).

RGB color model

#959F5F color RGB value is (149,159,95).

RGB: (149,159,95) (58%, 62%, 37%)

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 95 of 255 = 37%

149
159
95

R + G + B ~ 52%. #959F5F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 159 + 95 = 403 (100%)
R 149 of 403 ~ 36.97%
G 159 of 403 ~ 39.45%
B 95 of 403 ~ 23.57'%

%36.97
%39.45
%23.57

CMYK color model

#959F5F color CMYK value is (6,0,40,38).

  • cyan value is 6.29%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 37.65%
CMYK: (6,0,40,38) C6M0Y40K38 (6%,0%,40%,38%) (0.06/0.00/0.40/0.38) 

CMYK percentages

%6.29
%0
%40.25
%37.65

Codes

Color #959F5F in popluar color models

95 9F 5F
RGB 149 159 95
HSL 69° 25.20% 49.80%
HSB/HSV 69° 40.25% 62.35%
CMYK 6.29% 0.00% 40.25%
37.65%

Color #959F5F in popluar number systems.

HEX 95 9F 5F
Decimal 149 159 95
Binary 10010101 10011111 1011111
Octal 225 237 137

Shades and tints

Shades of #959F5F

#959F5F
(149,159,95)
#889157
(136,145,87)
#7B834F
(123,131,79)
#6E7547
(110,117,71)
#61673F
(97,103,63)
#545937
(84,89,55)
#474B2F
(71,75,47)
#3A3D27
(58,61,39)
#2D2F1F
(45,47,31)
#202117
(32,33,23)
#13130F
(19,19,15)
#000000
(0,0,0)

Tints of #959F5F

#959F5F
(149,159,95)
#9EA76D
(158,167,109)
#A7AF7B
(167,175,123)
#B0B789
(176,183,137)
#B9BF97
(185,191,151)
#C2C7A5
(194,199,165)
#CBCFB3
(203,207,179)
#D4D7C1
(212,215,193)
#DDDFCF
(221,223,207)
#E6E7DD
(230,231,221)
#EFEFEB
(239,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959F5F color. Also use rgb(149,159,95) instead hex code.

Text Font Color

.myTextColor { color: #959F5F; }

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

This text font color is #959F5F.

Background Color

.myBgColor { background-color: #959F5F; }

<div style="background-color:#959F5F">Inner text</div>

This div background color is #959F5F.

Border color

.myBorderColor { border: 1px solid #959F5F; }

<div style="border:3px solid #959F5F">Div</div>

This div border color is #959F5F.

Opacity

.myOpacity80 { color: #959F5F; opacity: 0.8; }

<p style="color:#959F5F;opacity:0.8;">80%</p>

Text with #959F5F 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 #959F5F;}

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

This text has shadow with #959F5F color.


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

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

This text has shadow with #959F5F primary color and red secondary color.


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

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

This text has shadow with #959F5F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #959F5F.

Preview

Color preview on black background

This text has color #959F5F on black background.


Color preview on white background

This text has color #959F5F on white background.


Black color preview on #959F5F background

This text has black color on #959F5F background.


White color preview on #959F5F background

This text has white color on #959F5F background.


Related colors

Complementary color

Complementary color for #hex is #6A60A0.


I love getcolorcode.com

Triadic colors

1 #5F959F and #9F5F95 with #959F5F are triadic colors.

2 #5F9F95 and #9F955F with #959F5F are triadic colors.