COLOR #A7C37D

HEX: #A7C37D
RGB: (167,195,125)

Color info

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

RGB color model

#A7C37D color RGB value is (167,195,125).

  • red value is 167;
  • green value is 195;
  • blue value is 125.
RGB:
(167,195,125)
(65%,76%,49%)

RGB channels and saturation

R 167 of 255 = 65%
G 195 of 255 = 76%
B 125 of 255 = 49%

167
195
125

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

Portions of RGB colors in percentages

R + G + B =
167 + 195 + 125 = 487 (100%)
R 167 of 487 ~ 34.29%
G 195 of 487 ~ 40.04%
B 125 of 487 ~ 25.67%

%34.29
%40.04
%25.67

CMYK color model

#A7C37D color CMYK value is (14,0,36,24).

  • cyan value is 14.36%
  • magenta value is 0.00%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK:
(14,0,36,24)
C14M0Y36K24 
(14%,0%,36%,24%)
(0.14/0.00/0.36/0.24)	

CMYK percentages

%14.36
%0
%35.9
%23.53

Codes

Color #A7C37D in popluar color models

A7C37D
RGB167195125
HSL84°36.84%62.75%
HSB/HSV84°35.90%76.47%
CMYK14.36%0.00%35.90%
23.53%

Color #A7C37D in popluar number systems.

HEXA7C37D
Decimal167195125
Binary10100111110000111111101
Octal247303175

Shades and tints

Shades of #A7C37D

#A7C37D
(167,195,125)
#98B272
(152,178,114)
#89A167
(137,161,103)
#7A905C
(122,144,92)
#6B7F51
(107,127,81)
#5C6E46
(92,110,70)
#4D5D3B
(77,93,59)
#3E4C30
(62,76,48)
#2F3B25
(47,59,37)
#202A1A
(32,42,26)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #A7C37D

#A7C37D
(167,195,125)
#AFC888
(175,200,136)
#B7CD93
(183,205,147)
#BFD29E
(191,210,158)
#C7D7A9
(199,215,169)
#CFDCB4
(207,220,180)
#D7E1BF
(215,225,191)
#DFE6CA
(223,230,202)
#E7EBD5
(231,235,213)
#EFF0E0
(239,240,224)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7C37D; }

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

This text font color is #A7C37D.


Background Color

.myBgColor { background-color: #A7C37D; }

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

This div background color is #A7C37D.


Border color

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

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

This div border color is #A7C37D.


Opacity

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

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

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

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

This text has shadow with #A7C37D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7C37D on black background.


Color preview on white background

This text has color #A7C37D on white background.



Black color preview on #A7C37D background

This text has black color on #A7C37D background.


White color preview on #A7C37D background

This text has white color on #A7C37D background.