COLOR #995C6B

HEX: #995C6B
RGB: (153,92,107)

Color info

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

RGB color model

#995C6B color RGB value is (153,92,107).

  • red value is 153;
  • green value is 92;
  • blue value is 107.
RGB:
(153,92,107)
(60%,36%,42%)

RGB channels and saturation

R 153 of 255 = 60%
G 92 of 255 = 36%
B 107 of 255 = 42%

153
92
107

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

Portions of RGB colors in percentages

R + G + B =
153 + 92 + 107 = 352 (100%)
R 153 of 352 ~ 43.47%
G 92 of 352 ~ 26.14%
B 107 of 352 ~ 30.4%

%43.47
%26.14
%30.4

CMYK color model

#995C6B color CMYK value is (0,40,30,40).

  • cyan value is 0.00%
  • magenta value is 39.87%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(0,40,30,40)
C0M40Y30K40 
(0%,40%,30%,40%)
(0.00/0.40/0.30/0.40)	

CMYK percentages

%0
%39.87
%30.07
%40

Codes

Color #995C6B in popluar color models

995C6B
RGB15392107
HSL345°24.90%48.04%
HSB/HSV345°39.87%60.00%
CMYK0.00%39.87%30.07%
40.00%

Color #995C6B in popluar number systems.

HEX995C6B
Decimal15392107
Binary1001100110111001101011
Octal231134153

Shades and tints

Shades of #995C6B

#995C6B
(153,92,107)
#8C5462
(140,84,98)
#7F4C59
(127,76,89)
#724450
(114,68,80)
#653C47
(101,60,71)
#58343E
(88,52,62)
#4B2C35
(75,44,53)
#3E242C
(62,36,44)
#311C23
(49,28,35)
#24141A
(36,20,26)
#170C11
(23,12,17)
#000000
(0,0,0)

Tints of #995C6B

#995C6B
(153,92,107)
#A26A78
(162,106,120)
#AB7885
(171,120,133)
#B48692
(180,134,146)
#BD949F
(189,148,159)
#C6A2AC
(198,162,172)
#CFB0B9
(207,176,185)
#D8BEC6
(216,190,198)
#E1CCD3
(225,204,211)
#EADAE0
(234,218,224)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995C6B color. Also use rgb(153,92,107) instead hex code.

Text Font Color

.myTextColor { color: #995C6B; }

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

This text font color is #995C6B.


Background Color

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

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

This div background color is #995C6B.


Border color

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

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

This div border color is #995C6B.


Opacity

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

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

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

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

This text has shadow with #995C6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995C6B on black background.


Color preview on white background

This text has color #995C6B on white background.



Black color preview on #995C6B background

This text has black color on #995C6B background.


White color preview on #995C6B background

This text has white color on #995C6B background.