COLOR #955C5E

HEX: #955C5E
RGB: (149,92,94)

Color info

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

RGB color model

#955C5E color RGB value is (149,92,94).

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

RGB channels and saturation

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

149
92
94

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

Portions of RGB colors in percentages

R + G + B =
149 + 92 + 94 = 335 (100%)
R 149 of 335 ~ 44.48%
G 92 of 335 ~ 27.46%
B 94 of 335 ~ 28.06%

%44.48
%27.46
%28.06

CMYK color model

#955C5E color CMYK value is (0,38,37,42).

  • cyan value is 0.00%
  • magenta value is 38.26%
  • yellow value is 36.91%
  • key color value is 41.57%
CMYK:
(0,38,37,42)
C0M38Y37K42 
(0%,38%,37%,42%)
(0.00/0.38/0.37/0.42)	

CMYK percentages

%0
%38.26
%36.91
%41.57

Codes

Color #955C5E in popluar color models

955C5E
RGB1499294
HSL358°23.65%47.25%
HSB/HSV358°38.26%58.43%
CMYK0.00%38.26%36.91%
41.57%

Color #955C5E in popluar number systems.

HEX955C5E
Decimal1499294
Binary1001010110111001011110
Octal225134136

Shades and tints

Shades of #955C5E

#955C5E
(149,92,94)
#885456
(136,84,86)
#7B4C4E
(123,76,78)
#6E4446
(110,68,70)
#613C3E
(97,60,62)
#543436
(84,52,54)
#472C2E
(71,44,46)
#3A2426
(58,36,38)
#2D1C1E
(45,28,30)
#201416
(32,20,22)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #955C5E

#955C5E
(149,92,94)
#9E6A6C
(158,106,108)
#A7787A
(167,120,122)
#B08688
(176,134,136)
#B99496
(185,148,150)
#C2A2A4
(194,162,164)
#CBB0B2
(203,176,178)
#D4BEC0
(212,190,192)
#DDCCCE
(221,204,206)
#E6DADC
(230,218,220)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955C5E; }

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

This text font color is #955C5E.


Background Color

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

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

This div background color is #955C5E.


Border color

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

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

This div border color is #955C5E.


Opacity

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

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

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

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

This text has shadow with #955C5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955C5E on black background.


Color preview on white background

This text has color #955C5E on white background.



Black color preview on #955C5E background

This text has black color on #955C5E background.


White color preview on #955C5E background

This text has white color on #955C5E background.