COLOR #9C7652

HEX: #9C7652
RGB: (156,118,82)

Color info

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

RGB color model

#9C7652 color RGB value is (156,118,82).

  • red value is 156;
  • green value is 118;
  • blue value is 82.
RGB:
(156,118,82)
(61%,46%,32%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 82 of 255 = 32%

156
118
82

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

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 82 = 356 (100%)
R 156 of 356 ~ 43.82%
G 118 of 356 ~ 33.15%
B 82 of 356 ~ 23.03%

%43.82
%33.15
%23.03

CMYK color model

#9C7652 color CMYK value is (0,24,47,39).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 47.44%
  • key color value is 38.82%
CMYK:
(0,24,47,39)
C0M24Y47K39 
(0%,24%,47%,39%)
(0.00/0.24/0.47/0.39)	

CMYK percentages

%0
%24.36
%47.44
%38.82

Codes

Color #9C7652 in popluar color models

9C7652
RGB15611882
HSL29°31.09%46.67%
HSB/HSV29°47.44%61.18%
CMYK0.00%24.36%47.44%
38.82%

Color #9C7652 in popluar number systems.

HEX9C7652
Decimal15611882
Binary1001110011101101010010
Octal234166122

Shades and tints

Shades of #9C7652

#9C7652
(156,118,82)
#8E6C4B
(142,108,75)
#806244
(128,98,68)
#72583D
(114,88,61)
#644E36
(100,78,54)
#56442F
(86,68,47)
#483A28
(72,58,40)
#3A3021
(58,48,33)
#2C261A
(44,38,26)
#1E1C13
(30,28,19)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #9C7652

#9C7652
(156,118,82)
#A58261
(165,130,97)
#AE8E70
(174,142,112)
#B79A7F
(183,154,127)
#C0A68E
(192,166,142)
#C9B29D
(201,178,157)
#D2BEAC
(210,190,172)
#DBCABB
(219,202,187)
#E4D6CA
(228,214,202)
#EDE2D9
(237,226,217)
#F6EEE8
(246,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C7652 color. Also use rgb(156,118,82) instead hex code.

Text Font Color

.myTextColor { color: #9C7652; }

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

This text font color is #9C7652.


Background Color

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

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

This div background color is #9C7652.


Border color

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

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

This div border color is #9C7652.


Opacity

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

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

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

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

This text has shadow with #9C7652 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C7652 on black background.


Color preview on white background

This text has color #9C7652 on white background.



Black color preview on #9C7652 background

This text has black color on #9C7652 background.


White color preview on #9C7652 background

This text has white color on #9C7652 background.