COLOR #995F73

HEX: #995F73
RGB: (153,95,115)

Color info

#995F73 contains red, green and blue colors in about the same proportion. Web safe color of #995F73 is #996666 (or #966).

RGB color model

#995F73 color RGB value is (153,95,115).

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

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 115 of 255 = 45%

153
95
115

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

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 115 = 363 (100%)
R 153 of 363 ~ 42.15%
G 95 of 363 ~ 26.17%
B 115 of 363 ~ 31.68%

%42.15
%26.17
%31.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 24.84%
  • key color value is 40.00%
CMYK:
(0,38,25,40)
C0M38Y25K40 
(0%,38%,25%,40%)
(0.00/0.38/0.25/0.40)	

CMYK percentages

%0
%37.91
%24.84
%40

Codes

Color #995F73 in popluar color models

995F73
RGB15395115
HSL339°23.39%48.63%
HSB/HSV339°37.91%60.00%
CMYK0.00%37.91%24.84%
40.00%

Color #995F73 in popluar number systems.

HEX995F73
Decimal15395115
Binary1001100110111111110011
Octal231137163

Shades and tints

Shades of #995F73

#995F73
(153,95,115)
#8C5769
(140,87,105)
#7F4F5F
(127,79,95)
#724755
(114,71,85)
#653F4B
(101,63,75)
#583741
(88,55,65)
#4B2F37
(75,47,55)
#3E272D
(62,39,45)
#311F23
(49,31,35)
#241719
(36,23,25)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #995F73

#995F73
(153,95,115)
#A26D7F
(162,109,127)
#AB7B8B
(171,123,139)
#B48997
(180,137,151)
#BD97A3
(189,151,163)
#C6A5AF
(198,165,175)
#CFB3BB
(207,179,187)
#D8C1C7
(216,193,199)
#E1CFD3
(225,207,211)
#EADDDF
(234,221,223)
#F3EBEB
(243,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995F73; }

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

This text font color is #995F73.


Background Color

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

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

This div background color is #995F73.


Border color

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

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

This div border color is #995F73.


Opacity

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

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

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

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

This text has shadow with #995F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F73 on black background.


Color preview on white background

This text has color #995F73 on white background.



Black color preview on #995F73 background

This text has black color on #995F73 background.


White color preview on #995F73 background

This text has white color on #995F73 background.