COLOR #A3B385

HEX: #A3B385
RGB: (163,179,133)

Color info

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

RGB color model

#A3B385 color RGB value is (163,179,133).

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

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 133 of 255 = 52%

163
179
133

R + G + B ~ 62%. #A3B385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 133 = 475 (100%)
R 163 of 475 ~ 34.32%
G 179 of 475 ~ 37.68%
B 133 of 475 ~ 28%

%34.32
%37.68
%28

CMYK color model

#A3B385 color CMYK value is (9,0,26,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 25.70%
  • key color value is 29.80%
CMYK:
(9,0,26,30)
C9M0Y26K30 
(9%,0%,26%,30%)
(0.09/0.00/0.26/0.30)	

CMYK percentages

%8.94
%0
%25.7
%29.8

Codes

Color #A3B385 in popluar color models

A3B385
RGB163179133
HSL81°23.23%61.18%
HSB/HSV81°25.70%70.20%
CMYK8.94%0.00%25.70%
29.80%

Color #A3B385 in popluar number systems.

HEXA3B385
Decimal163179133
Binary101000111011001110000101
Octal243263205

Shades and tints

Shades of #A3B385

#A3B385
(163,179,133)
#95A379
(149,163,121)
#87936D
(135,147,109)
#798361
(121,131,97)
#6B7355
(107,115,85)
#5D6349
(93,99,73)
#4F533D
(79,83,61)
#414331
(65,67,49)
#333325
(51,51,37)
#252319
(37,35,25)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A3B385

#A3B385
(163,179,133)
#ABB990
(171,185,144)
#B3BF9B
(179,191,155)
#BBC5A6
(187,197,166)
#C3CBB1
(195,203,177)
#CBD1BC
(203,209,188)
#D3D7C7
(211,215,199)
#DBDDD2
(219,221,210)
#E3E3DD
(227,227,221)
#EBE9E8
(235,233,232)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B385; }

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

This text font color is #A3B385.


Background Color

.myBgColor { background-color: #A3B385; }

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

This div background color is #A3B385.


Border color

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

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

This div border color is #A3B385.


Opacity

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

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

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

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

This text has shadow with #A3B385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B385 on black background.


Color preview on white background

This text has color #A3B385 on white background.



Black color preview on #A3B385 background

This text has black color on #A3B385 background.


White color preview on #A3B385 background

This text has white color on #A3B385 background.