COLOR #995766

HEX: #995766
RGB: (153,87,102)

Color info

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

RGB color model

#995766 color RGB value is (153,87,102).

  • red value is 153;
  • green value is 87;
  • blue value is 102.
RGB:
(153,87,102)
(60%,34%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 87 of 255 = 34%
B 102 of 255 = 40%

153
87
102

R + G + B ~ 45%. #995766 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 87 + 102 = 342 (100%)
R 153 of 342 ~ 44.74%
G 87 of 342 ~ 25.44%
B 102 of 342 ~ 29.82%

%44.74
%25.44
%29.82

CMYK color model

#995766 color CMYK value is (0,43,33,40).

  • cyan value is 0.00%
  • magenta value is 43.14%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(0,43,33,40)
C0M43Y33K40 
(0%,43%,33%,40%)
(0.00/0.43/0.33/0.40)	

CMYK percentages

%0
%43.14
%33.33
%40

Codes

Color #995766 in popluar color models

995766
RGB15387102
HSL346°27.50%47.06%
HSB/HSV346°43.14%60.00%
CMYK0.00%43.14%33.33%
40.00%

Color #995766 in popluar number systems.

HEX995766
Decimal15387102
Binary1001100110101111100110
Octal231127146

Shades and tints

Shades of #995766

#995766
(153,87,102)
#8C505D
(140,80,93)
#7F4954
(127,73,84)
#72424B
(114,66,75)
#653B42
(101,59,66)
#583439
(88,52,57)
#4B2D30
(75,45,48)
#3E2627
(62,38,39)
#311F1E
(49,31,30)
#241815
(36,24,21)
#17110C
(23,17,12)
#000000
(0,0,0)

Tints of #995766

#995766
(153,87,102)
#A26673
(162,102,115)
#AB7580
(171,117,128)
#B4848D
(180,132,141)
#BD939A
(189,147,154)
#C6A2A7
(198,162,167)
#CFB1B4
(207,177,180)
#D8C0C1
(216,192,193)
#E1CFCE
(225,207,206)
#EADEDB
(234,222,219)
#F3EDE8
(243,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995766 color. Also use rgb(153,87,102) instead hex code.

Text Font Color

.myTextColor { color: #995766; }

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

This text font color is #995766.


Background Color

.myBgColor { background-color: #995766; }

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

This div background color is #995766.


Border color

.myBorderColor { border: 1px solid #995766; }

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

This div border color is #995766.


Opacity

.myOpacity80 { color: #995766; opacity: 0.8; }

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

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

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

This text has shadow with #995766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995766 on black background.


Color preview on white background

This text has color #995766 on white background.



Black color preview on #995766 background

This text has black color on #995766 background.


White color preview on #995766 background

This text has white color on #995766 background.