COLOR #A48D8D

HEX: #A48D8D
RGB: (164,141,141)

Color info

#A48D8D contains red, green and blue colors in about the same proportion. Web safe color of #A48D8D is #999999 (or #999).

RGB color model

#A48D8D color RGB value is (164,141,141).

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

RGB channels and saturation

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

164
141
141

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 141 = 446 (100%)
R 164 of 446 ~ 36.77%
G 141 of 446 ~ 31.61%
B 141 of 446 ~ 31.61%

%36.77
%31.61
%31.61

CMYK color model

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

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

CMYK percentages

%0
%14.02
%14.02
%35.69

Codes

Color #A48D8D in popluar color models

A48D8D
RGB164141141
HSL11.22%59.80%
HSB/HSV14.02%64.31%
CMYK0.00%14.02%14.02%
35.69%

Color #A48D8D in popluar number systems.

HEXA48D8D
Decimal164141141
Binary101001001000110110001101
Octal244215215

Shades and tints

Shades of #A48D8D

#A48D8D
(164,141,141)
#968181
(150,129,129)
#887575
(136,117,117)
#7A6969
(122,105,105)
#6C5D5D
(108,93,93)
#5E5151
(94,81,81)
#504545
(80,69,69)
#423939
(66,57,57)
#342D2D
(52,45,45)
#262121
(38,33,33)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #A48D8D

#A48D8D
(164,141,141)
#AC9797
(172,151,151)
#B4A1A1
(180,161,161)
#BCABAB
(188,171,171)
#C4B5B5
(196,181,181)
#CCBFBF
(204,191,191)
#D4C9C9
(212,201,201)
#DCD3D3
(220,211,211)
#E4DDDD
(228,221,221)
#ECE7E7
(236,231,231)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48D8D; }

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

This text font color is #A48D8D.


Background Color

.myBgColor { background-color: #A48D8D; }

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

This div background color is #A48D8D.


Border color

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

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

This div border color is #A48D8D.


Opacity

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

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

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

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

This text has shadow with #A48D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D8D on black background.


Color preview on white background

This text has color #A48D8D on white background.



Black color preview on #A48D8D background

This text has black color on #A48D8D background.


White color preview on #A48D8D background

This text has white color on #A48D8D background.