COLOR #95856D

HEX: #95856D
RGB: (149,133,109)

Color info

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

RGB color model

#95856D color RGB value is (149,133,109).

  • red value is 149;
  • green value is 133;
  • blue value is 109.
RGB:
(149,133,109)
(58%,52%,43%)

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 109 of 255 = 43%

149
133
109

R + G + B ~ 51%. #95856D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 109 = 391 (100%)
R 149 of 391 ~ 38.11%
G 133 of 391 ~ 34.02%
B 109 of 391 ~ 27.88%

%38.11
%34.02
%27.88

CMYK color model

#95856D color CMYK value is (0,11,27,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK:
(0,11,27,42)
C0M11Y27K42 
(0%,11%,27%,42%)
(0.00/0.11/0.27/0.42)	

CMYK percentages

%0
%10.74
%26.85
%41.57

Codes

Color #95856D in popluar color models

95856D
RGB149133109
HSL36°15.87%50.59%
HSB/HSV36°26.85%58.43%
CMYK0.00%10.74%26.85%
41.57%

Color #95856D in popluar number systems.

HEX95856D
Decimal149133109
Binary10010101100001011101101
Octal225205155

Shades and tints

Shades of #95856D

#95856D
(149,133,109)
#887964
(136,121,100)
#7B6D5B
(123,109,91)
#6E6152
(110,97,82)
#615549
(97,85,73)
#544940
(84,73,64)
#473D37
(71,61,55)
#3A312E
(58,49,46)
#2D2525
(45,37,37)
#20191C
(32,25,28)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #95856D

#95856D
(149,133,109)
#9E907A
(158,144,122)
#A79B87
(167,155,135)
#B0A694
(176,166,148)
#B9B1A1
(185,177,161)
#C2BCAE
(194,188,174)
#CBC7BB
(203,199,187)
#D4D2C8
(212,210,200)
#DDDDD5
(221,221,213)
#E6E8E2
(230,232,226)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95856D color. Also use rgb(149,133,109) instead hex code.

Text Font Color

.myTextColor { color: #95856D; }

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

This text font color is #95856D.


Background Color

.myBgColor { background-color: #95856D; }

<div style="background-color:#95856D">Inner text</div>

This div background color is #95856D.


Border color

.myBorderColor { border: 1px solid #95856D; }

<div style="border:3px solid #95856D">Div</div>

This div border color is #95856D.


Opacity

.myOpacity80 { color: #95856D; opacity: 0.8; }

<p style="color:#95856D;opacity:0.8;">80%</p>

Text with #95856D 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 #95856D;}

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

This text has shadow with #95856D color.

.textShadow {text-shadow: 3px 3px 1px #95856D, 3px 3px 1px red;}

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

This text has shadow with #95856D primary color and red secondary color.


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

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

This text has shadow with #95856D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95856D on black background.


Color preview on white background

This text has color #95856D on white background.



Black color preview on #95856D background

This text has black color on #95856D background.


White color preview on #95856D background

This text has white color on #95856D background.