COLOR #A3B37C

HEX: #A3B37C
RGB: (163,179,124)

Color info

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

RGB color model

#A3B37C color RGB value is (163,179,124).

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

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 124 of 255 = 49%

163
179
124

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

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 124 = 466 (100%)
R 163 of 466 ~ 34.98%
G 179 of 466 ~ 38.41%
B 124 of 466 ~ 26.61%

%34.98
%38.41
%26.61

CMYK color model

#A3B37C color CMYK value is (9,0,31,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 30.73%
  • key color value is 29.80%
CMYK:
(9,0,31,30)
C9M0Y31K30 
(9%,0%,31%,30%)
(0.09/0.00/0.31/0.30)	

CMYK percentages

%8.94
%0
%30.73
%29.8

Codes

Color #A3B37C in popluar color models

A3B37C
RGB163179124
HSL77°26.57%59.41%
HSB/HSV77°30.73%70.20%
CMYK8.94%0.00%30.73%
29.80%

Color #A3B37C in popluar number systems.

HEXA3B37C
Decimal163179124
Binary10100011101100111111100
Octal243263174

Shades and tints

Shades of #A3B37C

#A3B37C
(163,179,124)
#95A371
(149,163,113)
#879366
(135,147,102)
#79835B
(121,131,91)
#6B7350
(107,115,80)
#5D6345
(93,99,69)
#4F533A
(79,83,58)
#41432F
(65,67,47)
#333324
(51,51,36)
#252319
(37,35,25)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A3B37C

#A3B37C
(163,179,124)
#ABB987
(171,185,135)
#B3BF92
(179,191,146)
#BBC59D
(187,197,157)
#C3CBA8
(195,203,168)
#CBD1B3
(203,209,179)
#D3D7BE
(211,215,190)
#DBDDC9
(219,221,201)
#E3E3D4
(227,227,212)
#EBE9DF
(235,233,223)
#F3EFEA
(243,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B37C; }

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

This text font color is #A3B37C.


Background Color

.myBgColor { background-color: #A3B37C; }

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

This div background color is #A3B37C.


Border color

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

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

This div border color is #A3B37C.


Opacity

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

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

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

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

This text has shadow with #A3B37C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B37C on black background.


Color preview on white background

This text has color #A3B37C on white background.



Black color preview on #A3B37C background

This text has black color on #A3B37C background.


White color preview on #A3B37C background

This text has white color on #A3B37C background.