COLOR #995E76

HEX: #995E76
RGB: (153,94,118)

Color info

#995E76 contains red, green and blue colors in about the same proportion. Web safe color of #995E76 is #996666 (or #966).

RGB color model

#995E76 color RGB value is (153,94,118).

  • red value is 153;
  • green value is 94;
  • blue value is 118.
RGB:
(153,94,118)
(60%,37%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 94 of 255 = 37%
B 118 of 255 = 46%

153
94
118

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

Portions of RGB colors in percentages

R + G + B =
153 + 94 + 118 = 365 (100%)
R 153 of 365 ~ 41.92%
G 94 of 365 ~ 25.75%
B 118 of 365 ~ 32.33%

%41.92
%25.75
%32.33

CMYK color model

#995E76 color CMYK value is (0,39,23,40).

  • cyan value is 0.00%
  • magenta value is 38.56%
  • yellow value is 22.88%
  • key color value is 40.00%
CMYK:
(0,39,23,40)
C0M39Y23K40 
(0%,39%,23%,40%)
(0.00/0.39/0.23/0.40)	

CMYK percentages

%0
%38.56
%22.88
%40

Codes

Color #995E76 in popluar color models

995E76
RGB15394118
HSL336°23.89%48.43%
HSB/HSV336°38.56%60.00%
CMYK0.00%38.56%22.88%
40.00%

Color #995E76 in popluar number systems.

HEX995E76
Decimal15394118
Binary1001100110111101110110
Octal231136166

Shades and tints

Shades of #995E76

#995E76
(153,94,118)
#8C566C
(140,86,108)
#7F4E62
(127,78,98)
#724658
(114,70,88)
#653E4E
(101,62,78)
#583644
(88,54,68)
#4B2E3A
(75,46,58)
#3E2630
(62,38,48)
#311E26
(49,30,38)
#24161C
(36,22,28)
#170E12
(23,14,18)
#000000
(0,0,0)

Tints of #995E76

#995E76
(153,94,118)
#A26C82
(162,108,130)
#AB7A8E
(171,122,142)
#B4889A
(180,136,154)
#BD96A6
(189,150,166)
#C6A4B2
(198,164,178)
#CFB2BE
(207,178,190)
#D8C0CA
(216,192,202)
#E1CED6
(225,206,214)
#EADCE2
(234,220,226)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995E76 color. Also use rgb(153,94,118) instead hex code.

Text Font Color

.myTextColor { color: #995E76; }

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

This text font color is #995E76.


Background Color

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

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

This div background color is #995E76.


Border color

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

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

This div border color is #995E76.


Opacity

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

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

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

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

This text has shadow with #995E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995E76 on black background.


Color preview on white background

This text has color #995E76 on white background.



Black color preview on #995E76 background

This text has black color on #995E76 background.


White color preview on #995E76 background

This text has white color on #995E76 background.