COLOR #9A714F

HEX: #9A714F
RGB: (154,113,79)

Color info

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

RGB color model

#9A714F color RGB value is (154,113,79).

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

RGB channels and saturation

R 154 of 255 = 60%
G 113 of 255 = 44%
B 79 of 255 = 31%

154
113
79

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

Portions of RGB colors in percentages

R + G + B =
154 + 113 + 79 = 346 (100%)
R 154 of 346 ~ 44.51%
G 113 of 346 ~ 32.66%
B 79 of 346 ~ 22.83%

%44.51
%32.66
%22.83

CMYK color model

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

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

CMYK percentages

%0
%26.62
%48.7
%39.61

Codes

Color #9A714F in popluar color models

9A714F
RGB15411379
HSL27°32.19%45.69%
HSB/HSV27°48.70%60.39%
CMYK0.00%26.62%48.70%
39.61%

Color #9A714F in popluar number systems.

HEX9A714F
Decimal15411379
Binary1001101011100011001111
Octal232161117

Shades and tints

Shades of #9A714F

#9A714F
(154,113,79)
#8C6748
(140,103,72)
#7E5D41
(126,93,65)
#70533A
(112,83,58)
#624933
(98,73,51)
#543F2C
(84,63,44)
#463525
(70,53,37)
#382B1E
(56,43,30)
#2A2117
(42,33,23)
#1C1710
(28,23,16)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #9A714F

#9A714F
(154,113,79)
#A37D5F
(163,125,95)
#AC896F
(172,137,111)
#B5957F
(181,149,127)
#BEA18F
(190,161,143)
#C7AD9F
(199,173,159)
#D0B9AF
(208,185,175)
#D9C5BF
(217,197,191)
#E2D1CF
(226,209,207)
#EBDDDF
(235,221,223)
#F4E9EF
(244,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A714F; }

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

This text font color is #9A714F.


Background Color

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

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

This div background color is #9A714F.


Border color

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

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

This div border color is #9A714F.


Opacity

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

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

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

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

This text has shadow with #9A714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A714F on black background.


Color preview on white background

This text has color #9A714F on white background.



Black color preview on #9A714F background

This text has black color on #9A714F background.


White color preview on #9A714F background

This text has white color on #9A714F background.