COLOR #A47E01

HEX: #A47E01
RGB: (164,126,1)

Color info

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

RGB color model

#A47E01 color RGB value is (164,126,1).

  • red value is 164;
  • green value is 126;
  • blue value is 1.
RGB:
(164,126,1)
(64%,49%,0%)

RGB channels and saturation

R 164 of 255 = 64%
G 126 of 255 = 49%
B 1 of 255 = 0%

164
126
1

R + G + B ~ 38%. #A47E01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
164 + 126 + 1 = 291 (100%)
R 164 of 291 ~ 56.36%
G 126 of 291 ~ 43.3%
B 1 of 291 ~ 0.34%

%56.36
%43.3

CMYK color model

#A47E01 color CMYK value is (0,23,99,36).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 99.39%
  • key color value is 35.69%
CMYK:
(0,23,99,36)
C0M23Y99K36 
(0%,23%,99%,36%)
(0.00/0.23/0.99/0.36)	

CMYK percentages

%0
%23.17
%99.39
%35.69

Codes

Color #A47E01 in popluar color models

A47E01
RGB1641261
HSL46°98.79%32.35%
HSB/HSV46°99.39%64.31%
CMYK0.00%23.17%99.39%
35.69%

Color #A47E01 in popluar number systems.

HEXA47E01
Decimal1641261
Binary1010010011111101
Octal2441761

Shades and tints

Shades of #A47E01

#A47E01
(164,126,1)
#967301
(150,115,1)
#886801
(136,104,1)
#7A5D01
(122,93,1)
#6C5201
(108,82,1)
#5E4701
(94,71,1)
#503C01
(80,60,1)
#423101
(66,49,1)
#342601
(52,38,1)
#261B01
(38,27,1)
#181001
(24,16,1)
#000000
(0,0,0)

Tints of #A47E01

#A47E01
(164,126,1)
#AC8918
(172,137,24)
#B4942F
(180,148,47)
#BC9F46
(188,159,70)
#C4AA5D
(196,170,93)
#CCB574
(204,181,116)
#D4C08B
(212,192,139)
#DCCBA2
(220,203,162)
#E4D6B9
(228,214,185)
#ECE1D0
(236,225,208)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47E01 color. Also use rgb(164,126,1) instead hex code.

Text Font Color

.myTextColor { color: #A47E01; }

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

This text font color is #A47E01.


Background Color

.myBgColor { background-color: #A47E01; }

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

This div background color is #A47E01.


Border color

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

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

This div border color is #A47E01.


Opacity

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

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

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

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

This text has shadow with #A47E01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47E01 on black background.


Color preview on white background

This text has color #A47E01 on white background.



Black color preview on #A47E01 background

This text has black color on #A47E01 background.


White color preview on #A47E01 background

This text has white color on #A47E01 background.