COLOR #95573C

HEX: #95573C
RGB: (149,87,60)

Color info

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

RGB color model

#95573C color RGB value is (149,87,60).

  • red value is 149;
  • green value is 87;
  • blue value is 60.
RGB:
(149,87,60)
(58%,34%,24%)

RGB channels and saturation

R 149 of 255 = 58%
G 87 of 255 = 34%
B 60 of 255 = 24%

149
87
60

R + G + B ~ 39%. #95573C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 87 + 60 = 296 (100%)
R 149 of 296 ~ 50.34%
G 87 of 296 ~ 29.39%
B 60 of 296 ~ 20.27%

%50.34
%29.39
%20.27

CMYK color model

#95573C color CMYK value is (0,42,60,42).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 59.73%
  • key color value is 41.57%
CMYK:
(0,42,60,42)
C0M42Y60K42 
(0%,42%,60%,42%)
(0.00/0.42/0.60/0.42)	

CMYK percentages

%0
%41.61
%59.73
%41.57

Codes

Color #95573C in popluar color models

95573C
RGB1498760
HSL18°42.58%40.98%
HSB/HSV18°59.73%58.43%
CMYK0.00%41.61%59.73%
41.57%

Color #95573C in popluar number systems.

HEX95573C
Decimal1498760
Binary100101011010111111100
Octal22512774

Shades and tints

Shades of #95573C

#95573C
(149,87,60)
#885037
(136,80,55)
#7B4932
(123,73,50)
#6E422D
(110,66,45)
#613B28
(97,59,40)
#543423
(84,52,35)
#472D1E
(71,45,30)
#3A2619
(58,38,25)
#2D1F14
(45,31,20)
#20180F
(32,24,15)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #95573C

#95573C
(149,87,60)
#9E664D
(158,102,77)
#A7755E
(167,117,94)
#B0846F
(176,132,111)
#B99380
(185,147,128)
#C2A291
(194,162,145)
#CBB1A2
(203,177,162)
#D4C0B3
(212,192,179)
#DDCFC4
(221,207,196)
#E6DED5
(230,222,213)
#EFEDE6
(239,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95573C color. Also use rgb(149,87,60) instead hex code.

Text Font Color

.myTextColor { color: #95573C; }

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

This text font color is #95573C.


Background Color

.myBgColor { background-color: #95573C; }

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

This div background color is #95573C.


Border color

.myBorderColor { border: 1px solid #95573C; }

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

This div border color is #95573C.


Opacity

.myOpacity80 { color: #95573C; opacity: 0.8; }

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

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

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

This text has shadow with #95573C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95573C on black background.


Color preview on white background

This text has color #95573C on white background.



Black color preview on #95573C background

This text has black color on #95573C background.


White color preview on #95573C background

This text has white color on #95573C background.