COLOR #995F6B

HEX: #995F6B
RGB: (153,95,107)

Color info

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

RGB color model

#995F6B color RGB value is (153,95,107).

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

RGB channels and saturation

R 153 of 255 = 60%
G 95 of 255 = 37%
B 107 of 255 = 42%

153
95
107

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

Portions of RGB colors in percentages

R + G + B =
153 + 95 + 107 = 355 (100%)
R 153 of 355 ~ 43.1%
G 95 of 355 ~ 26.76%
B 107 of 355 ~ 30.14%

%43.1
%26.76
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.91%
  • yellow value is 30.07%
  • key color value is 40.00%
CMYK:
(0,38,30,40)
C0M38Y30K40 
(0%,38%,30%,40%)
(0.00/0.38/0.30/0.40)	

CMYK percentages

%0
%37.91
%30.07
%40

Codes

Color #995F6B in popluar color models

995F6B
RGB15395107
HSL348°23.39%48.63%
HSB/HSV348°37.91%60.00%
CMYK0.00%37.91%30.07%
40.00%

Color #995F6B in popluar number systems.

HEX995F6B
Decimal15395107
Binary1001100110111111101011
Octal231137153

Shades and tints

Shades of #995F6B

#995F6B
(153,95,107)
#8C5762
(140,87,98)
#7F4F59
(127,79,89)
#724750
(114,71,80)
#653F47
(101,63,71)
#58373E
(88,55,62)
#4B2F35
(75,47,53)
#3E272C
(62,39,44)
#311F23
(49,31,35)
#24171A
(36,23,26)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #995F6B

#995F6B
(153,95,107)
#A26D78
(162,109,120)
#AB7B85
(171,123,133)
#B48992
(180,137,146)
#BD979F
(189,151,159)
#C6A5AC
(198,165,172)
#CFB3B9
(207,179,185)
#D8C1C6
(216,193,198)
#E1CFD3
(225,207,211)
#EADDE0
(234,221,224)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #995F6B; }

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

This text font color is #995F6B.


Background Color

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

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

This div background color is #995F6B.


Border color

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

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

This div border color is #995F6B.


Opacity

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

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

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

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

This text has shadow with #995F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #995F6B on black background.


Color preview on white background

This text has color #995F6B on white background.



Black color preview on #995F6B background

This text has black color on #995F6B background.


White color preview on #995F6B background

This text has white color on #995F6B background.