COLOR #A3B537

HEX: #A3B537
RGB: (163,181,55)

Color info

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

RGB color model

#A3B537 color RGB value is (163,181,55).

  • red value is 163;
  • green value is 181;
  • blue value is 55.
RGB:
(163,181,55)
(64%,71%,22%)

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 55 of 255 = 22%

163
181
55

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

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 55 = 399 (100%)
R 163 of 399 ~ 40.85%
G 181 of 399 ~ 45.36%
B 55 of 399 ~ 13.78%

%40.85
%45.36
%13.78

CMYK color model

#A3B537 color CMYK value is (10,0,70,29).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 69.61%
  • key color value is 29.02%
CMYK:
(10,0,70,29)
C10M0Y70K29 
(10%,0%,70%,29%)
(0.10/0.00/0.70/0.29)	

CMYK percentages

%9.94
%0
%69.61
%29.02

Codes

Color #A3B537 in popluar color models

A3B537
RGB16318155
HSL69°53.39%46.27%
HSB/HSV69°69.61%70.98%
CMYK9.94%0.00%69.61%
29.02%

Color #A3B537 in popluar number systems.

HEXA3B537
Decimal16318155
Binary1010001110110101110111
Octal24326567

Shades and tints

Shades of #A3B537

#A3B537
(163,181,55)
#95A532
(149,165,50)
#87952D
(135,149,45)
#798528
(121,133,40)
#6B7523
(107,117,35)
#5D651E
(93,101,30)
#4F5519
(79,85,25)
#414514
(65,69,20)
#33350F
(51,53,15)
#25250A
(37,37,10)
#171505
(23,21,5)
#000000
(0,0,0)

Tints of #A3B537

#A3B537
(163,181,55)
#ABBB49
(171,187,73)
#B3C15B
(179,193,91)
#BBC76D
(187,199,109)
#C3CD7F
(195,205,127)
#CBD391
(203,211,145)
#D3D9A3
(211,217,163)
#DBDFB5
(219,223,181)
#E3E5C7
(227,229,199)
#EBEBD9
(235,235,217)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B537 color. Also use rgb(163,181,55) instead hex code.

Text Font Color

.myTextColor { color: #A3B537; }

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

This text font color is #A3B537.


Background Color

.myBgColor { background-color: #A3B537; }

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

This div background color is #A3B537.


Border color

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

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

This div border color is #A3B537.


Opacity

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

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

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

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

This text has shadow with #A3B537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B537 on black background.


Color preview on white background

This text has color #A3B537 on white background.



Black color preview on #A3B537 background

This text has black color on #A3B537 background.


White color preview on #A3B537 background

This text has white color on #A3B537 background.