COLOR #95524A

HEX: #95524A
RGB: (149,82,74)

Color info

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

RGB color model

#95524A color RGB value is (149,82,74).

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

RGB channels and saturation

R 149 of 255 = 58%
G 82 of 255 = 32%
B 74 of 255 = 29%

149
82
74

R + G + B ~ 40%. #95524A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 82 + 74 = 305 (100%)
R 149 of 305 ~ 48.85%
G 82 of 305 ~ 26.89%
B 74 of 305 ~ 24.26%

%48.85
%26.89
%24.26

CMYK color model

#95524A color CMYK value is (0,45,50,42).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(0,45,50,42)
C0M45Y50K42 
(0%,45%,50%,42%)
(0.00/0.45/0.50/0.42)	

CMYK percentages

%0
%44.97
%50.34
%41.57

Codes

Color #95524A in popluar color models

95524A
RGB1498274
HSL33.63%43.73%
HSB/HSV50.34%58.43%
CMYK0.00%44.97%50.34%
41.57%

Color #95524A in popluar number systems.

HEX95524A
Decimal1498274
Binary1001010110100101001010
Octal225122112

Shades and tints

Shades of #95524A

#95524A
(149,82,74)
#884B44
(136,75,68)
#7B443E
(123,68,62)
#6E3D38
(110,61,56)
#613632
(97,54,50)
#542F2C
(84,47,44)
#472826
(71,40,38)
#3A2120
(58,33,32)
#2D1A1A
(45,26,26)
#201314
(32,19,20)
#130C0E
(19,12,14)
#000000
(0,0,0)

Tints of #95524A

#95524A
(149,82,74)
#9E615A
(158,97,90)
#A7706A
(167,112,106)
#B07F7A
(176,127,122)
#B98E8A
(185,142,138)
#C29D9A
(194,157,154)
#CBACAA
(203,172,170)
#D4BBBA
(212,187,186)
#DDCACA
(221,202,202)
#E6D9DA
(230,217,218)
#EFE8EA
(239,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95524A; }

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

This text font color is #95524A.


Background Color

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

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

This div background color is #95524A.


Border color

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

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

This div border color is #95524A.


Opacity

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

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

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

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

This text has shadow with #95524A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95524A on black background.


Color preview on white background

This text has color #95524A on white background.



Black color preview on #95524A background

This text has black color on #95524A background.


White color preview on #95524A background

This text has white color on #95524A background.