COLOR #A3B47B

HEX: #A3B47B
RGB: (163,180,123)

Color info

#A3B47B contains red, green and blue colors in about the same proportion. Web safe color of #A3B47B is #99CC66 (or #9C6).

RGB color model

#A3B47B color RGB value is (163,180,123).

  • red value is 163;
  • green value is 180;
  • blue value is 123.
RGB:
(163,180,123)
(64%,71%,48%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 123 of 255 = 48%

163
180
123

R + G + B ~ 61%. #A3B47B is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 123 = 466 (100%)
R 163 of 466 ~ 34.98%
G 180 of 466 ~ 38.63%
B 123 of 466 ~ 26.39%

%34.98
%38.63
%26.39

CMYK color model

#A3B47B color CMYK value is (9,0,32,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 31.67%
  • key color value is 29.41%
CMYK:
(9,0,32,29)
C9M0Y32K29 
(9%,0%,32%,29%)
(0.09/0.00/0.32/0.29)	

CMYK percentages

%9.44
%0
%31.67
%29.41

Codes

Color #A3B47B in popluar color models

A3B47B
RGB163180123
HSL78°27.54%59.41%
HSB/HSV78°31.67%70.59%
CMYK9.44%0.00%31.67%
29.41%

Color #A3B47B in popluar number systems.

HEXA3B47B
Decimal163180123
Binary10100011101101001111011
Octal243264173

Shades and tints

Shades of #A3B47B

#A3B47B
(163,180,123)
#95A470
(149,164,112)
#879465
(135,148,101)
#79845A
(121,132,90)
#6B744F
(107,116,79)
#5D6444
(93,100,68)
#4F5439
(79,84,57)
#41442E
(65,68,46)
#333423
(51,52,35)
#252418
(37,36,24)
#17140D
(23,20,13)
#000000
(0,0,0)

Tints of #A3B47B

#A3B47B
(163,180,123)
#ABBA87
(171,186,135)
#B3C093
(179,192,147)
#BBC69F
(187,198,159)
#C3CCAB
(195,204,171)
#CBD2B7
(203,210,183)
#D3D8C3
(211,216,195)
#DBDECF
(219,222,207)
#E3E4DB
(227,228,219)
#EBEAE7
(235,234,231)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B47B color. Also use rgb(163,180,123) instead hex code.

Text Font Color

.myTextColor { color: #A3B47B; }

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

This text font color is #A3B47B.


Background Color

.myBgColor { background-color: #A3B47B; }

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

This div background color is #A3B47B.


Border color

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

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

This div border color is #A3B47B.


Opacity

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

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

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

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

This text has shadow with #A3B47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B47B on black background.


Color preview on white background

This text has color #A3B47B on white background.



Black color preview on #A3B47B background

This text has black color on #A3B47B background.


White color preview on #A3B47B background

This text has white color on #A3B47B background.