COLOR #995B60

HEX: #995B60 RGB: (153,91,96)

Color info

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

RGB color model

#995B60 color RGB value is (153,91,96).

RGB: (153,91,96) (60%, 36%, 38%)

RGB channels and saturation

R 153 of 255 = 60%
G 91 of 255 = 36%
B 96 of 255 = 38%

153
91
96

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

Portions of RGB colors in percentages

R + G + B = 153 + 91 + 96 = 340 (100%)
R 153 of 340 ~ 45%
G 91 of 340 ~ 26.76%
B 96 of 340 ~ 28.24'%

%45
%26.76
%28.24

CMYK color model

#995B60 color CMYK value is (0,41,37,40).

  • cyan value is 0.00%
  • magenta value is 40.52%
  • yellow value is 37.25%
  • key color value is 40.00%

CMYK: (0,41,37,40)
C0M41Y37K40 (0%, 41%, 37%, 40%)
(0.00 / 0.41 / 0.37 / 0.40)

CMYK percentages

%0
%40.52
%37.25
%40

Codes

Color #995B60 in popluar color models

99 5B 60
RGB 153 91 96
HSL 355° 25.41% 47.84%
HSB/HSV 355° 40.52% 60.00%
CMYK 0.00% 40.52% 37.25%
40.00%

Color #995B60 in popluar number systems.

HEX 99 5B 60
Decimal 153 91 96
Binary 10011001 1011011 1100000
Octal 231 133 140

Shades and tints

Shades of #995B60

#995B60
(153,91,96)
#8C5358
(140,83,88)
#7F4B50
(127,75,80)
#724348
(114,67,72)
#653B40
(101,59,64)
#583338
(88,51,56)
#4B2B30
(75,43,48)
#3E2328
(62,35,40)
#311B20
(49,27,32)
#241318
(36,19,24)
#170B10
(23,11,16)
#000000
(0,0,0)

Tints of #995B60

#995B60
(153,91,96)
#A2696E
(162,105,110)
#AB777C
(171,119,124)
#B4858A
(180,133,138)
#BD9398
(189,147,152)
#C6A1A6
(198,161,166)
#CFAFB4
(207,175,180)
#D8BDC2
(216,189,194)
#E1CBD0
(225,203,208)
#EAD9DE
(234,217,222)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995B60 color. Also use rgb(153,91,96) instead hex code.

Text Font Color

.myTextColor { color: #995B60; }

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

This text font color is #995B60.

Background Color

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

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

This div background color is #995B60.

Border color

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

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

This div border color is #995B60.

Opacity

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

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

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

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

This text has shadow with #995B60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #995B60.

Preview

Color preview on black background

This text has color #995B60 on black background.


Color preview on white background

This text has color #995B60 on white background.


Black color preview on #995B60 background

This text has black color on #995B60 background.


White color preview on #995B60 background

This text has white color on #995B60 background.


Related colors

Complementary color

Complementary color for #hex is #66A49F.


I love getcolorcode.com

Triadic colors

1 #60995B and #5B6099 with #995B60 are triadic colors.

2 #605B99 and #5B9960 with #995B60 are triadic colors.