COLOR #9C626F

HEX: #9C626F
RGB: (156,98,111)

Color info

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

RGB color model

#9C626F color RGB value is (156,98,111).

  • red value is 156;
  • green value is 98;
  • blue value is 111.
RGB:
(156,98,111)
(61%,38%,44%)

RGB channels and saturation

R 156 of 255 = 61%
G 98 of 255 = 38%
B 111 of 255 = 44%

156
98
111

R + G + B ~ 48%. #9C626F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 98 + 111 = 365 (100%)
R 156 of 365 ~ 42.74%
G 98 of 365 ~ 26.85%
B 111 of 365 ~ 30.41%

%42.74
%26.85
%30.41

CMYK color model

#9C626F color CMYK value is (0,37,29,39).

  • cyan value is 0.00%
  • magenta value is 37.18%
  • yellow value is 28.85%
  • key color value is 38.82%
CMYK:
(0,37,29,39)
C0M37Y29K39 
(0%,37%,29%,39%)
(0.00/0.37/0.29/0.39)	

CMYK percentages

%0
%37.18
%28.85
%38.82

Codes

Color #9C626F in popluar color models

9C626F
RGB15698111
HSL347°22.83%49.80%
HSB/HSV347°37.18%61.18%
CMYK0.00%37.18%28.85%
38.82%

Color #9C626F in popluar number systems.

HEX9C626F
Decimal15698111
Binary1001110011000101101111
Octal234142157

Shades and tints

Shades of #9C626F

#9C626F
(156,98,111)
#8E5A65
(142,90,101)
#80525B
(128,82,91)
#724A51
(114,74,81)
#644247
(100,66,71)
#563A3D
(86,58,61)
#483233
(72,50,51)
#3A2A29
(58,42,41)
#2C221F
(44,34,31)
#1E1A15
(30,26,21)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #9C626F

#9C626F
(156,98,111)
#A5707C
(165,112,124)
#AE7E89
(174,126,137)
#B78C96
(183,140,150)
#C09AA3
(192,154,163)
#C9A8B0
(201,168,176)
#D2B6BD
(210,182,189)
#DBC4CA
(219,196,202)
#E4D2D7
(228,210,215)
#EDE0E4
(237,224,228)
#F6EEF1
(246,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C626F color. Also use rgb(156,98,111) instead hex code.

Text Font Color

.myTextColor { color: #9C626F; }

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

This text font color is #9C626F.


Background Color

.myBgColor { background-color: #9C626F; }

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

This div background color is #9C626F.


Border color

.myBorderColor { border: 1px solid #9C626F; }

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

This div border color is #9C626F.


Opacity

.myOpacity80 { color: #9C626F; opacity: 0.8; }

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

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

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

This text has shadow with #9C626F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C626F on black background.


Color preview on white background

This text has color #9C626F on white background.



Black color preview on #9C626F background

This text has black color on #9C626F background.


White color preview on #9C626F background

This text has white color on #9C626F background.