COLOR #A47F14

HEX: #A47F14
RGB: (164,127,20)

Color info

#A47F14 contains mainly red and green colors. Web safe color of #A47F14 is #996600 (or #960).

RGB color model

#A47F14 color RGB value is (164,127,20).

  • red value is 164;
  • green value is 127;
  • blue value is 20.
RGB:
(164,127,20)
(64%,50%,8%)

RGB channels and saturation

R 164 of 255 = 64%
G 127 of 255 = 50%
B 20 of 255 = 8%

164
127
20

R + G + B ~ 41%. #A47F14 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 127 + 20 = 311 (100%)
R 164 of 311 ~ 52.73%
G 127 of 311 ~ 40.84%
B 20 of 311 ~ 6.43%

%52.73
%40.84

CMYK color model

#A47F14 color CMYK value is (0,23,88,36).

  • cyan value is 0.00%
  • magenta value is 22.56%
  • yellow value is 87.80%
  • key color value is 35.69%
CMYK:
(0,23,88,36)
C0M23Y88K36 
(0%,23%,88%,36%)
(0.00/0.23/0.88/0.36)	

CMYK percentages

%0
%22.56
%87.8
%35.69

Codes

Color #A47F14 in popluar color models

A47F14
RGB16412720
HSL45°78.26%36.08%
HSB/HSV45°87.80%64.31%
CMYK0.00%22.56%87.80%
35.69%

Color #A47F14 in popluar number systems.

HEXA47F14
Decimal16412720
Binary10100100111111110100
Octal24417724

Shades and tints

Shades of #A47F14

#A47F14
(164,127,20)
#967413
(150,116,19)
#886912
(136,105,18)
#7A5E11
(122,94,17)
#6C5310
(108,83,16)
#5E480F
(94,72,15)
#503D0E
(80,61,14)
#42320D
(66,50,13)
#34270C
(52,39,12)
#261C0B
(38,28,11)
#18110A
(24,17,10)
#000000
(0,0,0)

Tints of #A47F14

#A47F14
(164,127,20)
#AC8A29
(172,138,41)
#B4953E
(180,149,62)
#BCA053
(188,160,83)
#C4AB68
(196,171,104)
#CCB67D
(204,182,125)
#D4C192
(212,193,146)
#DCCCA7
(220,204,167)
#E4D7BC
(228,215,188)
#ECE2D1
(236,226,209)
#F4EDE6
(244,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47F14 color. Also use rgb(164,127,20) instead hex code.

Text Font Color

.myTextColor { color: #A47F14; }

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

This text font color is #A47F14.


Background Color

.myBgColor { background-color: #A47F14; }

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

This div background color is #A47F14.


Border color

.myBorderColor { border: 1px solid #A47F14; }

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

This div border color is #A47F14.


Opacity

.myOpacity80 { color: #A47F14; opacity: 0.8; }

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

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

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

This text has shadow with #A47F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47F14 on black background.


Color preview on white background

This text has color #A47F14 on white background.



Black color preview on #A47F14 background

This text has black color on #A47F14 background.


White color preview on #A47F14 background

This text has white color on #A47F14 background.