COLOR #95846B

HEX: #95846B
RGB: (149,132,107)

Color info

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

RGB color model

#95846B color RGB value is (149,132,107).

  • red value is 149;
  • green value is 132;
  • blue value is 107.
RGB:
(149,132,107)
(58%,52%,42%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 107 of 255 = 42%

149
132
107

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

Portions of RGB colors in percentages

R + G + B =
149 + 132 + 107 = 388 (100%)
R 149 of 388 ~ 38.4%
G 132 of 388 ~ 34.02%
B 107 of 388 ~ 27.58%

%38.4
%34.02
%27.58

CMYK color model

#95846B color CMYK value is (0,11,28,42).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 28.19%
  • key color value is 41.57%
CMYK:
(0,11,28,42)
C0M11Y28K42 
(0%,11%,28%,42%)
(0.00/0.11/0.28/0.42)	

CMYK percentages

%0
%11.41
%28.19
%41.57

Codes

Color #95846B in popluar color models

95846B
RGB149132107
HSL36°16.54%50.20%
HSB/HSV36°28.19%58.43%
CMYK0.00%11.41%28.19%
41.57%

Color #95846B in popluar number systems.

HEX95846B
Decimal149132107
Binary10010101100001001101011
Octal225204153

Shades and tints

Shades of #95846B

#95846B
(149,132,107)
#887862
(136,120,98)
#7B6C59
(123,108,89)
#6E6050
(110,96,80)
#615447
(97,84,71)
#54483E
(84,72,62)
#473C35
(71,60,53)
#3A302C
(58,48,44)
#2D2423
(45,36,35)
#20181A
(32,24,26)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #95846B

#95846B
(149,132,107)
#9E8F78
(158,143,120)
#A79A85
(167,154,133)
#B0A592
(176,165,146)
#B9B09F
(185,176,159)
#C2BBAC
(194,187,172)
#CBC6B9
(203,198,185)
#D4D1C6
(212,209,198)
#DDDCD3
(221,220,211)
#E6E7E0
(230,231,224)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95846B color. Also use rgb(149,132,107) instead hex code.

Text Font Color

.myTextColor { color: #95846B; }

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

This text font color is #95846B.


Background Color

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

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

This div background color is #95846B.


Border color

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

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

This div border color is #95846B.


Opacity

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

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

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

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

This text has shadow with #95846B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95846B on black background.


Color preview on white background

This text has color #95846B on white background.



Black color preview on #95846B background

This text has black color on #95846B background.


White color preview on #95846B background

This text has white color on #95846B background.