COLOR #9C7254

HEX: #9C7254
RGB: (156,114,84)

Color info

#9C7254 contains mainly red and green colors. Web safe color of #9C7254 is #996666 (or #966).

RGB color model

#9C7254 color RGB value is (156,114,84).

  • red value is 156;
  • green value is 114;
  • blue value is 84.
RGB:
(156,114,84)
(61%,45%,33%)

RGB channels and saturation

R 156 of 255 = 61%
G 114 of 255 = 45%
B 84 of 255 = 33%

156
114
84

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

Portions of RGB colors in percentages

R + G + B =
156 + 114 + 84 = 354 (100%)
R 156 of 354 ~ 44.07%
G 114 of 354 ~ 32.2%
B 84 of 354 ~ 23.73%

%44.07
%32.2
%23.73

CMYK color model

#9C7254 color CMYK value is (0,27,46,39).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 46.15%
  • key color value is 38.82%
CMYK:
(0,27,46,39)
C0M27Y46K39 
(0%,27%,46%,39%)
(0.00/0.27/0.46/0.39)	

CMYK percentages

%0
%26.92
%46.15
%38.82

Codes

Color #9C7254 in popluar color models

9C7254
RGB15611484
HSL25°30.00%47.06%
HSB/HSV25°46.15%61.18%
CMYK0.00%26.92%46.15%
38.82%

Color #9C7254 in popluar number systems.

HEX9C7254
Decimal15611484
Binary1001110011100101010100
Octal234162124

Shades and tints

Shades of #9C7254

#9C7254
(156,114,84)
#8E684D
(142,104,77)
#805E46
(128,94,70)
#72543F
(114,84,63)
#644A38
(100,74,56)
#564031
(86,64,49)
#48362A
(72,54,42)
#3A2C23
(58,44,35)
#2C221C
(44,34,28)
#1E1815
(30,24,21)
#100E0E
(16,14,14)
#000000
(0,0,0)

Tints of #9C7254

#9C7254
(156,114,84)
#A57E63
(165,126,99)
#AE8A72
(174,138,114)
#B79681
(183,150,129)
#C0A290
(192,162,144)
#C9AE9F
(201,174,159)
#D2BAAE
(210,186,174)
#DBC6BD
(219,198,189)
#E4D2CC
(228,210,204)
#EDDEDB
(237,222,219)
#F6EAEA
(246,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7254 color. Also use rgb(156,114,84) instead hex code.

Text Font Color

.myTextColor { color: #9C7254; }

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

This text font color is #9C7254.


Background Color

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

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

This div background color is #9C7254.


Border color

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

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

This div border color is #9C7254.


Opacity

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

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

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

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

This text has shadow with #9C7254 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7254 on black background.


Color preview on white background

This text has color #9C7254 on white background.



Black color preview on #9C7254 background

This text has black color on #9C7254 background.


White color preview on #9C7254 background

This text has white color on #9C7254 background.