COLOR #A3B14A

HEX: #A3B14A
RGB: (163,177,74)

Color info

#A3B14A contains mainly red and green colors. Web safe color of #A3B14A is #999933 (or #993).

RGB color model

#A3B14A color RGB value is (163,177,74).

  • red value is 163;
  • green value is 177;
  • blue value is 74.
RGB:
(163,177,74)
(64%,69%,29%)

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 74 of 255 = 29%

163
177
74

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

Portions of RGB colors in percentages

R + G + B =
163 + 177 + 74 = 414 (100%)
R 163 of 414 ~ 39.37%
G 177 of 414 ~ 42.75%
B 74 of 414 ~ 17.87%

%39.37
%42.75
%17.87

CMYK color model

#A3B14A color CMYK value is (8,0,58,31).

  • cyan value is 7.91%
  • magenta value is 0.00%
  • yellow value is 58.19%
  • key color value is 30.59%
CMYK:
(8,0,58,31)
C8M0Y58K31 
(8%,0%,58%,31%)
(0.08/0.00/0.58/0.31)	

CMYK percentages

%7.91
%0
%58.19
%30.59

Codes

Color #A3B14A in popluar color models

A3B14A
RGB16317774
HSL68°41.04%49.22%
HSB/HSV68°58.19%69.41%
CMYK7.91%0.00%58.19%
30.59%

Color #A3B14A in popluar number systems.

HEXA3B14A
Decimal16317774
Binary10100011101100011001010
Octal243261112

Shades and tints

Shades of #A3B14A

#A3B14A
(163,177,74)
#95A144
(149,161,68)
#87913E
(135,145,62)
#798138
(121,129,56)
#6B7132
(107,113,50)
#5D612C
(93,97,44)
#4F5126
(79,81,38)
#414120
(65,65,32)
#33311A
(51,49,26)
#252114
(37,33,20)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #A3B14A

#A3B14A
(163,177,74)
#ABB85A
(171,184,90)
#B3BF6A
(179,191,106)
#BBC67A
(187,198,122)
#C3CD8A
(195,205,138)
#CBD49A
(203,212,154)
#D3DBAA
(211,219,170)
#DBE2BA
(219,226,186)
#E3E9CA
(227,233,202)
#EBF0DA
(235,240,218)
#F3F7EA
(243,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B14A color. Also use rgb(163,177,74) instead hex code.

Text Font Color

.myTextColor { color: #A3B14A; }

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

This text font color is #A3B14A.


Background Color

.myBgColor { background-color: #A3B14A; }

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

This div background color is #A3B14A.


Border color

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

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

This div border color is #A3B14A.


Opacity

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

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

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

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

This text has shadow with #A3B14A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B14A on black background.


Color preview on white background

This text has color #A3B14A on white background.



Black color preview on #A3B14A background

This text has black color on #A3B14A background.


White color preview on #A3B14A background

This text has white color on #A3B14A background.