COLOR #A3C37D

HEX: #A3C37D RGB: (163,195,125)

Color info

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

RGB color model

#A3C37D color RGB value is (163,195,125).

RGB: (163,195,125) (64%, 76%, 49%)

RGB channels and saturation

R 163 of 255 = 64%
G 195 of 255 = 76%
B 125 of 255 = 49%

163
195
125

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

Portions of RGB colors in percentages

R + G + B = 163 + 195 + 125 = 483 (100%)
R 163 of 483 ~ 33.75%
G 195 of 483 ~ 40.37%
B 125 of 483 ~ 25.88'%

%33.75
%40.37
%25.88

CMYK color model

#A3C37D color CMYK value is (16,0,36,24).

  • cyan value is 16.41%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK: (16,0,36,24) C16M0Y36K24 (16%,0%,36%,24%) (0.16/0.00/0.36/0.24) 

CMYK percentages

%16.41
%0
%35.9
%23.53

Codes

Color #A3C37D in popluar color models

A3 C3 7D
RGB 163 195 125
HSL 87° 36.84% 62.75%
HSB/HSV 87° 35.90% 76.47%
CMYK 16.41% 0.00% 35.90%
23.53%

Color #A3C37D in popluar number systems.

HEX A3 C3 7D
Decimal 163 195 125
Binary 10100011 11000011 1111101
Octal 243 303 175

Shades and tints

Shades of #A3C37D

#A3C37D
(163,195,125)
#95B272
(149,178,114)
#87A167
(135,161,103)
#79905C
(121,144,92)
#6B7F51
(107,127,81)
#5D6E46
(93,110,70)
#4F5D3B
(79,93,59)
#414C30
(65,76,48)
#333B25
(51,59,37)
#252A1A
(37,42,26)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #A3C37D

#A3C37D
(163,195,125)
#ABC888
(171,200,136)
#B3CD93
(179,205,147)
#BBD29E
(187,210,158)
#C3D7A9
(195,215,169)
#CBDCB4
(203,220,180)
#D3E1BF
(211,225,191)
#DBE6CA
(219,230,202)
#E3EBD5
(227,235,213)
#EBF0E0
(235,240,224)
#F3F5EB
(243,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3C37D color. Also use rgb(163,195,125) instead hex code.

Text Font Color

.myTextColor { color: #A3C37D; }

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

This text font color is #A3C37D.

Background Color

.myBgColor { background-color: #A3C37D; }

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

This div background color is #A3C37D.

Border color

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

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

This div border color is #A3C37D.

Opacity

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

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

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

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

This text has shadow with #A3C37D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3C37D.

Preview

Color preview on black background

This text has color #A3C37D on black background.


Color preview on white background

This text has color #A3C37D on white background.


Black color preview on #A3C37D background

This text has black color on #A3C37D background.


White color preview on #A3C37D background

This text has white color on #A3C37D background.


Related colors

Complementary color

Complementary color for #hex is #5C3C82.


I love getcolorcode.com

Triadic colors

1 #7DA3C3 and #C37DA3 with #A3C37D are triadic colors.

2 #7DC3A3 and #C3A37D with #A3C37D are triadic colors.