COLOR #A3B95F

HEX: #A3B95F
RGB: (163,185,95)

Color info

#A3B95F contains mainly red and green colors. Web safe color of #A3B95F is #99CC66 (or #9C6).

RGB color model

#A3B95F color RGB value is (163,185,95).

  • red value is 163;
  • green value is 185;
  • blue value is 95.
RGB:
(163,185,95)
(64%,73%,37%)

RGB channels and saturation

R 163 of 255 = 64%
G 185 of 255 = 73%
B 95 of 255 = 37%

163
185
95

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

Portions of RGB colors in percentages

R + G + B =
163 + 185 + 95 = 443 (100%)
R 163 of 443 ~ 36.79%
G 185 of 443 ~ 41.76%
B 95 of 443 ~ 21.44%

%36.79
%41.76
%21.44

CMYK color model

#A3B95F color CMYK value is (12,0,49,27).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 48.65%
  • key color value is 27.45%
CMYK:
(12,0,49,27)
C12M0Y49K27 
(12%,0%,49%,27%)
(0.12/0.00/0.49/0.27)	

CMYK percentages

%11.89
%0
%48.65
%27.45

Codes

Color #A3B95F in popluar color models

A3B95F
RGB16318595
HSL75°39.13%54.90%
HSB/HSV75°48.65%72.55%
CMYK11.89%0.00%48.65%
27.45%

Color #A3B95F in popluar number systems.

HEXA3B95F
Decimal16318595
Binary10100011101110011011111
Octal243271137

Shades and tints

Shades of #A3B95F

#A3B95F
(163,185,95)
#95A957
(149,169,87)
#87994F
(135,153,79)
#798947
(121,137,71)
#6B793F
(107,121,63)
#5D6937
(93,105,55)
#4F592F
(79,89,47)
#414927
(65,73,39)
#33391F
(51,57,31)
#252917
(37,41,23)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #A3B95F

#A3B95F
(163,185,95)
#ABBF6D
(171,191,109)
#B3C57B
(179,197,123)
#BBCB89
(187,203,137)
#C3D197
(195,209,151)
#CBD7A5
(203,215,165)
#D3DDB3
(211,221,179)
#DBE3C1
(219,227,193)
#E3E9CF
(227,233,207)
#EBEFDD
(235,239,221)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B95F color. Also use rgb(163,185,95) instead hex code.

Text Font Color

.myTextColor { color: #A3B95F; }

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

This text font color is #A3B95F.


Background Color

.myBgColor { background-color: #A3B95F; }

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

This div background color is #A3B95F.


Border color

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

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

This div border color is #A3B95F.


Opacity

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

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

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

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

This text has shadow with #A3B95F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B95F on black background.


Color preview on white background

This text has color #A3B95F on white background.



Black color preview on #A3B95F background

This text has black color on #A3B95F background.


White color preview on #A3B95F background

This text has white color on #A3B95F background.