COLOR #A3B440

HEX: #A3B440 RGB: (163,180,64)

Color info

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

RGB color model

#A3B440 color RGB value is (163,180,64).

RGB: (163,180,64) (64%, 71%, 25%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 64 of 255 = 25%

163
180
64

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

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 64 = 407 (100%)
R 163 of 407 ~ 40.05%
G 180 of 407 ~ 44.23%
B 64 of 407 ~ 15.72'%

%40.05
%44.23
%15.72

CMYK color model

#A3B440 color CMYK value is (9,0,64,29).

  • cyan value is 9.44%
  • magenta value is 0.00%
  • yellow value is 64.44%
  • key color value is 29.41%
CMYK: (9,0,64,29) C9M0Y64K29 (9%,0%,64%,29%) (0.09/0.00/0.64/0.29) 

CMYK percentages

%9.44
%0
%64.44
%29.41

Codes

Color #A3B440 in popluar color models

A3 B4 40
RGB 163 180 64
HSL 69° 47.54% 47.84%
HSB/HSV 69° 64.44% 70.59%
CMYK 9.44% 0.00% 64.44%
29.41%

Color #A3B440 in popluar number systems.

HEX A3 B4 40
Decimal 163 180 64
Binary 10100011 10110100 1000000
Octal 243 264 100

Shades and tints

Shades of #A3B440

#A3B440
(163,180,64)
#95A43B
(149,164,59)
#879436
(135,148,54)
#798431
(121,132,49)
#6B742C
(107,116,44)
#5D6427
(93,100,39)
#4F5422
(79,84,34)
#41441D
(65,68,29)
#333418
(51,52,24)
#252413
(37,36,19)
#17140E
(23,20,14)
#000000
(0,0,0)

Tints of #A3B440

#A3B440
(163,180,64)
#ABBA51
(171,186,81)
#B3C062
(179,192,98)
#BBC673
(187,198,115)
#C3CC84
(195,204,132)
#CBD295
(203,210,149)
#D3D8A6
(211,216,166)
#DBDEB7
(219,222,183)
#E3E4C8
(227,228,200)
#EBEAD9
(235,234,217)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B440; }

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

This text font color is #A3B440.

Background Color

.myBgColor { background-color: #A3B440; }

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

This div background color is #A3B440.

Border color

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

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

This div border color is #A3B440.

Opacity

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

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

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

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

This text has shadow with #A3B440 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B440.

Preview

Color preview on black background

This text has color #A3B440 on black background.


Color preview on white background

This text has color #A3B440 on white background.


Black color preview on #A3B440 background

This text has black color on #A3B440 background.


White color preview on #A3B440 background

This text has white color on #A3B440 background.


Related colors

Complementary color

Complementary color for #hex is #5C4BBF.


I love getcolorcode.com

Triadic colors

1 #40A3B4 and #B440A3 with #A3B440 are triadic colors.

2 #40B4A3 and #B4A340 with #A3B440 are triadic colors.