COLOR #A3B418

HEX: #A3B418
RGB: (163,180,24)

Color info

#A3B418 contains mainly red and green colors. Web safe color of #A3B418 is #99CC00 (or #9C0).

RGB color model

#A3B418 color RGB value is (163,180,24).

  • red value is 163;
  • green value is 180;
  • blue value is 24.
RGB:
(163,180,24)
(64%,71%,9%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 24 of 255 = 9%

163
180
24

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

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 24 = 367 (100%)
R 163 of 367 ~ 44.41%
G 180 of 367 ~ 49.05%
B 24 of 367 ~ 6.54%

%44.41
%49.05

CMYK color model

#A3B418 color CMYK value is (9,0,87,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 29.41%
CMYK:
(9,0,87,29)
C9M0Y87K29 
(9%,0%,87%,29%)
(0.09/0.00/0.87/0.29)	

CMYK percentages

%9.44
%0
%86.67
%29.41

Codes

Color #A3B418 in popluar color models

A3B418
RGB16318024
HSL67°76.47%40.00%
HSB/HSV67°86.67%70.59%
CMYK9.44%0.00%86.67%
29.41%

Color #A3B418 in popluar number systems.

HEXA3B418
Decimal16318024
Binary101000111011010011000
Octal24326430

Shades and tints

Shades of #A3B418

#A3B418
(163,180,24)
#95A416
(149,164,22)
#879414
(135,148,20)
#798412
(121,132,18)
#6B7410
(107,116,16)
#5D640E
(93,100,14)
#4F540C
(79,84,12)
#41440A
(65,68,10)
#333408
(51,52,8)
#252406
(37,36,6)
#171404
(23,20,4)
#000000
(0,0,0)

Tints of #A3B418

#A3B418
(163,180,24)
#ABBA2D
(171,186,45)
#B3C042
(179,192,66)
#BBC657
(187,198,87)
#C3CC6C
(195,204,108)
#CBD281
(203,210,129)
#D3D896
(211,216,150)
#DBDEAB
(219,222,171)
#E3E4C0
(227,228,192)
#EBEAD5
(235,234,213)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B418 color. Also use rgb(163,180,24) instead hex code.

Text Font Color

.myTextColor { color: #A3B418; }

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

This text font color is #A3B418.


Background Color

.myBgColor { background-color: #A3B418; }

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

This div background color is #A3B418.


Border color

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

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

This div border color is #A3B418.


Opacity

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

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

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

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

This text has shadow with #A3B418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B418 on black background.


Color preview on white background

This text has color #A3B418 on white background.



Black color preview on #A3B418 background

This text has black color on #A3B418 background.


White color preview on #A3B418 background

This text has white color on #A3B418 background.