COLOR #955E5B

HEX: #955E5B
RGB: (149,94,91)

Color info

#955E5B contains red, green and blue colors in about the same proportion. Web safe color of #955E5B is #996666 (or #966).

RGB color model

#955E5B color RGB value is (149,94,91).

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

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 91 of 255 = 36%

149
94
91

R + G + B ~ 44%. #955E5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 91 = 334 (100%)
R 149 of 334 ~ 44.61%
G 94 of 334 ~ 28.14%
B 91 of 334 ~ 27.25%

%44.61
%28.14
%27.25

CMYK color model

#955E5B color CMYK value is (0,37,39,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 38.93%
  • key color value is 41.57%
CMYK:
(0,37,39,42)
C0M37Y39K42 
(0%,37%,39%,42%)
(0.00/0.37/0.39/0.42)	

CMYK percentages

%0
%36.91
%38.93
%41.57

Codes

Color #955E5B in popluar color models

955E5B
RGB1499491
HSL24.17%47.06%
HSB/HSV38.93%58.43%
CMYK0.00%36.91%38.93%
41.57%

Color #955E5B in popluar number systems.

HEX955E5B
Decimal1499491
Binary1001010110111101011011
Octal225136133

Shades and tints

Shades of #955E5B

#955E5B
(149,94,91)
#885653
(136,86,83)
#7B4E4B
(123,78,75)
#6E4643
(110,70,67)
#613E3B
(97,62,59)
#543633
(84,54,51)
#472E2B
(71,46,43)
#3A2623
(58,38,35)
#2D1E1B
(45,30,27)
#201613
(32,22,19)
#130E0B
(19,14,11)
#000000
(0,0,0)

Tints of #955E5B

#955E5B
(149,94,91)
#9E6C69
(158,108,105)
#A77A77
(167,122,119)
#B08885
(176,136,133)
#B99693
(185,150,147)
#C2A4A1
(194,164,161)
#CBB2AF
(203,178,175)
#D4C0BD
(212,192,189)
#DDCECB
(221,206,203)
#E6DCD9
(230,220,217)
#EFEAE7
(239,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955E5B color. Also use rgb(149,94,91) instead hex code.

Text Font Color

.myTextColor { color: #955E5B; }

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

This text font color is #955E5B.


Background Color

.myBgColor { background-color: #955E5B; }

<div style="background-color:#955E5B">Inner text</div>

This div background color is #955E5B.


Border color

.myBorderColor { border: 1px solid #955E5B; }

<div style="border:3px solid #955E5B">Div</div>

This div border color is #955E5B.


Opacity

.myOpacity80 { color: #955E5B; opacity: 0.8; }

<p style="color:#955E5B;opacity:0.8;">80%</p>

Text with #955E5B 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 #955E5B;}

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

This text has shadow with #955E5B color.

.textShadow {text-shadow: 3px 3px 1px #955E5B, 3px 3px 1px red;}

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

This text has shadow with #955E5B primary color and red secondary color.


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

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

This text has shadow with #955E5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E5B on black background.


Color preview on white background

This text has color #955E5B on white background.



Black color preview on #955E5B background

This text has black color on #955E5B background.


White color preview on #955E5B background

This text has white color on #955E5B background.