COLOR #A3C07C

HEX: #A3C07C
RGB: (163,192,124)

Color info

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

RGB color model

#A3C07C color RGB value is (163,192,124).

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

RGB channels and saturation

R 163 of 255 = 64%
G 192 of 255 = 75%
B 124 of 255 = 49%

163
192
124

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

Portions of RGB colors in percentages

R + G + B =
163 + 192 + 124 = 479 (100%)
R 163 of 479 ~ 34.03%
G 192 of 479 ~ 40.08%
B 124 of 479 ~ 25.89%

%34.03
%40.08
%25.89

CMYK color model

#A3C07C color CMYK value is (15,0,35,25).

  • cyan value is 15.10%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 24.71%
CMYK:
(15,0,35,25)
C15M0Y35K25 
(15%,0%,35%,25%)
(0.15/0.00/0.35/0.25)	

CMYK percentages

%15.1
%0
%35.42
%24.71

Codes

Color #A3C07C in popluar color models

A3C07C
RGB163192124
HSL86°35.05%61.96%
HSB/HSV86°35.42%75.29%
CMYK15.10%0.00%35.42%
24.71%

Color #A3C07C in popluar number systems.

HEXA3C07C
Decimal163192124
Binary10100011110000001111100
Octal243300174

Shades and tints

Shades of #A3C07C

#A3C07C
(163,192,124)
#95AF71
(149,175,113)
#879E66
(135,158,102)
#798D5B
(121,141,91)
#6B7C50
(107,124,80)
#5D6B45
(93,107,69)
#4F5A3A
(79,90,58)
#41492F
(65,73,47)
#333824
(51,56,36)
#252719
(37,39,25)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #A3C07C

#A3C07C
(163,192,124)
#ABC587
(171,197,135)
#B3CA92
(179,202,146)
#BBCF9D
(187,207,157)
#C3D4A8
(195,212,168)
#CBD9B3
(203,217,179)
#D3DEBE
(211,222,190)
#DBE3C9
(219,227,201)
#E3E8D4
(227,232,212)
#EBEDDF
(235,237,223)
#F3F2EA
(243,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3C07C; }

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

This text font color is #A3C07C.


Background Color

.myBgColor { background-color: #A3C07C; }

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

This div background color is #A3C07C.


Border color

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

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

This div border color is #A3C07C.


Opacity

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

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

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

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

This text has shadow with #A3C07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3C07C on black background.


Color preview on white background

This text has color #A3C07C on white background.



Black color preview on #A3C07C background

This text has black color on #A3C07C background.


White color preview on #A3C07C background

This text has white color on #A3C07C background.