COLOR #95967F

HEX: #95967F RGB: (149,150,127)

Color info

#95967F contains red, green and blue colors in about the same proportion. Web safe color of #95967F is #999966 (or #996).

RGB color model

#95967F color RGB value is (149,150,127).

RGB: (149,150,127) (58%, 59%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 150 of 255 = 59%
B 127 of 255 = 50%

149
150
127

R + G + B ~ 56%. #95967F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 150 + 127 = 426 (100%)
R 149 of 426 ~ 34.98%
G 150 of 426 ~ 35.21%
B 127 of 426 ~ 29.81'%

%34.98
%35.21
%29.81

CMYK color model

#95967F color CMYK value is (1,0,15,41).

  • cyan value is 0.67%
  • magenta value is 0.00%
  • yellow value is 15.33%
  • key color value is 41.18%

CMYK: (1,0,15,41)
C1M0Y15K41 (1%, 0%, 15%, 41%)
(0.01 / 0.00 / 0.15 / 0.41)

CMYK percentages

%0.67
%0
%15.33
%41.18

Codes

Color #95967F in popluar color models

95 96 7F
RGB 149 150 127
HSL 63° 9.87% 54.31%
HSB/HSV 63° 15.33% 58.82%
CMYK 0.67% 0.00% 15.33%
41.18%

Color #95967F in popluar number systems.

HEX 95 96 7F
Decimal 149 150 127
Binary 10010101 10010110 1111111
Octal 225 226 177

Shades and tints

Shades of #95967F

#95967F
(149,150,127)
#888974
(136,137,116)
#7B7C69
(123,124,105)
#6E6F5E
(110,111,94)
#616253
(97,98,83)
#545548
(84,85,72)
#47483D
(71,72,61)
#3A3B32
(58,59,50)
#2D2E27
(45,46,39)
#20211C
(32,33,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #95967F

#95967F
(149,150,127)
#9E9F8A
(158,159,138)
#A7A895
(167,168,149)
#B0B1A0
(176,177,160)
#B9BAAB
(185,186,171)
#C2C3B6
(194,195,182)
#CBCCC1
(203,204,193)
#D4D5CC
(212,213,204)
#DDDED7
(221,222,215)
#E6E7E2
(230,231,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95967F color. Also use rgb(149,150,127) instead hex code.

Text Font Color

.myTextColor { color: #95967F; }

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

This text font color is #95967F.

Background Color

.myBgColor { background-color: #95967F; }

<div style="background-color:#95967F">Inner text</div>

This div background color is #95967F.

Border color

.myBorderColor { border: 1px solid #95967F; }

<div style="border:3px solid #95967F">Div</div>

This div border color is #95967F.

Opacity

.myOpacity80 { color: #95967F; opacity: 0.8; }

<p style="color:#95967F;opacity:0.8;">80%</p>

Text with #95967F 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 #95967F;}

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

This text has shadow with #95967F color.


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

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

This text has shadow with #95967F primary color and red secondary color.


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

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

This text has shadow with #95967F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95967F.

Preview

Color preview on black background

This text has color #95967F on black background.


Color preview on white background

This text has color #95967F on white background.


Black color preview on #95967F background

This text has black color on #95967F background.


White color preview on #95967F background

This text has white color on #95967F background.


Related colors

Complementary color

Complementary color for #hex is #6A6980.


I love getcolorcode.com

Triadic colors

1 #7F9596 and #967F95 with #95967F are triadic colors.

2 #7F9695 and #96957F with #95967F are triadic colors.