COLOR #A3B82D

HEX: #A3B82D
RGB: (163,184,45)

Color info

#A3B82D contains mainly red and green colors. Web safe color of #A3B82D is #99CC33 (or #9C3).

RGB color model

#A3B82D color RGB value is (163,184,45).

  • red value is 163;
  • green value is 184;
  • blue value is 45.
RGB:
(163,184,45)
(64%,72%,18%)

RGB channels and saturation

R 163 of 255 = 64%
G 184 of 255 = 72%
B 45 of 255 = 18%

163
184
45

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

Portions of RGB colors in percentages

R + G + B =
163 + 184 + 45 = 392 (100%)
R 163 of 392 ~ 41.58%
G 184 of 392 ~ 46.94%
B 45 of 392 ~ 11.48%

%41.58
%46.94
%11.48

CMYK color model

#A3B82D color CMYK value is (11,0,76,28).

  • cyan value is 11.41%
  • magenta value is 0.00%
  • yellow value is 75.54%
  • key color value is 27.84%
CMYK:
(11,0,76,28)
C11M0Y76K28 
(11%,0%,76%,28%)
(0.11/0.00/0.76/0.28)	

CMYK percentages

%11.41
%0
%75.54
%27.84

Codes

Color #A3B82D in popluar color models

A3B82D
RGB16318445
HSL69°60.70%44.90%
HSB/HSV69°75.54%72.16%
CMYK11.41%0.00%75.54%
27.84%

Color #A3B82D in popluar number systems.

HEXA3B82D
Decimal16318445
Binary1010001110111000101101
Octal24327055

Shades and tints

Shades of #A3B82D

#A3B82D
(163,184,45)
#95A829
(149,168,41)
#879825
(135,152,37)
#798821
(121,136,33)
#6B781D
(107,120,29)
#5D6819
(93,104,25)
#4F5815
(79,88,21)
#414811
(65,72,17)
#33380D
(51,56,13)
#252809
(37,40,9)
#171805
(23,24,5)
#000000
(0,0,0)

Tints of #A3B82D

#A3B82D
(163,184,45)
#ABBE40
(171,190,64)
#B3C453
(179,196,83)
#BBCA66
(187,202,102)
#C3D079
(195,208,121)
#CBD68C
(203,214,140)
#D3DC9F
(211,220,159)
#DBE2B2
(219,226,178)
#E3E8C5
(227,232,197)
#EBEED8
(235,238,216)
#F3F4EB
(243,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B82D color. Also use rgb(163,184,45) instead hex code.

Text Font Color

.myTextColor { color: #A3B82D; }

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

This text font color is #A3B82D.


Background Color

.myBgColor { background-color: #A3B82D; }

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

This div background color is #A3B82D.


Border color

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

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

This div border color is #A3B82D.


Opacity

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

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

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

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

This text has shadow with #A3B82D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B82D on black background.


Color preview on white background

This text has color #A3B82D on white background.



Black color preview on #A3B82D background

This text has black color on #A3B82D background.


White color preview on #A3B82D background

This text has white color on #A3B82D background.