COLOR #955E5A

HEX: #955E5A
RGB: (149,94,90)

Color info

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

RGB color model

#955E5A color RGB value is (149,94,90).

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

RGB channels and saturation

R 149 of 255 = 58%
G 94 of 255 = 37%
B 90 of 255 = 35%

149
94
90

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

Portions of RGB colors in percentages

R + G + B =
149 + 94 + 90 = 333 (100%)
R 149 of 333 ~ 44.74%
G 94 of 333 ~ 28.23%
B 90 of 333 ~ 27.03%

%44.74
%28.23
%27.03

CMYK color model

#955E5A color CMYK value is (0,37,40,42).

  • cyan value is 0.00%
  • magenta value is 36.91%
  • yellow value is 39.60%
  • key color value is 41.57%
CMYK:
(0,37,40,42)
C0M37Y40K42 
(0%,37%,40%,42%)
(0.00/0.37/0.40/0.42)	

CMYK percentages

%0
%36.91
%39.6
%41.57

Codes

Color #955E5A in popluar color models

955E5A
RGB1499490
HSL24.69%46.86%
HSB/HSV39.60%58.43%
CMYK0.00%36.91%39.60%
41.57%

Color #955E5A in popluar number systems.

HEX955E5A
Decimal1499490
Binary1001010110111101011010
Octal225136132

Shades and tints

Shades of #955E5A

#955E5A
(149,94,90)
#885652
(136,86,82)
#7B4E4A
(123,78,74)
#6E4642
(110,70,66)
#613E3A
(97,62,58)
#543632
(84,54,50)
#472E2A
(71,46,42)
#3A2622
(58,38,34)
#2D1E1A
(45,30,26)
#201612
(32,22,18)
#130E0A
(19,14,10)
#000000
(0,0,0)

Tints of #955E5A

#955E5A
(149,94,90)
#9E6C69
(158,108,105)
#A77A78
(167,122,120)
#B08887
(176,136,135)
#B99696
(185,150,150)
#C2A4A5
(194,164,165)
#CBB2B4
(203,178,180)
#D4C0C3
(212,192,195)
#DDCED2
(221,206,210)
#E6DCE1
(230,220,225)
#EFEAF0
(239,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955E5A; }

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

This text font color is #955E5A.


Background Color

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

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

This div background color is #955E5A.


Border color

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

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

This div border color is #955E5A.


Opacity

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

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

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

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

This text has shadow with #955E5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955E5A on black background.


Color preview on white background

This text has color #955E5A on white background.



Black color preview on #955E5A background

This text has black color on #955E5A background.


White color preview on #955E5A background

This text has white color on #955E5A background.