COLOR #A48E4C

HEX: #A48E4C
RGB: (164,142,76)

Color info

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

RGB color model

#A48E4C color RGB value is (164,142,76).

  • red value is 164;
  • green value is 142;
  • blue value is 76.
RGB:
(164,142,76)
(64%,56%,30%)

RGB channels and saturation

R 164 of 255 = 64%
G 142 of 255 = 56%
B 76 of 255 = 30%

164
142
76

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

Portions of RGB colors in percentages

R + G + B =
164 + 142 + 76 = 382 (100%)
R 164 of 382 ~ 42.93%
G 142 of 382 ~ 37.17%
B 76 of 382 ~ 19.9%

%42.93
%37.17
%19.9

CMYK color model

#A48E4C color CMYK value is (0,13,54,36).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 53.66%
  • key color value is 35.69%
CMYK:
(0,13,54,36)
C0M13Y54K36 
(0%,13%,54%,36%)
(0.00/0.13/0.54/0.36)	

CMYK percentages

%0
%13.41
%53.66
%35.69

Codes

Color #A48E4C in popluar color models

A48E4C
RGB16414276
HSL45°36.67%47.06%
HSB/HSV45°53.66%64.31%
CMYK0.00%13.41%53.66%
35.69%

Color #A48E4C in popluar number systems.

HEXA48E4C
Decimal16414276
Binary10100100100011101001100
Octal244216114

Shades and tints

Shades of #A48E4C

#A48E4C
(164,142,76)
#968246
(150,130,70)
#887640
(136,118,64)
#7A6A3A
(122,106,58)
#6C5E34
(108,94,52)
#5E522E
(94,82,46)
#504628
(80,70,40)
#423A22
(66,58,34)
#342E1C
(52,46,28)
#262216
(38,34,22)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #A48E4C

#A48E4C
(164,142,76)
#AC985C
(172,152,92)
#B4A26C
(180,162,108)
#BCAC7C
(188,172,124)
#C4B68C
(196,182,140)
#CCC09C
(204,192,156)
#D4CAAC
(212,202,172)
#DCD4BC
(220,212,188)
#E4DECC
(228,222,204)
#ECE8DC
(236,232,220)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A48E4C color. Also use rgb(164,142,76) instead hex code.

Text Font Color

.myTextColor { color: #A48E4C; }

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

This text font color is #A48E4C.


Background Color

.myBgColor { background-color: #A48E4C; }

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

This div background color is #A48E4C.


Border color

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

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

This div border color is #A48E4C.


Opacity

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

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

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

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

This text has shadow with #A48E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48E4C on black background.


Color preview on white background

This text has color #A48E4C on white background.



Black color preview on #A48E4C background

This text has black color on #A48E4C background.


White color preview on #A48E4C background

This text has white color on #A48E4C background.