COLOR #A3B39D

HEX: #A3B39D
RGB: (163,179,157)

Color info

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

RGB color model

#A3B39D color RGB value is (163,179,157).

  • red value is 163;
  • green value is 179;
  • blue value is 157.
RGB:
(163,179,157)
(64%,70%,62%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 157 of 255 = 62%

163
179
157

R + G + B ~ 65%. #A3B39D is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 157 = 499 (100%)
R 163 of 499 ~ 32.67%
G 179 of 499 ~ 35.87%
B 157 of 499 ~ 31.46%

%32.67
%35.87
%31.46

CMYK color model

#A3B39D color CMYK value is (9,0,12,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 12.29%
  • key color value is 29.80%
CMYK:
(9,0,12,30)
C9M0Y12K30 
(9%,0%,12%,30%)
(0.09/0.00/0.12/0.30)	

CMYK percentages

%8.94
%0
%12.29
%29.8

Codes

Color #A3B39D in popluar color models

A3B39D
RGB163179157
HSL104°12.64%65.88%
HSB/HSV104°12.29%70.20%
CMYK8.94%0.00%12.29%
29.80%

Color #A3B39D in popluar number systems.

HEXA3B39D
Decimal163179157
Binary101000111011001110011101
Octal243263235

Shades and tints

Shades of #A3B39D

#A3B39D
(163,179,157)
#95A38F
(149,163,143)
#879381
(135,147,129)
#798373
(121,131,115)
#6B7365
(107,115,101)
#5D6357
(93,99,87)
#4F5349
(79,83,73)
#41433B
(65,67,59)
#33332D
(51,51,45)
#25231F
(37,35,31)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A3B39D

#A3B39D
(163,179,157)
#ABB9A5
(171,185,165)
#B3BFAD
(179,191,173)
#BBC5B5
(187,197,181)
#C3CBBD
(195,203,189)
#CBD1C5
(203,209,197)
#D3D7CD
(211,215,205)
#DBDDD5
(219,221,213)
#E3E3DD
(227,227,221)
#EBE9E5
(235,233,229)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B39D color. Also use rgb(163,179,157) instead hex code.

Text Font Color

.myTextColor { color: #A3B39D; }

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

This text font color is #A3B39D.


Background Color

.myBgColor { background-color: #A3B39D; }

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

This div background color is #A3B39D.


Border color

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

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

This div border color is #A3B39D.


Opacity

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

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

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

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

This text has shadow with #A3B39D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B39D on black background.


Color preview on white background

This text has color #A3B39D on white background.



Black color preview on #A3B39D background

This text has black color on #A3B39D background.


White color preview on #A3B39D background

This text has white color on #A3B39D background.