COLOR #995B6D

HEX: #995B6D
RGB: (153,91,109)

Color info

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

RGB color model

#995B6D color RGB value is (153,91,109).

  • red value is 153;
  • green value is 91;
  • blue value is 109.
RGB:
(153,91,109)
(60%,36%,43%)

RGB channels and saturation

R 153 of 255 = 60%
G 91 of 255 = 36%
B 109 of 255 = 43%

153
91
109

R + G + B ~ 46%. #995B6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 91 + 109 = 353 (100%)
R 153 of 353 ~ 43.34%
G 91 of 353 ~ 25.78%
B 109 of 353 ~ 30.88%

%43.34
%25.78
%30.88

CMYK color model

#995B6D color CMYK value is (0,41,29,40).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 28.76%
  • key color value is 40.00%
CMYK:
(0,41,29,40)
C0M41Y29K40 
(0%,41%,29%,40%)
(0.00/0.41/0.29/0.40)	

CMYK percentages

%0
%40.52
%28.76
%40

Codes

Color #995B6D in popluar color models

995B6D
RGB15391109
HSL343°25.41%47.84%
HSB/HSV343°40.52%60.00%
CMYK0.00%40.52%28.76%
40.00%

Color #995B6D in popluar number systems.

HEX995B6D
Decimal15391109
Binary1001100110110111101101
Octal231133155

Shades and tints

Shades of #995B6D

#995B6D
(153,91,109)
#8C5364
(140,83,100)
#7F4B5B
(127,75,91)
#724352
(114,67,82)
#653B49
(101,59,73)
#583340
(88,51,64)
#4B2B37
(75,43,55)
#3E232E
(62,35,46)
#311B25
(49,27,37)
#24131C
(36,19,28)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #995B6D

#995B6D
(153,91,109)
#A2697A
(162,105,122)
#AB7787
(171,119,135)
#B48594
(180,133,148)
#BD93A1
(189,147,161)
#C6A1AE
(198,161,174)
#CFAFBB
(207,175,187)
#D8BDC8
(216,189,200)
#E1CBD5
(225,203,213)
#EAD9E2
(234,217,226)
#F3E7EF
(243,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995B6D color. Also use rgb(153,91,109) instead hex code.

Text Font Color

.myTextColor { color: #995B6D; }

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

This text font color is #995B6D.


Background Color

.myBgColor { background-color: #995B6D; }

<div style="background-color:#995B6D">Inner text</div>

This div background color is #995B6D.


Border color

.myBorderColor { border: 1px solid #995B6D; }

<div style="border:3px solid #995B6D">Div</div>

This div border color is #995B6D.


Opacity

.myOpacity80 { color: #995B6D; opacity: 0.8; }

<p style="color:#995B6D;opacity:0.8;">80%</p>

Text with #995B6D 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 #995B6D;}

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

This text has shadow with #995B6D color.

.textShadow {text-shadow: 3px 3px 1px #995B6D, 3px 3px 1px red;}

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

This text has shadow with #995B6D primary color and red secondary color.


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

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

This text has shadow with #995B6D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995B6D on black background.


Color preview on white background

This text has color #995B6D on white background.



Black color preview on #995B6D background

This text has black color on #995B6D background.


White color preview on #995B6D background

This text has white color on #995B6D background.