COLOR #95573A

HEX: #95573A
RGB: (149,87,58)

Color info

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

RGB color model

#95573A color RGB value is (149,87,58).

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

RGB channels and saturation

R 149 of 255 = 58%
G 87 of 255 = 34%
B 58 of 255 = 23%

149
87
58

R + G + B ~ 38%. #95573A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
149 + 87 + 58 = 294 (100%)
R 149 of 294 ~ 50.68%
G 87 of 294 ~ 29.59%
B 58 of 294 ~ 19.73%

%50.68
%29.59
%19.73

CMYK color model

#95573A color CMYK value is (0,42,61,42).

  • cyan value is 0.00%
  • magenta value is 41.61%
  • yellow value is 61.07%
  • key color value is 41.57%
CMYK:
(0,42,61,42)
C0M42Y61K42 
(0%,42%,61%,42%)
(0.00/0.42/0.61/0.42)	

CMYK percentages

%0
%41.61
%61.07
%41.57

Codes

Color #95573A in popluar color models

95573A
RGB1498758
HSL19°43.96%40.59%
HSB/HSV19°61.07%58.43%
CMYK0.00%41.61%61.07%
41.57%

Color #95573A in popluar number systems.

HEX95573A
Decimal1498758
Binary100101011010111111010
Octal22512772

Shades and tints

Shades of #95573A

#95573A
(149,87,58)
#885035
(136,80,53)
#7B4930
(123,73,48)
#6E422B
(110,66,43)
#613B26
(97,59,38)
#543421
(84,52,33)
#472D1C
(71,45,28)
#3A2617
(58,38,23)
#2D1F12
(45,31,18)
#20180D
(32,24,13)
#131108
(19,17,8)
#000000
(0,0,0)

Tints of #95573A

#95573A
(149,87,58)
#9E664B
(158,102,75)
#A7755C
(167,117,92)
#B0846D
(176,132,109)
#B9937E
(185,147,126)
#C2A28F
(194,162,143)
#CBB1A0
(203,177,160)
#D4C0B1
(212,192,177)
#DDCFC2
(221,207,194)
#E6DED3
(230,222,211)
#EFEDE4
(239,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95573A; }

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

This text font color is #95573A.


Background Color

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

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

This div background color is #95573A.


Border color

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

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

This div border color is #95573A.


Opacity

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

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

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

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

This text has shadow with #95573A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95573A on black background.


Color preview on white background

This text has color #95573A on white background.



Black color preview on #95573A background

This text has black color on #95573A background.


White color preview on #95573A background

This text has white color on #95573A background.