COLOR #955C5F

HEX: #955C5F
RGB: (149,92,95)

Color info

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

RGB color model

#955C5F color RGB value is (149,92,95).

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

RGB channels and saturation

R 149 of 255 = 58%
G 92 of 255 = 36%
B 95 of 255 = 37%

149
92
95

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

Portions of RGB colors in percentages

R + G + B =
149 + 92 + 95 = 336 (100%)
R 149 of 336 ~ 44.35%
G 92 of 336 ~ 27.38%
B 95 of 336 ~ 28.27%

%44.35
%27.38
%28.27

CMYK color model

#955C5F color CMYK value is (0,38,36,42).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 36.24%
  • key color value is 41.57%
CMYK:
(0,38,36,42)
C0M38Y36K42 
(0%,38%,36%,42%)
(0.00/0.38/0.36/0.42)	

CMYK percentages

%0
%38.26
%36.24
%41.57

Codes

Color #955C5F in popluar color models

955C5F
RGB1499295
HSL357°23.65%47.25%
HSB/HSV357°38.26%58.43%
CMYK0.00%38.26%36.24%
41.57%

Color #955C5F in popluar number systems.

HEX955C5F
Decimal1499295
Binary1001010110111001011111
Octal225134137

Shades and tints

Shades of #955C5F

#955C5F
(149,92,95)
#885457
(136,84,87)
#7B4C4F
(123,76,79)
#6E4447
(110,68,71)
#613C3F
(97,60,63)
#543437
(84,52,55)
#472C2F
(71,44,47)
#3A2427
(58,36,39)
#2D1C1F
(45,28,31)
#201417
(32,20,23)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #955C5F

#955C5F
(149,92,95)
#9E6A6D
(158,106,109)
#A7787B
(167,120,123)
#B08689
(176,134,137)
#B99497
(185,148,151)
#C2A2A5
(194,162,165)
#CBB0B3
(203,176,179)
#D4BEC1
(212,190,193)
#DDCCCF
(221,204,207)
#E6DADD
(230,218,221)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955C5F color. Also use rgb(149,92,95) instead hex code.

Text Font Color

.myTextColor { color: #955C5F; }

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

This text font color is #955C5F.


Background Color

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

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

This div background color is #955C5F.


Border color

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

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

This div border color is #955C5F.


Opacity

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

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

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

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

This text has shadow with #955C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955C5F on black background.


Color preview on white background

This text has color #955C5F on white background.



Black color preview on #955C5F background

This text has black color on #955C5F background.


White color preview on #955C5F background

This text has white color on #955C5F background.