COLOR #95895B

HEX: #95895B
RGB: (149,137,91)

Color info

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

RGB color model

#95895B color RGB value is (149,137,91).

  • red value is 149;
  • green value is 137;
  • blue value is 91.
RGB:
(149,137,91)
(58%,54%,36%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 91 of 255 = 36%

149
137
91

R + G + B ~ 49%. #95895B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 91 = 377 (100%)
R 149 of 377 ~ 39.52%
G 137 of 377 ~ 36.34%
B 91 of 377 ~ 24.14%

%39.52
%36.34
%24.14

CMYK color model

#95895B color CMYK value is (0,8,39,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 38.93%
  • key color value is 41.57%
CMYK:
(0,8,39,42)
C0M8Y39K42 
(0%,8%,39%,42%)
(0.00/0.08/0.39/0.42)	

CMYK percentages

%0
%8.05
%38.93
%41.57

Codes

Color #95895B in popluar color models

95895B
RGB14913791
HSL48°24.17%47.06%
HSB/HSV48°38.93%58.43%
CMYK0.00%8.05%38.93%
41.57%

Color #95895B in popluar number systems.

HEX95895B
Decimal14913791
Binary10010101100010011011011
Octal225211133

Shades and tints

Shades of #95895B

#95895B
(149,137,91)
#887D53
(136,125,83)
#7B714B
(123,113,75)
#6E6543
(110,101,67)
#61593B
(97,89,59)
#544D33
(84,77,51)
#47412B
(71,65,43)
#3A3523
(58,53,35)
#2D291B
(45,41,27)
#201D13
(32,29,19)
#13110B
(19,17,11)
#000000
(0,0,0)

Tints of #95895B

#95895B
(149,137,91)
#9E9369
(158,147,105)
#A79D77
(167,157,119)
#B0A785
(176,167,133)
#B9B193
(185,177,147)
#C2BBA1
(194,187,161)
#CBC5AF
(203,197,175)
#D4CFBD
(212,207,189)
#DDD9CB
(221,217,203)
#E6E3D9
(230,227,217)
#EFEDE7
(239,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95895B color. Also use rgb(149,137,91) instead hex code.

Text Font Color

.myTextColor { color: #95895B; }

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

This text font color is #95895B.


Background Color

.myBgColor { background-color: #95895B; }

<div style="background-color:#95895B">Inner text</div>

This div background color is #95895B.


Border color

.myBorderColor { border: 1px solid #95895B; }

<div style="border:3px solid #95895B">Div</div>

This div border color is #95895B.


Opacity

.myOpacity80 { color: #95895B; opacity: 0.8; }

<p style="color:#95895B;opacity:0.8;">80%</p>

Text with #95895B 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 #95895B;}

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

This text has shadow with #95895B color.

.textShadow {text-shadow: 3px 3px 1px #95895B, 3px 3px 1px red;}

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

This text has shadow with #95895B primary color and red secondary color.


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

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

This text has shadow with #95895B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95895B on black background.


Color preview on white background

This text has color #95895B on white background.



Black color preview on #95895B background

This text has black color on #95895B background.


White color preview on #95895B background

This text has white color on #95895B background.