COLOR #9A715D

HEX: #9A715D
RGB: (154,113,93)

Color info

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

RGB color model

#9A715D color RGB value is (154,113,93).

  • red value is 154;
  • green value is 113;
  • blue value is 93.
RGB:
(154,113,93)
(60%,44%,36%)

RGB channels and saturation

R 154 of 255 = 60%
G 113 of 255 = 44%
B 93 of 255 = 36%

154
113
93

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

Portions of RGB colors in percentages

R + G + B =
154 + 113 + 93 = 360 (100%)
R 154 of 360 ~ 42.78%
G 113 of 360 ~ 31.39%
B 93 of 360 ~ 25.83%

%42.78
%31.39
%25.83

CMYK color model

#9A715D color CMYK value is (0,27,40,40).

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 39.61%
  • key color value is 39.61%
CMYK:
(0,27,40,40)
C0M27Y40K40 
(0%,27%,40%,40%)
(0.00/0.27/0.40/0.40)	

CMYK percentages

%0
%26.62
%39.61
%39.61

Codes

Color #9A715D in popluar color models

9A715D
RGB15411393
HSL20°24.70%48.43%
HSB/HSV20°39.61%60.39%
CMYK0.00%26.62%39.61%
39.61%

Color #9A715D in popluar number systems.

HEX9A715D
Decimal15411393
Binary1001101011100011011101
Octal232161135

Shades and tints

Shades of #9A715D

#9A715D
(154,113,93)
#8C6755
(140,103,85)
#7E5D4D
(126,93,77)
#705345
(112,83,69)
#62493D
(98,73,61)
#543F35
(84,63,53)
#46352D
(70,53,45)
#382B25
(56,43,37)
#2A211D
(42,33,29)
#1C1715
(28,23,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #9A715D

#9A715D
(154,113,93)
#A37D6B
(163,125,107)
#AC8979
(172,137,121)
#B59587
(181,149,135)
#BEA195
(190,161,149)
#C7ADA3
(199,173,163)
#D0B9B1
(208,185,177)
#D9C5BF
(217,197,191)
#E2D1CD
(226,209,205)
#EBDDDB
(235,221,219)
#F4E9E9
(244,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A715D color. Also use rgb(154,113,93) instead hex code.

Text Font Color

.myTextColor { color: #9A715D; }

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

This text font color is #9A715D.


Background Color

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

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

This div background color is #9A715D.


Border color

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

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

This div border color is #9A715D.


Opacity

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

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

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

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

This text has shadow with #9A715D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A715D on black background.


Color preview on white background

This text has color #9A715D on white background.



Black color preview on #9A715D background

This text has black color on #9A715D background.


White color preview on #9A715D background

This text has white color on #9A715D background.