COLOR #A3C48B

HEX: #A3C48B
RGB: (163,196,139)

Color info

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

RGB color model

#A3C48B color RGB value is (163,196,139).

  • red value is 163;
  • green value is 196;
  • blue value is 139.
RGB:
(163,196,139)
(64%,77%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 196 of 255 = 77%
B 139 of 255 = 55%

163
196
139

R + G + B ~ 65%. #A3C48B is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 196 + 139 = 498 (100%)
R 163 of 498 ~ 32.73%
G 196 of 498 ~ 39.36%
B 139 of 498 ~ 27.91%

%32.73
%39.36
%27.91

CMYK color model

#A3C48B color CMYK value is (17,0,29,23).

  • cyan value is 16.84%
  • magenta value is 0.00%
  • yellow value is 29.08%
  • key color value is 23.14%
CMYK:
(17,0,29,23)
C17M0Y29K23 
(17%,0%,29%,23%)
(0.17/0.00/0.29/0.23)	

CMYK percentages

%16.84
%0
%29.08
%23.14

Codes

Color #A3C48B in popluar color models

A3C48B
RGB163196139
HSL95°32.57%65.69%
HSB/HSV95°29.08%76.86%
CMYK16.84%0.00%29.08%
23.14%

Color #A3C48B in popluar number systems.

HEXA3C48B
Decimal163196139
Binary101000111100010010001011
Octal243304213

Shades and tints

Shades of #A3C48B

#A3C48B
(163,196,139)
#95B37F
(149,179,127)
#87A273
(135,162,115)
#799167
(121,145,103)
#6B805B
(107,128,91)
#5D6F4F
(93,111,79)
#4F5E43
(79,94,67)
#414D37
(65,77,55)
#333C2B
(51,60,43)
#252B1F
(37,43,31)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #A3C48B

#A3C48B
(163,196,139)
#ABC995
(171,201,149)
#B3CE9F
(179,206,159)
#BBD3A9
(187,211,169)
#C3D8B3
(195,216,179)
#CBDDBD
(203,221,189)
#D3E2C7
(211,226,199)
#DBE7D1
(219,231,209)
#E3ECDB
(227,236,219)
#EBF1E5
(235,241,229)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C48B color. Also use rgb(163,196,139) instead hex code.

Text Font Color

.myTextColor { color: #A3C48B; }

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

This text font color is #A3C48B.


Background Color

.myBgColor { background-color: #A3C48B; }

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

This div background color is #A3C48B.


Border color

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

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

This div border color is #A3C48B.


Opacity

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

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

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

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

This text has shadow with #A3C48B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C48B on black background.


Color preview on white background

This text has color #A3C48B on white background.



Black color preview on #A3C48B background

This text has black color on #A3C48B background.


White color preview on #A3C48B background

This text has white color on #A3C48B background.