COLOR #9C6474

HEX: #9C6474
RGB: (156,100,116)

Color info

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

RGB color model

#9C6474 color RGB value is (156,100,116).

  • red value is 156;
  • green value is 100;
  • blue value is 116.
RGB: (156,100,116) (61%,39%,45%)

RGB channels and saturation

R 156 of 255 = 61%
G 100 of 255 = 39%
B 116 of 255 = 45%

156
100
116

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

Portions of RGB colors in percentages

R + G + B =
156 + 100 + 116 = 372 (100%)
R 156 of 372 ~ 41.94%
G 100 of 372 ~ 26.88%
B 116 of 372 ~ 31.18%

%41.94
%26.88
%31.18

CMYK color model

#9C6474 color CMYK value is (0,36,26,39).

  • cyan value is 0.00%
  • magenta value is 35.90%
  • yellow value is 25.64%
  • key color value is 38.82%
CMYK: (0,36,26,39) C0M36Y26K39 (0%,36%,26%,39%) (0.00/0.36/0.26/0.39)

CMYK percentages

%0
%35.9
%25.64
%38.82

Codes

Color #9C6474 in popluar color models

9C6474
RGB156100116
HSL343°22.05%50.20%
HSB/HSV343°35.90%61.18%
CMYK0.00%35.90%25.64%
38.82%

Color #9C6474 in popluar number systems.

HEX9C6474
Decimal156100116
Binary1001110011001001110100
Octal234144164

Shades and tints

Shades of #9C6474

#9C6474
(156,100,116)
#8E5B6A
(142,91,106)
#805260
(128,82,96)
#724956
(114,73,86)
#64404C
(100,64,76)
#563742
(86,55,66)
#482E38
(72,46,56)
#3A252E
(58,37,46)
#2C1C24
(44,28,36)
#1E131A
(30,19,26)
#100A10
(16,10,16)
#000000
(0,0,0)

Tints of #9C6474

#9C6474
(156,100,116)
#A57280
(165,114,128)
#AE808C
(174,128,140)
#B78E98
(183,142,152)
#C09CA4
(192,156,164)
#C9AAB0
(201,170,176)
#D2B8BC
(210,184,188)
#DBC6C8
(219,198,200)
#E4D4D4
(228,212,212)
#EDE2E0
(237,226,224)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6474 color. Also use rgb(156,100,116) instead hex code.

Text Font Color

.myTextColor { color: #9C6474; }

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

This text font color is #9C6474.


Background Color

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

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

This div background color is #9C6474.


Border color

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

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

This div border color is #9C6474.


Opacity

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

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

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

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

This text has shadow with #9C6474 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9C6474 on black background.


Color preview on white background

This text has color #9C6474 on white background.



Black color preview on #9C6474 background

This text has black color on #9C6474 background.


White color preview on #9C6474 background

This text has white color on #9C6474 background.