COLOR #A4B390

HEX: #A4B390
RGB: (164,179,144)

Color info

#A4B390 contains red, green and blue colors in about the same proportion. Web safe color of #A4B390 is #999999 (or #999).

RGB color model

#A4B390 color RGB value is (164,179,144).

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

RGB channels and saturation

R 164 of 255 = 64%
G 179 of 255 = 70%
B 144 of 255 = 56%

164
179
144

R + G + B ~ 63%. #A4B390 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 179 + 144 = 487 (100%)
R 164 of 487 ~ 33.68%
G 179 of 487 ~ 36.76%
B 144 of 487 ~ 29.57%

%33.68
%36.76
%29.57

CMYK color model

#A4B390 color CMYK value is (8,0,20,30).

  • cyan value is 8.38%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(8,0,20,30)
C8M0Y20K30 
(8%,0%,20%,30%)
(0.08/0.00/0.20/0.30)	

CMYK percentages

%8.38
%0
%19.55
%29.8

Codes

Color #A4B390 in popluar color models

A4B390
RGB164179144
HSL86°18.72%63.33%
HSB/HSV86°19.55%70.20%
CMYK8.38%0.00%19.55%
29.80%

Color #A4B390 in popluar number systems.

HEXA4B390
Decimal164179144
Binary101001001011001110010000
Octal244263220

Shades and tints

Shades of #A4B390

#A4B390
(164,179,144)
#96A383
(150,163,131)
#889376
(136,147,118)
#7A8369
(122,131,105)
#6C735C
(108,115,92)
#5E634F
(94,99,79)
#505342
(80,83,66)
#424335
(66,67,53)
#343328
(52,51,40)
#26231B
(38,35,27)
#18130E
(24,19,14)
#000000
(0,0,0)

Tints of #A4B390

#A4B390
(164,179,144)
#ACB99A
(172,185,154)
#B4BFA4
(180,191,164)
#BCC5AE
(188,197,174)
#C4CBB8
(196,203,184)
#CCD1C2
(204,209,194)
#D4D7CC
(212,215,204)
#DCDDD6
(220,221,214)
#E4E3E0
(228,227,224)
#ECE9EA
(236,233,234)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B390; }

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

This text font color is #A4B390.


Background Color

.myBgColor { background-color: #A4B390; }

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

This div background color is #A4B390.


Border color

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

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

This div border color is #A4B390.


Opacity

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

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

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

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

This text has shadow with #A4B390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B390 on black background.


Color preview on white background

This text has color #A4B390 on white background.



Black color preview on #A4B390 background

This text has black color on #A4B390 background.


White color preview on #A4B390 background

This text has white color on #A4B390 background.