COLOR #9F7052

HEX: #9F7052
RGB: (159,112,82)

Color info

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

RGB color model

#9F7052 color RGB value is (159,112,82).

  • red value is 159;
  • green value is 112;
  • blue value is 82.
RGB:
(159,112,82)
(62%,44%,32%)

RGB channels and saturation

R 159 of 255 = 62%
G 112 of 255 = 44%
B 82 of 255 = 32%

159
112
82

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

Portions of RGB colors in percentages

R + G + B =
159 + 112 + 82 = 353 (100%)
R 159 of 353 ~ 45.04%
G 112 of 353 ~ 31.73%
B 82 of 353 ~ 23.23%

%45.04
%31.73
%23.23

CMYK color model

#9F7052 color CMYK value is (0,30,48,38).

  • cyan value is 0.00%
  • magenta value is 29.56%
  • yellow value is 48.43%
  • key color value is 37.65%
CMYK:
(0,30,48,38)
C0M30Y48K38 
(0%,30%,48%,38%)
(0.00/0.30/0.48/0.38)	

CMYK percentages

%0
%29.56
%48.43
%37.65

Codes

Color #9F7052 in popluar color models

9F7052
RGB15911282
HSL23°31.95%47.25%
HSB/HSV23°48.43%62.35%
CMYK0.00%29.56%48.43%
37.65%

Color #9F7052 in popluar number systems.

HEX9F7052
Decimal15911282
Binary1001111111100001010010
Octal237160122

Shades and tints

Shades of #9F7052

#9F7052
(159,112,82)
#91664B
(145,102,75)
#835C44
(131,92,68)
#75523D
(117,82,61)
#674836
(103,72,54)
#593E2F
(89,62,47)
#4B3428
(75,52,40)
#3D2A21
(61,42,33)
#2F201A
(47,32,26)
#211613
(33,22,19)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #9F7052

#9F7052
(159,112,82)
#A77D61
(167,125,97)
#AF8A70
(175,138,112)
#B7977F
(183,151,127)
#BFA48E
(191,164,142)
#C7B19D
(199,177,157)
#CFBEAC
(207,190,172)
#D7CBBB
(215,203,187)
#DFD8CA
(223,216,202)
#E7E5D9
(231,229,217)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7052 color. Also use rgb(159,112,82) instead hex code.

Text Font Color

.myTextColor { color: #9F7052; }

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

This text font color is #9F7052.


Background Color

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

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

This div background color is #9F7052.


Border color

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

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

This div border color is #9F7052.


Opacity

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

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

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

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

This text has shadow with #9F7052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F7052 on black background.


Color preview on white background

This text has color #9F7052 on white background.



Black color preview on #9F7052 background

This text has black color on #9F7052 background.


White color preview on #9F7052 background

This text has white color on #9F7052 background.