COLOR #95917F

HEX: #95917F
RGB: (149,145,127)

Color info

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

RGB color model

#95917F color RGB value is (149,145,127).

  • red value is 149;
  • green value is 145;
  • blue value is 127.
RGB:
(149,145,127)
(58%,57%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 145 of 255 = 57%
B 127 of 255 = 50%

149
145
127

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

Portions of RGB colors in percentages

R + G + B =
149 + 145 + 127 = 421 (100%)
R 149 of 421 ~ 35.39%
G 145 of 421 ~ 34.44%
B 127 of 421 ~ 30.17%

%35.39
%34.44
%30.17

CMYK color model

#95917F color CMYK value is (0,3,15,42).

  • cyan value is 0.00%
  • magenta value is 2.68%
  • yellow value is 14.77%
  • key color value is 41.57%
CMYK:
(0,3,15,42)
C0M3Y15K42 
(0%,3%,15%,42%)
(0.00/0.03/0.15/0.42)	

CMYK percentages

%0
%2.68
%14.77
%41.57

Codes

Color #95917F in popluar color models

95917F
RGB149145127
HSL49°9.40%54.12%
HSB/HSV49°14.77%58.43%
CMYK0.00%2.68%14.77%
41.57%

Color #95917F in popluar number systems.

HEX95917F
Decimal149145127
Binary10010101100100011111111
Octal225221177

Shades and tints

Shades of #95917F

#95917F
(149,145,127)
#888474
(136,132,116)
#7B7769
(123,119,105)
#6E6A5E
(110,106,94)
#615D53
(97,93,83)
#545048
(84,80,72)
#47433D
(71,67,61)
#3A3632
(58,54,50)
#2D2927
(45,41,39)
#201C1C
(32,28,28)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #95917F

#95917F
(149,145,127)
#9E9B8A
(158,155,138)
#A7A595
(167,165,149)
#B0AFA0
(176,175,160)
#B9B9AB
(185,185,171)
#C2C3B6
(194,195,182)
#CBCDC1
(203,205,193)
#D4D7CC
(212,215,204)
#DDE1D7
(221,225,215)
#E6EBE2
(230,235,226)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95917F; }

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

This text font color is #95917F.


Background Color

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

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

This div background color is #95917F.


Border color

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

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

This div border color is #95917F.


Opacity

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

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

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

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

This text has shadow with #95917F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95917F on black background.


Color preview on white background

This text has color #95917F on white background.



Black color preview on #95917F background

This text has black color on #95917F background.


White color preview on #95917F background

This text has white color on #95917F background.