COLOR #A48B3F

HEX: #A48B3F
RGB: (164,139,63)

Color info

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

RGB color model

#A48B3F color RGB value is (164,139,63).

  • red value is 164;
  • green value is 139;
  • blue value is 63.
RGB:
(164,139,63)
(64%,55%,25%)

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 63 of 255 = 25%

164
139
63

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

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 63 = 366 (100%)
R 164 of 366 ~ 44.81%
G 139 of 366 ~ 37.98%
B 63 of 366 ~ 17.21%

%44.81
%37.98
%17.21

CMYK color model

#A48B3F color CMYK value is (0,15,62,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 61.59%
  • key color value is 35.69%
CMYK:
(0,15,62,36)
C0M15Y62K36 
(0%,15%,62%,36%)
(0.00/0.15/0.62/0.36)	

CMYK percentages

%0
%15.24
%61.59
%35.69

Codes

Color #A48B3F in popluar color models

A48B3F
RGB16413963
HSL45°44.49%44.51%
HSB/HSV45°61.59%64.31%
CMYK0.00%15.24%61.59%
35.69%

Color #A48B3F in popluar number systems.

HEXA48B3F
Decimal16413963
Binary1010010010001011111111
Octal24421377

Shades and tints

Shades of #A48B3F

#A48B3F
(164,139,63)
#967F3A
(150,127,58)
#887335
(136,115,53)
#7A6730
(122,103,48)
#6C5B2B
(108,91,43)
#5E4F26
(94,79,38)
#504321
(80,67,33)
#42371C
(66,55,28)
#342B17
(52,43,23)
#261F12
(38,31,18)
#18130D
(24,19,13)
#000000
(0,0,0)

Tints of #A48B3F

#A48B3F
(164,139,63)
#AC9550
(172,149,80)
#B49F61
(180,159,97)
#BCA972
(188,169,114)
#C4B383
(196,179,131)
#CCBD94
(204,189,148)
#D4C7A5
(212,199,165)
#DCD1B6
(220,209,182)
#E4DBC7
(228,219,199)
#ECE5D8
(236,229,216)
#F4EFE9
(244,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48B3F color. Also use rgb(164,139,63) instead hex code.

Text Font Color

.myTextColor { color: #A48B3F; }

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

This text font color is #A48B3F.


Background Color

.myBgColor { background-color: #A48B3F; }

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

This div background color is #A48B3F.


Border color

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

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

This div border color is #A48B3F.


Opacity

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

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

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

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

This text has shadow with #A48B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B3F on black background.


Color preview on white background

This text has color #A48B3F on white background.



Black color preview on #A48B3F background

This text has black color on #A48B3F background.


White color preview on #A48B3F background

This text has white color on #A48B3F background.