COLOR #A47B17

HEX: #A47B17
RGB: (164,123,23)

Color info

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

RGB color model

#A47B17 color RGB value is (164,123,23).

  • red value is 164;
  • green value is 123;
  • blue value is 23.
RGB:
(164,123,23)
(64%,48%,9%)

RGB channels and saturation

R 164 of 255 = 64%
G 123 of 255 = 48%
B 23 of 255 = 9%

164
123
23

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

Portions of RGB colors in percentages

R + G + B =
164 + 123 + 23 = 310 (100%)
R 164 of 310 ~ 52.9%
G 123 of 310 ~ 39.68%
B 23 of 310 ~ 7.42%

%52.9
%39.68

CMYK color model

#A47B17 color CMYK value is (0,25,86,36).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 85.98%
  • key color value is 35.69%
CMYK:
(0,25,86,36)
C0M25Y86K36 
(0%,25%,86%,36%)
(0.00/0.25/0.86/0.36)	

CMYK percentages

%0
%25
%85.98
%35.69

Codes

Color #A47B17 in popluar color models

A47B17
RGB16412323
HSL43°75.40%36.67%
HSB/HSV43°85.98%64.31%
CMYK0.00%25.00%85.98%
35.69%

Color #A47B17 in popluar number systems.

HEXA47B17
Decimal16412323
Binary10100100111101110111
Octal24417327

Shades and tints

Shades of #A47B17

#A47B17
(164,123,23)
#967015
(150,112,21)
#886513
(136,101,19)
#7A5A11
(122,90,17)
#6C4F0F
(108,79,15)
#5E440D
(94,68,13)
#50390B
(80,57,11)
#422E09
(66,46,9)
#342307
(52,35,7)
#261805
(38,24,5)
#180D03
(24,13,3)
#000000
(0,0,0)

Tints of #A47B17

#A47B17
(164,123,23)
#AC872C
(172,135,44)
#B49341
(180,147,65)
#BC9F56
(188,159,86)
#C4AB6B
(196,171,107)
#CCB780
(204,183,128)
#D4C395
(212,195,149)
#DCCFAA
(220,207,170)
#E4DBBF
(228,219,191)
#ECE7D4
(236,231,212)
#F4F3E9
(244,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47B17 color. Also use rgb(164,123,23) instead hex code.

Text Font Color

.myTextColor { color: #A47B17; }

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

This text font color is #A47B17.


Background Color

.myBgColor { background-color: #A47B17; }

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

This div background color is #A47B17.


Border color

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

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

This div border color is #A47B17.


Opacity

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

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

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

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

This text has shadow with #A47B17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47B17 on black background.


Color preview on white background

This text has color #A47B17 on white background.



Black color preview on #A47B17 background

This text has black color on #A47B17 background.


White color preview on #A47B17 background

This text has white color on #A47B17 background.