COLOR #995C72

HEX: #995C72
RGB: (153,92,114)

Color info

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

RGB color model

#995C72 color RGB value is (153,92,114).

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

RGB channels and saturation

R 153 of 255 = 60%
G 92 of 255 = 36%
B 114 of 255 = 45%

153
92
114

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

Portions of RGB colors in percentages

R + G + B =
153 + 92 + 114 = 359 (100%)
R 153 of 359 ~ 42.62%
G 92 of 359 ~ 25.63%
B 114 of 359 ~ 31.75%

%42.62
%25.63
%31.75

CMYK color model

#995C72 color CMYK value is (0,40,25,40).

  • cyan value is 0.00%
  • magenta value is 39.87%
  • yellow value is 25.49%
  • key color value is 40.00%
CMYK:
(0,40,25,40)
C0M40Y25K40 
(0%,40%,25%,40%)
(0.00/0.40/0.25/0.40)	

CMYK percentages

%0
%39.87
%25.49
%40

Codes

Color #995C72 in popluar color models

995C72
RGB15392114
HSL338°24.90%48.04%
HSB/HSV338°39.87%60.00%
CMYK0.00%39.87%25.49%
40.00%

Color #995C72 in popluar number systems.

HEX995C72
Decimal15392114
Binary1001100110111001110010
Octal231134162

Shades and tints

Shades of #995C72

#995C72
(153,92,114)
#8C5468
(140,84,104)
#7F4C5E
(127,76,94)
#724454
(114,68,84)
#653C4A
(101,60,74)
#583440
(88,52,64)
#4B2C36
(75,44,54)
#3E242C
(62,36,44)
#311C22
(49,28,34)
#241418
(36,20,24)
#170C0E
(23,12,14)
#000000
(0,0,0)

Tints of #995C72

#995C72
(153,92,114)
#A26A7E
(162,106,126)
#AB788A
(171,120,138)
#B48696
(180,134,150)
#BD94A2
(189,148,162)
#C6A2AE
(198,162,174)
#CFB0BA
(207,176,186)
#D8BEC6
(216,190,198)
#E1CCD2
(225,204,210)
#EADADE
(234,218,222)
#F3E8EA
(243,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995C72; }

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

This text font color is #995C72.


Background Color

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

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

This div background color is #995C72.


Border color

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

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

This div border color is #995C72.


Opacity

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

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

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

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

This text has shadow with #995C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995C72 on black background.


Color preview on white background

This text has color #995C72 on white background.



Black color preview on #995C72 background

This text has black color on #995C72 background.


White color preview on #995C72 background

This text has white color on #995C72 background.