COLOR #95516D

HEX: #95516D
RGB: (149,81,109)

Color info

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

RGB color model

#95516D color RGB value is (149,81,109).

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

RGB channels and saturation

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

149
81
109

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

Portions of RGB colors in percentages

R + G + B =
149 + 81 + 109 = 339 (100%)
R 149 of 339 ~ 43.95%
G 81 of 339 ~ 23.89%
B 109 of 339 ~ 32.15%

%43.95
%23.89
%32.15

CMYK color model

#95516D color CMYK value is (0,46,27,42).

  • cyan value is 0.00%
  • magenta value is 45.64%
  • yellow value is 26.85%
  • key color value is 41.57%
CMYK:
(0,46,27,42)
C0M46Y27K42 
(0%,46%,27%,42%)
(0.00/0.46/0.27/0.42)	

CMYK percentages

%0
%45.64
%26.85
%41.57

Codes

Color #95516D in popluar color models

95516D
RGB14981109
HSL335°29.57%45.10%
HSB/HSV335°45.64%58.43%
CMYK0.00%45.64%26.85%
41.57%

Color #95516D in popluar number systems.

HEX95516D
Decimal14981109
Binary1001010110100011101101
Octal225121155

Shades and tints

Shades of #95516D

#95516D
(149,81,109)
#884A64
(136,74,100)
#7B435B
(123,67,91)
#6E3C52
(110,60,82)
#613549
(97,53,73)
#542E40
(84,46,64)
#472737
(71,39,55)
#3A202E
(58,32,46)
#2D1925
(45,25,37)
#20121C
(32,18,28)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #95516D

#95516D
(149,81,109)
#9E607A
(158,96,122)
#A76F87
(167,111,135)
#B07E94
(176,126,148)
#B98DA1
(185,141,161)
#C29CAE
(194,156,174)
#CBABBB
(203,171,187)
#D4BAC8
(212,186,200)
#DDC9D5
(221,201,213)
#E6D8E2
(230,216,226)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95516D; }

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

This text font color is #95516D.


Background Color

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

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

This div background color is #95516D.


Border color

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

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

This div border color is #95516D.


Opacity

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

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

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

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

This text has shadow with #95516D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95516D on black background.


Color preview on white background

This text has color #95516D on white background.



Black color preview on #95516D background

This text has black color on #95516D background.


White color preview on #95516D background

This text has white color on #95516D background.