COLOR #A48D8E

HEX: #A48D8E
RGB: (164,141,142)

Color info

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

RGB color model

#A48D8E color RGB value is (164,141,142).

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

RGB channels and saturation

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

164
141
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 141 + 142 = 447 (100%)
R 164 of 447 ~ 36.69%
G 141 of 447 ~ 31.54%
B 142 of 447 ~ 31.77%

%36.69
%31.54
%31.77

CMYK color model

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

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

CMYK percentages

%0
%14.02
%13.41
%35.69

Codes

Color #A48D8E in popluar color models

A48D8E
RGB164141142
HSL357°11.22%59.80%
HSB/HSV357°14.02%64.31%
CMYK0.00%14.02%13.41%
35.69%

Color #A48D8E in popluar number systems.

HEXA48D8E
Decimal164141142
Binary101001001000110110001110
Octal244215216

Shades and tints

Shades of #A48D8E

#A48D8E
(164,141,142)
#968182
(150,129,130)
#887576
(136,117,118)
#7A696A
(122,105,106)
#6C5D5E
(108,93,94)
#5E5152
(94,81,82)
#504546
(80,69,70)
#42393A
(66,57,58)
#342D2E
(52,45,46)
#262122
(38,33,34)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #A48D8E

#A48D8E
(164,141,142)
#AC9798
(172,151,152)
#B4A1A2
(180,161,162)
#BCABAC
(188,171,172)
#C4B5B6
(196,181,182)
#CCBFC0
(204,191,192)
#D4C9CA
(212,201,202)
#DCD3D4
(220,211,212)
#E4DDDE
(228,221,222)
#ECE7E8
(236,231,232)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48D8E; }

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

This text font color is #A48D8E.


Background Color

.myBgColor { background-color: #A48D8E; }

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

This div background color is #A48D8E.


Border color

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

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

This div border color is #A48D8E.


Opacity

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

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

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

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

This text has shadow with #A48D8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48D8E on black background.


Color preview on white background

This text has color #A48D8E on white background.



Black color preview on #A48D8E background

This text has black color on #A48D8E background.


White color preview on #A48D8E background

This text has white color on #A48D8E background.