COLOR #9A7C73

HEX: #9A7C73
RGB: (154,124,115)

Color info

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

RGB color model

#9A7C73 color RGB value is (154,124,115).

  • red value is 154;
  • green value is 124;
  • blue value is 115.
RGB:
(154,124,115)
(60%,49%,45%)

RGB channels and saturation

R 154 of 255 = 60%
G 124 of 255 = 49%
B 115 of 255 = 45%

154
124
115

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

Portions of RGB colors in percentages

R + G + B =
154 + 124 + 115 = 393 (100%)
R 154 of 393 ~ 39.19%
G 124 of 393 ~ 31.55%
B 115 of 393 ~ 29.26%

%39.19
%31.55
%29.26

CMYK color model

#9A7C73 color CMYK value is (0,19,25,40).

  • cyan value is 0.00%
  • magenta value is 19.48%
  • yellow value is 25.32%
  • key color value is 39.61%
CMYK:
(0,19,25,40)
C0M19Y25K40 
(0%,19%,25%,40%)
(0.00/0.19/0.25/0.40)	

CMYK percentages

%0
%19.48
%25.32
%39.61

Codes

Color #9A7C73 in popluar color models

9A7C73
RGB154124115
HSL14°16.18%52.75%
HSB/HSV14°25.32%60.39%
CMYK0.00%19.48%25.32%
39.61%

Color #9A7C73 in popluar number systems.

HEX9A7C73
Decimal154124115
Binary1001101011111001110011
Octal232174163

Shades and tints

Shades of #9A7C73

#9A7C73
(154,124,115)
#8C7169
(140,113,105)
#7E665F
(126,102,95)
#705B55
(112,91,85)
#62504B
(98,80,75)
#544541
(84,69,65)
#463A37
(70,58,55)
#382F2D
(56,47,45)
#2A2423
(42,36,35)
#1C1919
(28,25,25)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #9A7C73

#9A7C73
(154,124,115)
#A3877F
(163,135,127)
#AC928B
(172,146,139)
#B59D97
(181,157,151)
#BEA8A3
(190,168,163)
#C7B3AF
(199,179,175)
#D0BEBB
(208,190,187)
#D9C9C7
(217,201,199)
#E2D4D3
(226,212,211)
#EBDFDF
(235,223,223)
#F4EAEB
(244,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7C73 color. Also use rgb(154,124,115) instead hex code.

Text Font Color

.myTextColor { color: #9A7C73; }

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

This text font color is #9A7C73.


Background Color

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

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

This div background color is #9A7C73.


Border color

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

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

This div border color is #9A7C73.


Opacity

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

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

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

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

This text has shadow with #9A7C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7C73 on black background.


Color preview on white background

This text has color #9A7C73 on white background.



Black color preview on #9A7C73 background

This text has black color on #9A7C73 background.


White color preview on #9A7C73 background

This text has white color on #9A7C73 background.