COLOR #A3C08C

HEX: #A3C08C
RGB: (163,192,140)

Color info

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

RGB color model

#A3C08C color RGB value is (163,192,140).

  • red value is 163;
  • green value is 192;
  • blue value is 140.
RGB:
(163,192,140)
(64%,75%,55%)

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 140 of 255 = 55%

163
192
140

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

Portions of RGB colors in percentages

R + G + B =
163 + 192 + 140 = 495 (100%)
R 163 of 495 ~ 32.93%
G 192 of 495 ~ 38.79%
B 140 of 495 ~ 28.28%

%32.93
%38.79
%28.28

CMYK color model

#A3C08C color CMYK value is (15,0,27,25).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 24.71%
CMYK:
(15,0,27,25)
C15M0Y27K25 
(15%,0%,27%,25%)
(0.15/0.00/0.27/0.25)	

CMYK percentages

%15.1
%0
%27.08
%24.71

Codes

Color #A3C08C in popluar color models

A3C08C
RGB163192140
HSL93°29.21%65.10%
HSB/HSV93°27.08%75.29%
CMYK15.10%0.00%27.08%
24.71%

Color #A3C08C in popluar number systems.

HEXA3C08C
Decimal163192140
Binary101000111100000010001100
Octal243300214

Shades and tints

Shades of #A3C08C

#A3C08C
(163,192,140)
#95AF80
(149,175,128)
#879E74
(135,158,116)
#798D68
(121,141,104)
#6B7C5C
(107,124,92)
#5D6B50
(93,107,80)
#4F5A44
(79,90,68)
#414938
(65,73,56)
#33382C
(51,56,44)
#252720
(37,39,32)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #A3C08C

#A3C08C
(163,192,140)
#ABC596
(171,197,150)
#B3CAA0
(179,202,160)
#BBCFAA
(187,207,170)
#C3D4B4
(195,212,180)
#CBD9BE
(203,217,190)
#D3DEC8
(211,222,200)
#DBE3D2
(219,227,210)
#E3E8DC
(227,232,220)
#EBEDE6
(235,237,230)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C08C color. Also use rgb(163,192,140) instead hex code.

Text Font Color

.myTextColor { color: #A3C08C; }

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

This text font color is #A3C08C.


Background Color

.myBgColor { background-color: #A3C08C; }

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

This div background color is #A3C08C.


Border color

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

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

This div border color is #A3C08C.


Opacity

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

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

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

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

This text has shadow with #A3C08C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C08C on black background.


Color preview on white background

This text has color #A3C08C on white background.



Black color preview on #A3C08C background

This text has black color on #A3C08C background.


White color preview on #A3C08C background

This text has white color on #A3C08C background.