COLOR #A48D31

HEX: #A48D31
RGB: (164,141,49)

Color info

#A48D31 contains mainly red and green colors. Web safe color of #A48D31 is #999933 (or #993).

RGB color model

#A48D31 color RGB value is (164,141,49).

  • red value is 164;
  • green value is 141;
  • blue value is 49.
RGB:
(164,141,49)
(64%,55%,19%)

RGB channels and saturation

R 164 of 255 = 64%
G 141 of 255 = 55%
B 49 of 255 = 19%

164
141
49

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 49 = 354 (100%)
R 164 of 354 ~ 46.33%
G 141 of 354 ~ 39.83%
B 49 of 354 ~ 13.84%

%46.33
%39.83
%13.84

CMYK color model

#A48D31 color CMYK value is (0,14,70,36).

  • cyan value is 0.00%
  • magenta value is 14.02%
  • yellow value is 70.12%
  • key color value is 35.69%
CMYK:
(0,14,70,36)
C0M14Y70K36 
(0%,14%,70%,36%)
(0.00/0.14/0.70/0.36)	

CMYK percentages

%0
%14.02
%70.12
%35.69

Codes

Color #A48D31 in popluar color models

A48D31
RGB16414149
HSL48°53.99%41.76%
HSB/HSV48°70.12%64.31%
CMYK0.00%14.02%70.12%
35.69%

Color #A48D31 in popluar number systems.

HEXA48D31
Decimal16414149
Binary1010010010001101110001
Octal24421561

Shades and tints

Shades of #A48D31

#A48D31
(164,141,49)
#96812D
(150,129,45)
#887529
(136,117,41)
#7A6925
(122,105,37)
#6C5D21
(108,93,33)
#5E511D
(94,81,29)
#504519
(80,69,25)
#423915
(66,57,21)
#342D11
(52,45,17)
#26210D
(38,33,13)
#181509
(24,21,9)
#000000
(0,0,0)

Tints of #A48D31

#A48D31
(164,141,49)
#AC9743
(172,151,67)
#B4A155
(180,161,85)
#BCAB67
(188,171,103)
#C4B579
(196,181,121)
#CCBF8B
(204,191,139)
#D4C99D
(212,201,157)
#DCD3AF
(220,211,175)
#E4DDC1
(228,221,193)
#ECE7D3
(236,231,211)
#F4F1E5
(244,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48D31 color. Also use rgb(164,141,49) instead hex code.

Text Font Color

.myTextColor { color: #A48D31; }

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

This text font color is #A48D31.


Background Color

.myBgColor { background-color: #A48D31; }

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

This div background color is #A48D31.


Border color

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

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

This div border color is #A48D31.


Opacity

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

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

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

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

This text has shadow with #A48D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D31 on black background.


Color preview on white background

This text has color #A48D31 on white background.



Black color preview on #A48D31 background

This text has black color on #A48D31 background.


White color preview on #A48D31 background

This text has white color on #A48D31 background.