COLOR #A4B377

HEX: #A4B377
RGB: (164,179,119)

Color info

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

RGB color model

#A4B377 color RGB value is (164,179,119).

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

RGB channels and saturation

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

164
179
119

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

Portions of RGB colors in percentages

R + G + B =
164 + 179 + 119 = 462 (100%)
R 164 of 462 ~ 35.5%
G 179 of 462 ~ 38.74%
B 119 of 462 ~ 25.76%

%35.5
%38.74
%25.76

CMYK color model

#A4B377 color CMYK value is (8,0,34,30).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(8,0,34,30)
C8M0Y34K30 
(8%,0%,34%,30%)
(0.08/0.00/0.34/0.30)	

CMYK percentages

%8.38
%0
%33.52
%29.8

Codes

Color #A4B377 in popluar color models

A4B377
RGB164179119
HSL75°28.30%58.43%
HSB/HSV75°33.52%70.20%
CMYK8.38%0.00%33.52%
29.80%

Color #A4B377 in popluar number systems.

HEXA4B377
Decimal164179119
Binary10100100101100111110111
Octal244263167

Shades and tints

Shades of #A4B377

#A4B377
(164,179,119)
#96A36D
(150,163,109)
#889363
(136,147,99)
#7A8359
(122,131,89)
#6C734F
(108,115,79)
#5E6345
(94,99,69)
#50533B
(80,83,59)
#424331
(66,67,49)
#343327
(52,51,39)
#26231D
(38,35,29)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A4B377

#A4B377
(164,179,119)
#ACB983
(172,185,131)
#B4BF8F
(180,191,143)
#BCC59B
(188,197,155)
#C4CBA7
(196,203,167)
#CCD1B3
(204,209,179)
#D4D7BF
(212,215,191)
#DCDDCB
(220,221,203)
#E4E3D7
(228,227,215)
#ECE9E3
(236,233,227)
#F4EFEF
(244,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B377; }

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

This text font color is #A4B377.


Background Color

.myBgColor { background-color: #A4B377; }

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

This div background color is #A4B377.


Border color

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

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

This div border color is #A4B377.


Opacity

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

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

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

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

This text has shadow with #A4B377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B377 on black background.


Color preview on white background

This text has color #A4B377 on white background.



Black color preview on #A4B377 background

This text has black color on #A4B377 background.


White color preview on #A4B377 background

This text has white color on #A4B377 background.