COLOR #A4B67C

HEX: #A4B67C
RGB: (164,182,124)

Color info

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

RGB color model

#A4B67C color RGB value is (164,182,124).

  • red value is 164;
  • green value is 182;
  • blue value is 124.
RGB:
(164,182,124)
(64%,71%,49%)

RGB channels and saturation

R 164 of 255 = 64%
G 182 of 255 = 71%
B 124 of 255 = 49%

164
182
124

R + G + B ~ 61%. #A4B67C is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 182 + 124 = 470 (100%)
R 164 of 470 ~ 34.89%
G 182 of 470 ~ 38.72%
B 124 of 470 ~ 26.38%

%34.89
%38.72
%26.38

CMYK color model

#A4B67C color CMYK value is (10,0,32,29).

  • cyan value is 9.89%
  • magenta value is 0.00%
  • yellow value is 31.87%
  • key color value is 28.63%
CMYK:
(10,0,32,29)
C10M0Y32K29 
(10%,0%,32%,29%)
(0.10/0.00/0.32/0.29)	

CMYK percentages

%9.89
%0
%31.87
%28.63

Codes

Color #A4B67C in popluar color models

A4B67C
RGB164182124
HSL79°28.43%60.00%
HSB/HSV79°31.87%71.37%
CMYK9.89%0.00%31.87%
28.63%

Color #A4B67C in popluar number systems.

HEXA4B67C
Decimal164182124
Binary10100100101101101111100
Octal244266174

Shades and tints

Shades of #A4B67C

#A4B67C
(164,182,124)
#96A671
(150,166,113)
#889666
(136,150,102)
#7A865B
(122,134,91)
#6C7650
(108,118,80)
#5E6645
(94,102,69)
#50563A
(80,86,58)
#42462F
(66,70,47)
#343624
(52,54,36)
#262619
(38,38,25)
#18160E
(24,22,14)
#000000
(0,0,0)

Tints of #A4B67C

#A4B67C
(164,182,124)
#ACBC87
(172,188,135)
#B4C292
(180,194,146)
#BCC89D
(188,200,157)
#C4CEA8
(196,206,168)
#CCD4B3
(204,212,179)
#D4DABE
(212,218,190)
#DCE0C9
(220,224,201)
#E4E6D4
(228,230,212)
#ECECDF
(236,236,223)
#F4F2EA
(244,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B67C color. Also use rgb(164,182,124) instead hex code.

Text Font Color

.myTextColor { color: #A4B67C; }

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

This text font color is #A4B67C.


Background Color

.myBgColor { background-color: #A4B67C; }

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

This div background color is #A4B67C.


Border color

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

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

This div border color is #A4B67C.


Opacity

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

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

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

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

This text has shadow with #A4B67C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B67C on black background.


Color preview on white background

This text has color #A4B67C on white background.



Black color preview on #A4B67C background

This text has black color on #A4B67C background.


White color preview on #A4B67C background

This text has white color on #A4B67C background.