COLOR #995950

HEX: #995950
RGB: (153,89,80)

Color info

#995950 contains mainly red color. Web safe color of #995950 is #996666 (or #966).

RGB color model

#995950 color RGB value is (153,89,80).

  • red value is 153;
  • green value is 89;
  • blue value is 80.
RGB:
(153,89,80)
(60%,35%,31%)

RGB channels and saturation

R 153 of 255 = 60%
G 89 of 255 = 35%
B 80 of 255 = 31%

153
89
80

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

Portions of RGB colors in percentages

R + G + B =
153 + 89 + 80 = 322 (100%)
R 153 of 322 ~ 47.52%
G 89 of 322 ~ 27.64%
B 80 of 322 ~ 24.84%

%47.52
%27.64
%24.84

CMYK color model

#995950 color CMYK value is (0,42,48,40).

  • cyan value is 0.00%
  • magenta value is 41.83%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(0,42,48,40)
C0M42Y48K40 
(0%,42%,48%,40%)
(0.00/0.42/0.48/0.40)	

CMYK percentages

%0
%41.83
%47.71
%40

Codes

Color #995950 in popluar color models

995950
RGB1538980
HSL31.33%45.69%
HSB/HSV47.71%60.00%
CMYK0.00%41.83%47.71%
40.00%

Color #995950 in popluar number systems.

HEX995950
Decimal1538980
Binary1001100110110011010000
Octal231131120

Shades and tints

Shades of #995950

#995950
(153,89,80)
#8C5149
(140,81,73)
#7F4942
(127,73,66)
#72413B
(114,65,59)
#653934
(101,57,52)
#58312D
(88,49,45)
#4B2926
(75,41,38)
#3E211F
(62,33,31)
#311918
(49,25,24)
#241111
(36,17,17)
#17090A
(23,9,10)
#000000
(0,0,0)

Tints of #995950

#995950
(153,89,80)
#A2685F
(162,104,95)
#AB776E
(171,119,110)
#B4867D
(180,134,125)
#BD958C
(189,149,140)
#C6A49B
(198,164,155)
#CFB3AA
(207,179,170)
#D8C2B9
(216,194,185)
#E1D1C8
(225,209,200)
#EAE0D7
(234,224,215)
#F3EFE6
(243,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995950 color. Also use rgb(153,89,80) instead hex code.

Text Font Color

.myTextColor { color: #995950; }

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

This text font color is #995950.


Background Color

.myBgColor { background-color: #995950; }

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

This div background color is #995950.


Border color

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

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

This div border color is #995950.


Opacity

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

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

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

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

This text has shadow with #995950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995950 on black background.


Color preview on white background

This text has color #995950 on white background.



Black color preview on #995950 background

This text has black color on #995950 background.


White color preview on #995950 background

This text has white color on #995950 background.