COLOR #A4B277

HEX: #A4B277
RGB: (164,178,119)

Color info

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

RGB color model

#A4B277 color RGB value is (164,178,119).

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

RGB channels and saturation

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

164
178
119

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

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 119 = 461 (100%)
R 164 of 461 ~ 35.57%
G 178 of 461 ~ 38.61%
B 119 of 461 ~ 25.81%

%35.57
%38.61
%25.81

CMYK color model

#A4B277 color CMYK value is (8,0,33,30).

  • cyan value is 7.87%
  • magenta value is 0.00%
  • yellow value is 33.15%
  • key color value is 30.20%
CMYK:
(8,0,33,30)
C8M0Y33K30 
(8%,0%,33%,30%)
(0.08/0.00/0.33/0.30)	

CMYK percentages

%7.87
%0
%33.15
%30.2

Codes

Color #A4B277 in popluar color models

A4B277
RGB164178119
HSL74°27.70%58.24%
HSB/HSV74°33.15%69.80%
CMYK7.87%0.00%33.15%
30.20%

Color #A4B277 in popluar number systems.

HEXA4B277
Decimal164178119
Binary10100100101100101110111
Octal244262167

Shades and tints

Shades of #A4B277

#A4B277
(164,178,119)
#96A26D
(150,162,109)
#889263
(136,146,99)
#7A8259
(122,130,89)
#6C724F
(108,114,79)
#5E6245
(94,98,69)
#50523B
(80,82,59)
#424231
(66,66,49)
#343227
(52,50,39)
#26221D
(38,34,29)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A4B277

#A4B277
(164,178,119)
#ACB983
(172,185,131)
#B4C08F
(180,192,143)
#BCC79B
(188,199,155)
#C4CEA7
(196,206,167)
#CCD5B3
(204,213,179)
#D4DCBF
(212,220,191)
#DCE3CB
(220,227,203)
#E4EAD7
(228,234,215)
#ECF1E3
(236,241,227)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B277; }

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

This text font color is #A4B277.


Background Color

.myBgColor { background-color: #A4B277; }

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

This div background color is #A4B277.


Border color

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

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

This div border color is #A4B277.


Opacity

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

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

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

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

This text has shadow with #A4B277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B277 on black background.


Color preview on white background

This text has color #A4B277 on white background.



Black color preview on #A4B277 background

This text has black color on #A4B277 background.


White color preview on #A4B277 background

This text has white color on #A4B277 background.