COLOR #95526D

HEX: #95526D
RGB: (149,82,109)

Color info

#95526D contains mainly red and blue colors. Web safe color of #95526D is #996666 (or #966).

RGB color model

#95526D color RGB value is (149,82,109).

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

RGB channels and saturation

R 149 of 255 = 58%
G 82 of 255 = 32%
B 109 of 255 = 43%

149
82
109

R + G + B ~ 44%. #95526D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 82 + 109 = 340 (100%)
R 149 of 340 ~ 43.82%
G 82 of 340 ~ 24.12%
B 109 of 340 ~ 32.06%

%43.82
%24.12
%32.06

CMYK color model

#95526D color CMYK value is (0,45,27,42).

  • cyan value is 0.00%
  • magenta value is 44.97%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK:
(0,45,27,42)
C0M45Y27K42 
(0%,45%,27%,42%)
(0.00/0.45/0.27/0.42)	

CMYK percentages

%0
%44.97
%26.85
%41.57

Codes

Color #95526D in popluar color models

95526D
RGB14982109
HSL336°29.00%45.29%
HSB/HSV336°44.97%58.43%
CMYK0.00%44.97%26.85%
41.57%

Color #95526D in popluar number systems.

HEX95526D
Decimal14982109
Binary1001010110100101101101
Octal225122155

Shades and tints

Shades of #95526D

#95526D
(149,82,109)
#884B64
(136,75,100)
#7B445B
(123,68,91)
#6E3D52
(110,61,82)
#613649
(97,54,73)
#542F40
(84,47,64)
#472837
(71,40,55)
#3A212E
(58,33,46)
#2D1A25
(45,26,37)
#20131C
(32,19,28)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #95526D

#95526D
(149,82,109)
#9E617A
(158,97,122)
#A77087
(167,112,135)
#B07F94
(176,127,148)
#B98EA1
(185,142,161)
#C29DAE
(194,157,174)
#CBACBB
(203,172,187)
#D4BBC8
(212,187,200)
#DDCAD5
(221,202,213)
#E6D9E2
(230,217,226)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95526D; }

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

This text font color is #95526D.


Background Color

.myBgColor { background-color: #95526D; }

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

This div background color is #95526D.


Border color

.myBorderColor { border: 1px solid #95526D; }

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

This div border color is #95526D.


Opacity

.myOpacity80 { color: #95526D; opacity: 0.8; }

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

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

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

This text has shadow with #95526D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95526D on black background.


Color preview on white background

This text has color #95526D on white background.



Black color preview on #95526D background

This text has black color on #95526D background.


White color preview on #95526D background

This text has white color on #95526D background.