COLOR #A4B780

HEX: #A4B780 RGB: (164,183,128)

Color info

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

RGB color model

#A4B780 color RGB value is (164,183,128).

RGB: (164,183,128) (64%, 72%, 50%)

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 128 of 255 = 50%

164
183
128

R + G + B ~ 62%. #A4B780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 183 + 128 = 475 (100%)
R 164 of 475 ~ 34.53%
G 183 of 475 ~ 38.53%
B 128 of 475 ~ 26.95'%

%34.53
%38.53
%26.95

CMYK color model

#A4B780 color CMYK value is (10,0,30,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%

CMYK: (10,0,30,28)
C10M0Y30K28 (10%, 0%, 30%, 28%)
(0.10 / 0.00 / 0.30 / 0.28)

CMYK percentages

%10.38
%0
%30.05
%28.24

Codes

Color #A4B780 in popluar color models

A4 B7 80
RGB 164 183 128
HSL 81° 27.64% 60.98%
HSB/HSV 81° 30.05% 71.76%
CMYK 10.38% 0.00% 30.05%
28.24%

Color #A4B780 in popluar number systems.

HEX A4 B7 80
Decimal 164 183 128
Binary 10100100 10110111 10000000
Octal 244 267 200

Shades and tints

Shades of #A4B780

#A4B780
(164,183,128)
#96A775
(150,167,117)
#88976A
(136,151,106)
#7A875F
(122,135,95)
#6C7754
(108,119,84)
#5E6749
(94,103,73)
#50573E
(80,87,62)
#424733
(66,71,51)
#343728
(52,55,40)
#26271D
(38,39,29)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #A4B780

#A4B780
(164,183,128)
#ACBD8B
(172,189,139)
#B4C396
(180,195,150)
#BCC9A1
(188,201,161)
#C4CFAC
(196,207,172)
#CCD5B7
(204,213,183)
#D4DBC2
(212,219,194)
#DCE1CD
(220,225,205)
#E4E7D8
(228,231,216)
#ECEDE3
(236,237,227)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B780 color. Also use rgb(164,183,128) instead hex code.

Text Font Color

.myTextColor { color: #A4B780; }

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

This text font color is #A4B780.

Background Color

.myBgColor { background-color: #A4B780; }

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

This div background color is #A4B780.

Border color

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

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

This div border color is #A4B780.

Opacity

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

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

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

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

This text has shadow with #A4B780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B780.

Preview

Color preview on black background

This text has color #A4B780 on black background.


Color preview on white background

This text has color #A4B780 on white background.


Black color preview on #A4B780 background

This text has black color on #A4B780 background.


White color preview on #A4B780 background

This text has white color on #A4B780 background.


Related colors

Complementary color

Complementary color for #hex is #5B487F.


I love getcolorcode.com

Triadic colors

1 #80A4B7 and #B780A4 with #A4B780 are triadic colors.

2 #80B7A4 and #B7A480 with #A4B780 are triadic colors.