COLOR #995663

HEX: #995663
RGB: (153,86,99)

Color info

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

RGB color model

#995663 color RGB value is (153,86,99).

  • red value is 153;
  • green value is 86;
  • blue value is 99.
RGB:
(153,86,99)
(60%,34%,39%)

RGB channels and saturation

R 153 of 255 = 60%
G 86 of 255 = 34%
B 99 of 255 = 39%

153
86
99

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

Portions of RGB colors in percentages

R + G + B =
153 + 86 + 99 = 338 (100%)
R 153 of 338 ~ 45.27%
G 86 of 338 ~ 25.44%
B 99 of 338 ~ 29.29%

%45.27
%25.44
%29.29

CMYK color model

#995663 color CMYK value is (0,44,35,40).

  • cyan value is 0.00%
  • magenta value is 43.79%
  • yellow value is 35.29%
  • key color value is 40.00%
CMYK:
(0,44,35,40)
C0M44Y35K40 
(0%,44%,35%,40%)
(0.00/0.44/0.35/0.40)	

CMYK percentages

%0
%43.79
%35.29
%40

Codes

Color #995663 in popluar color models

995663
RGB1538699
HSL348°28.03%46.86%
HSB/HSV348°43.79%60.00%
CMYK0.00%43.79%35.29%
40.00%

Color #995663 in popluar number systems.

HEX995663
Decimal1538699
Binary1001100110101101100011
Octal231126143

Shades and tints

Shades of #995663

#995663
(153,86,99)
#8C4F5A
(140,79,90)
#7F4851
(127,72,81)
#724148
(114,65,72)
#653A3F
(101,58,63)
#583336
(88,51,54)
#4B2C2D
(75,44,45)
#3E2524
(62,37,36)
#311E1B
(49,30,27)
#241712
(36,23,18)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #995663

#995663
(153,86,99)
#A26571
(162,101,113)
#AB747F
(171,116,127)
#B4838D
(180,131,141)
#BD929B
(189,146,155)
#C6A1A9
(198,161,169)
#CFB0B7
(207,176,183)
#D8BFC5
(216,191,197)
#E1CED3
(225,206,211)
#EADDE1
(234,221,225)
#F3ECEF
(243,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995663 color. Also use rgb(153,86,99) instead hex code.

Text Font Color

.myTextColor { color: #995663; }

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

This text font color is #995663.


Background Color

.myBgColor { background-color: #995663; }

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

This div background color is #995663.


Border color

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

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

This div border color is #995663.


Opacity

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

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

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

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

This text has shadow with #995663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995663 on black background.


Color preview on white background

This text has color #995663 on white background.



Black color preview on #995663 background

This text has black color on #995663 background.


White color preview on #995663 background

This text has white color on #995663 background.