COLOR #A3B58A

HEX: #A3B58A
RGB: (163,181,138)

Color info

#A3B58A contains red, green and blue colors in about the same proportion. Web safe color of #A3B58A is #99CC99 (or #9C9).

RGB color model

#A3B58A color RGB value is (163,181,138).

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

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 138 of 255 = 54%

163
181
138

R + G + B ~ 63%. #A3B58A is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 138 = 482 (100%)
R 163 of 482 ~ 33.82%
G 181 of 482 ~ 37.55%
B 138 of 482 ~ 28.63%

%33.82
%37.55
%28.63

CMYK color model

#A3B58A color CMYK value is (10,0,24,29).

  • cyan value is 9.94%
  • magenta value is 0.00%
  • yellow value is 23.76%
  • key color value is 29.02%
CMYK:
(10,0,24,29)
C10M0Y24K29 
(10%,0%,24%,29%)
(0.10/0.00/0.24/0.29)	

CMYK percentages

%9.94
%0
%23.76
%29.02

Codes

Color #A3B58A in popluar color models

A3B58A
RGB163181138
HSL85°22.51%62.55%
HSB/HSV85°23.76%70.98%
CMYK9.94%0.00%23.76%
29.02%

Color #A3B58A in popluar number systems.

HEXA3B58A
Decimal163181138
Binary101000111011010110001010
Octal243265212

Shades and tints

Shades of #A3B58A

#A3B58A
(163,181,138)
#95A57E
(149,165,126)
#879572
(135,149,114)
#798566
(121,133,102)
#6B755A
(107,117,90)
#5D654E
(93,101,78)
#4F5542
(79,85,66)
#414536
(65,69,54)
#33352A
(51,53,42)
#25251E
(37,37,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3B58A

#A3B58A
(163,181,138)
#ABBB94
(171,187,148)
#B3C19E
(179,193,158)
#BBC7A8
(187,199,168)
#C3CDB2
(195,205,178)
#CBD3BC
(203,211,188)
#D3D9C6
(211,217,198)
#DBDFD0
(219,223,208)
#E3E5DA
(227,229,218)
#EBEBE4
(235,235,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B58A; }

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

This text font color is #A3B58A.


Background Color

.myBgColor { background-color: #A3B58A; }

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

This div background color is #A3B58A.


Border color

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

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

This div border color is #A3B58A.


Opacity

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

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

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

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

This text has shadow with #A3B58A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B58A on black background.


Color preview on white background

This text has color #A3B58A on white background.



Black color preview on #A3B58A background

This text has black color on #A3B58A background.


White color preview on #A3B58A background

This text has white color on #A3B58A background.