COLOR #A3B527

HEX: #A3B527
RGB: (163,181,39)

Color info

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

RGB color model

#A3B527 color RGB value is (163,181,39).

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

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 39 of 255 = 15%

163
181
39

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

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 39 = 383 (100%)
R 163 of 383 ~ 42.56%
G 181 of 383 ~ 47.26%
B 39 of 383 ~ 10.18%

%42.56
%47.26
%10.18

CMYK color model

#A3B527 color CMYK value is (10,0,78,29).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 29.02%
CMYK:
(10,0,78,29)
C10M0Y78K29 
(10%,0%,78%,29%)
(0.10/0.00/0.78/0.29)	

CMYK percentages

%9.94
%0
%78.45
%29.02

Codes

Color #A3B527 in popluar color models

A3B527
RGB16318139
HSL68°64.55%43.14%
HSB/HSV68°78.45%70.98%
CMYK9.94%0.00%78.45%
29.02%

Color #A3B527 in popluar number systems.

HEXA3B527
Decimal16318139
Binary1010001110110101100111
Octal24326547

Shades and tints

Shades of #A3B527

#A3B527
(163,181,39)
#95A524
(149,165,36)
#879521
(135,149,33)
#79851E
(121,133,30)
#6B751B
(107,117,27)
#5D6518
(93,101,24)
#4F5515
(79,85,21)
#414512
(65,69,18)
#33350F
(51,53,15)
#25250C
(37,37,12)
#171509
(23,21,9)
#000000
(0,0,0)

Tints of #A3B527

#A3B527
(163,181,39)
#ABBB3A
(171,187,58)
#B3C14D
(179,193,77)
#BBC760
(187,199,96)
#C3CD73
(195,205,115)
#CBD386
(203,211,134)
#D3D999
(211,217,153)
#DBDFAC
(219,223,172)
#E3E5BF
(227,229,191)
#EBEBD2
(235,235,210)
#F3F1E5
(243,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B527; }

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

This text font color is #A3B527.


Background Color

.myBgColor { background-color: #A3B527; }

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

This div background color is #A3B527.


Border color

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

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

This div border color is #A3B527.


Opacity

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

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

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

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

This text has shadow with #A3B527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B527 on black background.


Color preview on white background

This text has color #A3B527 on white background.



Black color preview on #A3B527 background

This text has black color on #A3B527 background.


White color preview on #A3B527 background

This text has white color on #A3B527 background.