COLOR #A3B377

HEX: #A3B377
RGB: (163,179,119)

Color info

#A3B377 contains mainly red and green colors. Web safe color of #A3B377 is #999966 (or #996).

RGB color model

#A3B377 color RGB value is (163,179,119).

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

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 119 of 255 = 47%

163
179
119

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

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 119 = 461 (100%)
R 163 of 461 ~ 35.36%
G 179 of 461 ~ 38.83%
B 119 of 461 ~ 25.81%

%35.36
%38.83
%25.81

CMYK color model

#A3B377 color CMYK value is (9,0,34,30).

  • cyan value is 8.94%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(9,0,34,30)
C9M0Y34K30 
(9%,0%,34%,30%)
(0.09/0.00/0.34/0.30)	

CMYK percentages

%8.94
%0
%33.52
%29.8

Codes

Color #A3B377 in popluar color models

A3B377
RGB163179119
HSL76°28.30%58.43%
HSB/HSV76°33.52%70.20%
CMYK8.94%0.00%33.52%
29.80%

Color #A3B377 in popluar number systems.

HEXA3B377
Decimal163179119
Binary10100011101100111110111
Octal243263167

Shades and tints

Shades of #A3B377

#A3B377
(163,179,119)
#95A36D
(149,163,109)
#879363
(135,147,99)
#798359
(121,131,89)
#6B734F
(107,115,79)
#5D6345
(93,99,69)
#4F533B
(79,83,59)
#414331
(65,67,49)
#333327
(51,51,39)
#25231D
(37,35,29)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A3B377

#A3B377
(163,179,119)
#ABB983
(171,185,131)
#B3BF8F
(179,191,143)
#BBC59B
(187,197,155)
#C3CBA7
(195,203,167)
#CBD1B3
(203,209,179)
#D3D7BF
(211,215,191)
#DBDDCB
(219,221,203)
#E3E3D7
(227,227,215)
#EBE9E3
(235,233,227)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B377; }

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

This text font color is #A3B377.


Background Color

.myBgColor { background-color: #A3B377; }

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

This div background color is #A3B377.


Border color

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

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

This div border color is #A3B377.


Opacity

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

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

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

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

This text has shadow with #A3B377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B377 on black background.


Color preview on white background

This text has color #A3B377 on white background.



Black color preview on #A3B377 background

This text has black color on #A3B377 background.


White color preview on #A3B377 background

This text has white color on #A3B377 background.