COLOR #995C5F

HEX: #995C5F
RGB: (153,92,95)

Color info

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

RGB color model

#995C5F color RGB value is (153,92,95).

  • red value is 153;
  • green value is 92;
  • blue value is 95.
RGB:
(153,92,95)
(60%,36%,37%)

RGB channels and saturation

R 153 of 255 = 60%
G 92 of 255 = 36%
B 95 of 255 = 37%

153
92
95

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

Portions of RGB colors in percentages

R + G + B =
153 + 92 + 95 = 340 (100%)
R 153 of 340 ~ 45%
G 92 of 340 ~ 27.06%
B 95 of 340 ~ 27.94%

%45
%27.06
%27.94

CMYK color model

#995C5F color CMYK value is (0,40,38,40).

  • cyan value is 0.00%
  • magenta value is 39.87%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK:
(0,40,38,40)
C0M40Y38K40 
(0%,40%,38%,40%)
(0.00/0.40/0.38/0.40)	

CMYK percentages

%0
%39.87
%37.91
%40

Codes

Color #995C5F in popluar color models

995C5F
RGB1539295
HSL357°24.90%48.04%
HSB/HSV357°39.87%60.00%
CMYK0.00%39.87%37.91%
40.00%

Color #995C5F in popluar number systems.

HEX995C5F
Decimal1539295
Binary1001100110111001011111
Octal231134137

Shades and tints

Shades of #995C5F

#995C5F
(153,92,95)
#8C5457
(140,84,87)
#7F4C4F
(127,76,79)
#724447
(114,68,71)
#653C3F
(101,60,63)
#583437
(88,52,55)
#4B2C2F
(75,44,47)
#3E2427
(62,36,39)
#311C1F
(49,28,31)
#241417
(36,20,23)
#170C0F
(23,12,15)
#000000
(0,0,0)

Tints of #995C5F

#995C5F
(153,92,95)
#A26A6D
(162,106,109)
#AB787B
(171,120,123)
#B48689
(180,134,137)
#BD9497
(189,148,151)
#C6A2A5
(198,162,165)
#CFB0B3
(207,176,179)
#D8BEC1
(216,190,193)
#E1CCCF
(225,204,207)
#EADADD
(234,218,221)
#F3E8EB
(243,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #995C5F color. Also use rgb(153,92,95) instead hex code.

Text Font Color

.myTextColor { color: #995C5F; }

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

This text font color is #995C5F.


Background Color

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

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

This div background color is #995C5F.


Border color

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

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

This div border color is #995C5F.


Opacity

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

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

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

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

This text has shadow with #995C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995C5F on black background.


Color preview on white background

This text has color #995C5F on white background.



Black color preview on #995C5F background

This text has black color on #995C5F background.


White color preview on #995C5F background

This text has white color on #995C5F background.