COLOR #A3BD5E

HEX: #A3BD5E
RGB: (163,189,94)

Color info

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

RGB color model

#A3BD5E color RGB value is (163,189,94).

  • red value is 163;
  • green value is 189;
  • blue value is 94.
RGB: (163,189,94) (64%,74%,37%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 94 of 255 = 37%

163
189
94

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

Portions of RGB colors in percentages

R + G + B =
163 + 189 + 94 = 446 (100%)
R 163 of 446 ~ 36.55%
G 189 of 446 ~ 42.38%
B 94 of 446 ~ 21.08%

%36.55
%42.38
%21.08

CMYK color model

#A3BD5E color CMYK value is (14,0,50,26).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 50.26%
  • key color value is 25.88%
CMYK: (14,0,50,26) C14M0Y50K26 (14%,0%,50%,26%) (0.14/0.00/0.50/0.26)

CMYK percentages

%13.76
%0
%50.26
%25.88

Codes

Color #A3BD5E in popluar color models

A3BD5E
RGB16318994
HSL76°41.85%55.49%
HSB/HSV76°50.26%74.12%
CMYK13.76%0.00%50.26%
25.88%

Color #A3BD5E in popluar number systems.

HEXA3BD5E
Decimal16318994
Binary10100011101111011011110
Octal243275136

Shades and tints

Shades of #A3BD5E

#A3BD5E
(163,189,94)
#95AC56
(149,172,86)
#879B4E
(135,155,78)
#798A46
(121,138,70)
#6B793E
(107,121,62)
#5D6836
(93,104,54)
#4F572E
(79,87,46)
#414626
(65,70,38)
#33351E
(51,53,30)
#252416
(37,36,22)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #A3BD5E

#A3BD5E
(163,189,94)
#ABC36C
(171,195,108)
#B3C97A
(179,201,122)
#BBCF88
(187,207,136)
#C3D596
(195,213,150)
#CBDBA4
(203,219,164)
#D3E1B2
(211,225,178)
#DBE7C0
(219,231,192)
#E3EDCE
(227,237,206)
#EBF3DC
(235,243,220)
#F3F9EA
(243,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BD5E color. Also use rgb(163,189,94) instead hex code.

Text Font Color

.myTextColor { color: #A3BD5E; }

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

This text font color is #A3BD5E.


Background Color

.myBgColor { background-color: #A3BD5E; }

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

This div background color is #A3BD5E.


Border color

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

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

This div border color is #A3BD5E.


Opacity

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

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

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

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

This text has shadow with #A3BD5E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A3BD5E on black background.


Color preview on white background

This text has color #A3BD5E on white background.



Black color preview on #A3BD5E background

This text has black color on #A3BD5E background.


White color preview on #A3BD5E background

This text has white color on #A3BD5E background.