COLOR #A48F30

HEX: #A48F30
RGB: (164,143,48)

Color info

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

RGB color model

#A48F30 color RGB value is (164,143,48).

  • red value is 164;
  • green value is 143;
  • blue value is 48.
RGB:
(164,143,48)
(64%,56%,19%)

RGB channels and saturation

R 164 of 255 = 64%
G 143 of 255 = 56%
B 48 of 255 = 19%

164
143
48

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

Portions of RGB colors in percentages

R + G + B =
164 + 143 + 48 = 355 (100%)
R 164 of 355 ~ 46.2%
G 143 of 355 ~ 40.28%
B 48 of 355 ~ 13.52%

%46.2
%40.28
%13.52

CMYK color model

#A48F30 color CMYK value is (0,13,71,36).

  • cyan value is 0.00%
  • magenta value is 12.80%
  • yellow value is 70.73%
  • key color value is 35.69%
CMYK:
(0,13,71,36)
C0M13Y71K36 
(0%,13%,71%,36%)
(0.00/0.13/0.71/0.36)	

CMYK percentages

%0
%12.8
%70.73
%35.69

Codes

Color #A48F30 in popluar color models

A48F30
RGB16414348
HSL49°54.72%41.57%
HSB/HSV49°70.73%64.31%
CMYK0.00%12.80%70.73%
35.69%

Color #A48F30 in popluar number systems.

HEXA48F30
Decimal16414348
Binary1010010010001111110000
Octal24421760

Shades and tints

Shades of #A48F30

#A48F30
(164,143,48)
#96822C
(150,130,44)
#887528
(136,117,40)
#7A6824
(122,104,36)
#6C5B20
(108,91,32)
#5E4E1C
(94,78,28)
#504118
(80,65,24)
#423414
(66,52,20)
#342710
(52,39,16)
#261A0C
(38,26,12)
#180D08
(24,13,8)
#000000
(0,0,0)

Tints of #A48F30

#A48F30
(164,143,48)
#AC9942
(172,153,66)
#B4A354
(180,163,84)
#BCAD66
(188,173,102)
#C4B778
(196,183,120)
#CCC18A
(204,193,138)
#D4CB9C
(212,203,156)
#DCD5AE
(220,213,174)
#E4DFC0
(228,223,192)
#ECE9D2
(236,233,210)
#F4F3E4
(244,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48F30 color. Also use rgb(164,143,48) instead hex code.

Text Font Color

.myTextColor { color: #A48F30; }

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

This text font color is #A48F30.


Background Color

.myBgColor { background-color: #A48F30; }

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

This div background color is #A48F30.


Border color

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

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

This div border color is #A48F30.


Opacity

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

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

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

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

This text has shadow with #A48F30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48F30 on black background.


Color preview on white background

This text has color #A48F30 on white background.



Black color preview on #A48F30 background

This text has black color on #A48F30 background.


White color preview on #A48F30 background

This text has white color on #A48F30 background.