COLOR #955D50

HEX: #955D50
RGB: (149,93,80)

Color info

#955D50 contains mainly red and green colors. Web safe color of #955D50 is #996666 (or #966).

RGB color model

#955D50 color RGB value is (149,93,80).

  • red value is 149;
  • green value is 93;
  • blue value is 80.
RGB:
(149,93,80)
(58%,36%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 93 of 255 = 36%
B 80 of 255 = 31%

149
93
80

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

Portions of RGB colors in percentages

R + G + B =
149 + 93 + 80 = 322 (100%)
R 149 of 322 ~ 46.27%
G 93 of 322 ~ 28.88%
B 80 of 322 ~ 24.84%

%46.27
%28.88
%24.84

CMYK color model

#955D50 color CMYK value is (0,38,46,42).

  • cyan value is 0.00%
  • magenta value is 37.58%
  • yellow value is 46.31%
  • key color value is 41.57%
CMYK:
(0,38,46,42)
C0M38Y46K42 
(0%,38%,46%,42%)
(0.00/0.38/0.46/0.42)	

CMYK percentages

%0
%37.58
%46.31
%41.57

Codes

Color #955D50 in popluar color models

955D50
RGB1499380
HSL11°30.13%44.90%
HSB/HSV11°46.31%58.43%
CMYK0.00%37.58%46.31%
41.57%

Color #955D50 in popluar number systems.

HEX955D50
Decimal1499380
Binary1001010110111011010000
Octal225135120

Shades and tints

Shades of #955D50

#955D50
(149,93,80)
#885549
(136,85,73)
#7B4D42
(123,77,66)
#6E453B
(110,69,59)
#613D34
(97,61,52)
#54352D
(84,53,45)
#472D26
(71,45,38)
#3A251F
(58,37,31)
#2D1D18
(45,29,24)
#201511
(32,21,17)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #955D50

#955D50
(149,93,80)
#9E6B5F
(158,107,95)
#A7796E
(167,121,110)
#B0877D
(176,135,125)
#B9958C
(185,149,140)
#C2A39B
(194,163,155)
#CBB1AA
(203,177,170)
#D4BFB9
(212,191,185)
#DDCDC8
(221,205,200)
#E6DBD7
(230,219,215)
#EFE9E6
(239,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955D50 color. Also use rgb(149,93,80) instead hex code.

Text Font Color

.myTextColor { color: #955D50; }

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

This text font color is #955D50.


Background Color

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

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

This div background color is #955D50.


Border color

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

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

This div border color is #955D50.


Opacity

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

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

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

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

This text has shadow with #955D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955D50 on black background.


Color preview on white background

This text has color #955D50 on white background.



Black color preview on #955D50 background

This text has black color on #955D50 background.


White color preview on #955D50 background

This text has white color on #955D50 background.