COLOR #9A714D

HEX: #9A714D RGB: (154,113,77)

Color info

#9A714D contains mainly red and green colors. Web safe color of #9A714D is #996633 (or #963).

RGB color model

#9A714D color RGB value is (154,113,77).

RGB: (154,113,77) (60%, 44%, 30%)

RGB channels and saturation

R 154 of 255 = 60%
G 113 of 255 = 44%
B 77 of 255 = 30%

154
113
77

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

Portions of RGB colors in percentages

R + G + B = 154 + 113 + 77 = 344 (100%)
R 154 of 344 ~ 44.77%
G 113 of 344 ~ 32.85%
B 77 of 344 ~ 22.38'%

%44.77
%32.85
%22.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.62%
  • yellow value is 50.00%
  • key color value is 39.61%

CMYK: (0,27,50,40)
C0M27Y50K40 (0%, 27%, 50%, 40%)
(0.00 / 0.27 / 0.50 / 0.40)

CMYK percentages

%0
%26.62
%50
%39.61

Codes

Color #9A714D in popluar color models

9A 71 4D
RGB 154 113 77
HSL 28° 33.33% 45.29%
HSB/HSV 28° 50.00% 60.39%
CMYK 0.00% 26.62% 50.00%
39.61%

Color #9A714D in popluar number systems.

HEX 9A 71 4D
Decimal 154 113 77
Binary 10011010 1110001 1001101
Octal 232 161 115

Shades and tints

Shades of #9A714D

#9A714D
(154,113,77)
#8C6746
(140,103,70)
#7E5D3F
(126,93,63)
#705338
(112,83,56)
#624931
(98,73,49)
#543F2A
(84,63,42)
#463523
(70,53,35)
#382B1C
(56,43,28)
#2A2115
(42,33,21)
#1C170E
(28,23,14)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #9A714D

#9A714D
(154,113,77)
#A37D5D
(163,125,93)
#AC896D
(172,137,109)
#B5957D
(181,149,125)
#BEA18D
(190,161,141)
#C7AD9D
(199,173,157)
#D0B9AD
(208,185,173)
#D9C5BD
(217,197,189)
#E2D1CD
(226,209,205)
#EBDDDD
(235,221,221)
#F4E9ED
(244,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A714D; }

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

This text font color is #9A714D.

Background Color

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

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

This div background color is #9A714D.

Border color

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

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

This div border color is #9A714D.

Opacity

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

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

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

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

This text has shadow with #9A714D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A714D.

Preview

Color preview on black background

This text has color #9A714D on black background.


Color preview on white background

This text has color #9A714D on white background.


Black color preview on #9A714D background

This text has black color on #9A714D background.


White color preview on #9A714D background

This text has white color on #9A714D background.


Related colors

Complementary color

Complementary color for #hex is #658EB2.


I love getcolorcode.com

Triadic colors

1 #4D9A71 and #714D9A with #9A714D are triadic colors.

2 #4D719A and #719A4D with #9A714D are triadic colors.