COLOR #95895E

HEX: #95895E
RGB: (149,137,94)

Color info

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

RGB color model

#95895E color RGB value is (149,137,94).

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

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 94 of 255 = 37%

149
137
94

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 94 = 380 (100%)
R 149 of 380 ~ 39.21%
G 137 of 380 ~ 36.05%
B 94 of 380 ~ 24.74%

%39.21
%36.05
%24.74

CMYK color model

#95895E color CMYK value is (0,8,37,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(0,8,37,42)
C0M8Y37K42 
(0%,8%,37%,42%)
(0.00/0.08/0.37/0.42)	

CMYK percentages

%0
%8.05
%36.91
%41.57

Codes

Color #95895E in popluar color models

95895E
RGB14913794
HSL47°22.63%47.65%
HSB/HSV47°36.91%58.43%
CMYK0.00%8.05%36.91%
41.57%

Color #95895E in popluar number systems.

HEX95895E
Decimal14913794
Binary10010101100010011011110
Octal225211136

Shades and tints

Shades of #95895E

#95895E
(149,137,94)
#887D56
(136,125,86)
#7B714E
(123,113,78)
#6E6546
(110,101,70)
#61593E
(97,89,62)
#544D36
(84,77,54)
#47412E
(71,65,46)
#3A3526
(58,53,38)
#2D291E
(45,41,30)
#201D16
(32,29,22)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #95895E

#95895E
(149,137,94)
#9E936C
(158,147,108)
#A79D7A
(167,157,122)
#B0A788
(176,167,136)
#B9B196
(185,177,150)
#C2BBA4
(194,187,164)
#CBC5B2
(203,197,178)
#D4CFC0
(212,207,192)
#DDD9CE
(221,217,206)
#E6E3DC
(230,227,220)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95895E; }

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

This text font color is #95895E.


Background Color

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

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

This div background color is #95895E.


Border color

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

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

This div border color is #95895E.


Opacity

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

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

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

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

This text has shadow with #95895E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95895E on black background.


Color preview on white background

This text has color #95895E on white background.



Black color preview on #95895E background

This text has black color on #95895E background.


White color preview on #95895E background

This text has white color on #95895E background.