COLOR #9D714A

HEX: #9D714A
RGB: (157,113,74)

Color info

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

RGB color model

#9D714A color RGB value is (157,113,74).

  • red value is 157;
  • green value is 113;
  • blue value is 74.
RGB:
(157,113,74)
(62%,44%,29%)

RGB channels and saturation

R 157 of 255 = 62%
G 113 of 255 = 44%
B 74 of 255 = 29%

157
113
74

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

Portions of RGB colors in percentages

R + G + B =
157 + 113 + 74 = 344 (100%)
R 157 of 344 ~ 45.64%
G 113 of 344 ~ 32.85%
B 74 of 344 ~ 21.51%

%45.64
%32.85
%21.51

CMYK color model

#9D714A color CMYK value is (0,28,53,38).

  • cyan value is 0.00%
  • magenta value is 28.03%
  • yellow value is 52.87%
  • key color value is 38.43%
CMYK:
(0,28,53,38)
C0M28Y53K38 
(0%,28%,53%,38%)
(0.00/0.28/0.53/0.38)	

CMYK percentages

%0
%28.03
%52.87
%38.43

Codes

Color #9D714A in popluar color models

9D714A
RGB15711374
HSL28°35.93%45.29%
HSB/HSV28°52.87%61.57%
CMYK0.00%28.03%52.87%
38.43%

Color #9D714A in popluar number systems.

HEX9D714A
Decimal15711374
Binary1001110111100011001010
Octal235161112

Shades and tints

Shades of #9D714A

#9D714A
(157,113,74)
#8F6744
(143,103,68)
#815D3E
(129,93,62)
#735338
(115,83,56)
#654932
(101,73,50)
#573F2C
(87,63,44)
#493526
(73,53,38)
#3B2B20
(59,43,32)
#2D211A
(45,33,26)
#1F1714
(31,23,20)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #9D714A

#9D714A
(157,113,74)
#A57D5A
(165,125,90)
#AD896A
(173,137,106)
#B5957A
(181,149,122)
#BDA18A
(189,161,138)
#C5AD9A
(197,173,154)
#CDB9AA
(205,185,170)
#D5C5BA
(213,197,186)
#DDD1CA
(221,209,202)
#E5DDDA
(229,221,218)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D714A color. Also use rgb(157,113,74) instead hex code.

Text Font Color

.myTextColor { color: #9D714A; }

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

This text font color is #9D714A.


Background Color

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

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

This div background color is #9D714A.


Border color

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

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

This div border color is #9D714A.


Opacity

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

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

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

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

This text has shadow with #9D714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D714A on black background.


Color preview on white background

This text has color #9D714A on white background.



Black color preview on #9D714A background

This text has black color on #9D714A background.


White color preview on #9D714A background

This text has white color on #9D714A background.