COLOR #A48B6B

HEX: #A48B6B
RGB: (164,139,107)

Color info

#A48B6B contains red, green and blue colors in about the same proportion. Web safe color of #A48B6B is #999966 (or #996).

RGB color model

#A48B6B color RGB value is (164,139,107).

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

RGB channels and saturation

R 164 of 255 = 64%
G 139 of 255 = 55%
B 107 of 255 = 42%

164
139
107

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

Portions of RGB colors in percentages

R + G + B =
164 + 139 + 107 = 410 (100%)
R 164 of 410 ~ 40%
G 139 of 410 ~ 33.9%
B 107 of 410 ~ 26.1%

%40
%33.9
%26.1

CMYK color model

#A48B6B color CMYK value is (0,15,35,36).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(0,15,35,36)
C0M15Y35K36 
(0%,15%,35%,36%)
(0.00/0.15/0.35/0.36)	

CMYK percentages

%0
%15.24
%34.76
%35.69

Codes

Color #A48B6B in popluar color models

A48B6B
RGB164139107
HSL34°23.85%53.14%
HSB/HSV34°34.76%64.31%
CMYK0.00%15.24%34.76%
35.69%

Color #A48B6B in popluar number systems.

HEXA48B6B
Decimal164139107
Binary10100100100010111101011
Octal244213153

Shades and tints

Shades of #A48B6B

#A48B6B
(164,139,107)
#967F62
(150,127,98)
#887359
(136,115,89)
#7A6750
(122,103,80)
#6C5B47
(108,91,71)
#5E4F3E
(94,79,62)
#504335
(80,67,53)
#42372C
(66,55,44)
#342B23
(52,43,35)
#261F1A
(38,31,26)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A48B6B

#A48B6B
(164,139,107)
#AC9578
(172,149,120)
#B49F85
(180,159,133)
#BCA992
(188,169,146)
#C4B39F
(196,179,159)
#CCBDAC
(204,189,172)
#D4C7B9
(212,199,185)
#DCD1C6
(220,209,198)
#E4DBD3
(228,219,211)
#ECE5E0
(236,229,224)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A48B6B; }

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

This text font color is #A48B6B.


Background Color

.myBgColor { background-color: #A48B6B; }

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

This div background color is #A48B6B.


Border color

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

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

This div border color is #A48B6B.


Opacity

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

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

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

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

This text has shadow with #A48B6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A48B6B on black background.


Color preview on white background

This text has color #A48B6B on white background.



Black color preview on #A48B6B background

This text has black color on #A48B6B background.


White color preview on #A48B6B background

This text has white color on #A48B6B background.