COLOR #995565

HEX: #995565
RGB: (153,85,101)

Color info

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

RGB color model

#995565 color RGB value is (153,85,101).

  • red value is 153;
  • green value is 85;
  • blue value is 101.
RGB:
(153,85,101)
(60%,33%,40%)

RGB channels and saturation

R 153 of 255 = 60%
G 85 of 255 = 33%
B 101 of 255 = 40%

153
85
101

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

Portions of RGB colors in percentages

R + G + B =
153 + 85 + 101 = 339 (100%)
R 153 of 339 ~ 45.13%
G 85 of 339 ~ 25.07%
B 101 of 339 ~ 29.79%

%45.13
%25.07
%29.79

CMYK color model

#995565 color CMYK value is (0,44,34,40).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(0,44,34,40)
C0M44Y34K40 
(0%,44%,34%,40%)
(0.00/0.44/0.34/0.40)	

CMYK percentages

%0
%44.44
%33.99
%40

Codes

Color #995565 in popluar color models

995565
RGB15385101
HSL346°28.57%46.67%
HSB/HSV346°44.44%60.00%
CMYK0.00%44.44%33.99%
40.00%

Color #995565 in popluar number systems.

HEX995565
Decimal15385101
Binary1001100110101011100101
Octal231125145

Shades and tints

Shades of #995565

#995565
(153,85,101)
#8C4E5C
(140,78,92)
#7F4753
(127,71,83)
#72404A
(114,64,74)
#653941
(101,57,65)
#583238
(88,50,56)
#4B2B2F
(75,43,47)
#3E2426
(62,36,38)
#311D1D
(49,29,29)
#241614
(36,22,20)
#170F0B
(23,15,11)
#000000
(0,0,0)

Tints of #995565

#995565
(153,85,101)
#A26473
(162,100,115)
#AB7381
(171,115,129)
#B4828F
(180,130,143)
#BD919D
(189,145,157)
#C6A0AB
(198,160,171)
#CFAFB9
(207,175,185)
#D8BEC7
(216,190,199)
#E1CDD5
(225,205,213)
#EADCE3
(234,220,227)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995565 color. Also use rgb(153,85,101) instead hex code.

Text Font Color

.myTextColor { color: #995565; }

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

This text font color is #995565.


Background Color

.myBgColor { background-color: #995565; }

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

This div background color is #995565.


Border color

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

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

This div border color is #995565.


Opacity

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

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

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

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

This text has shadow with #995565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995565 on black background.


Color preview on white background

This text has color #995565 on white background.



Black color preview on #995565 background

This text has black color on #995565 background.


White color preview on #995565 background

This text has white color on #995565 background.