COLOR #955223

HEX: #955223
RGB: (149,82,35)

Color info

#955223 contains mainly red color. Web safe color of #955223 is #996633 (or #963).

RGB color model

#955223 color RGB value is (149,82,35).

  • red value is 149;
  • green value is 82;
  • blue value is 35.
RGB:
(149,82,35)
(58%,32%,14%)

RGB channels and saturation

R 149 of 255 = 58%
G 82 of 255 = 32%
B 35 of 255 = 14%

149
82
35

R + G + B ~ 35%. #955223 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 82 + 35 = 266 (100%)
R 149 of 266 ~ 56.02%
G 82 of 266 ~ 30.83%
B 35 of 266 ~ 13.16%

%56.02
%30.83
%13.16

CMYK color model

#955223 color CMYK value is (0,45,77,42).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 76.51%
  • key color value is 41.57%
CMYK:
(0,45,77,42)
C0M45Y77K42 
(0%,45%,77%,42%)
(0.00/0.45/0.77/0.42)	

CMYK percentages

%0
%44.97
%76.51
%41.57

Codes

Color #955223 in popluar color models

955223
RGB1498235
HSL25°61.96%36.08%
HSB/HSV25°76.51%58.43%
CMYK0.00%44.97%76.51%
41.57%

Color #955223 in popluar number systems.

HEX955223
Decimal1498235
Binary100101011010010100011
Octal22512243

Shades and tints

Shades of #955223

#955223
(149,82,35)
#884B20
(136,75,32)
#7B441D
(123,68,29)
#6E3D1A
(110,61,26)
#613617
(97,54,23)
#542F14
(84,47,20)
#472811
(71,40,17)
#3A210E
(58,33,14)
#2D1A0B
(45,26,11)
#201308
(32,19,8)
#130C05
(19,12,5)
#000000
(0,0,0)

Tints of #955223

#955223
(149,82,35)
#9E6137
(158,97,55)
#A7704B
(167,112,75)
#B07F5F
(176,127,95)
#B98E73
(185,142,115)
#C29D87
(194,157,135)
#CBAC9B
(203,172,155)
#D4BBAF
(212,187,175)
#DDCAC3
(221,202,195)
#E6D9D7
(230,217,215)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955223 color. Also use rgb(149,82,35) instead hex code.

Text Font Color

.myTextColor { color: #955223; }

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

This text font color is #955223.


Background Color

.myBgColor { background-color: #955223; }

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

This div background color is #955223.


Border color

.myBorderColor { border: 1px solid #955223; }

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

This div border color is #955223.


Opacity

.myOpacity80 { color: #955223; opacity: 0.8; }

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

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

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

This text has shadow with #955223 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955223 on black background.


Color preview on white background

This text has color #955223 on white background.



Black color preview on #955223 background

This text has black color on #955223 background.


White color preview on #955223 background

This text has white color on #955223 background.