COLOR #7DA472

HEX: #7DA472
RGB: (125,164,114)

Color info

#7DA472 contains red, green and blue colors in about the same proportion. Web safe color of #7DA472 is #669966 (or #696).

RGB color model

#7DA472 color RGB value is (125,164,114).

  • red value is 125;
  • green value is 164;
  • blue value is 114.
RGB:
(125,164,114)
(49%,64%,45%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 114 of 255 = 45%

125
164
114

R + G + B ~ 53%. #7DA472 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 164 + 114 = 403 (100%)
R 125 of 403 ~ 31.02%
G 164 of 403 ~ 40.69%
B 114 of 403 ~ 28.29%

%31.02
%40.69
%28.29

CMYK color model

#7DA472 color CMYK value is (24,0,30,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(24,0,30,36)
C24M0Y30K36 
(24%,0%,30%,36%)
(0.24/0.00/0.30/0.36)	

CMYK percentages

%23.78
%0
%30.49
%35.69

Codes

Color #7DA472 in popluar color models

7DA472
RGB125164114
HSL107°21.55%54.51%
HSB/HSV107°30.49%64.31%
CMYK23.78%0.00%30.49%
35.69%

Color #7DA472 in popluar number systems.

HEX7DA472
Decimal125164114
Binary1111101101001001110010
Octal175244162

Shades and tints

Shades of #7DA472

#7DA472
(125,164,114)
#729668
(114,150,104)
#67885E
(103,136,94)
#5C7A54
(92,122,84)
#516C4A
(81,108,74)
#465E40
(70,94,64)
#3B5036
(59,80,54)
#30422C
(48,66,44)
#253422
(37,52,34)
#1A2618
(26,38,24)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #7DA472

#7DA472
(125,164,114)
#88AC7E
(136,172,126)
#93B48A
(147,180,138)
#9EBC96
(158,188,150)
#A9C4A2
(169,196,162)
#B4CCAE
(180,204,174)
#BFD4BA
(191,212,186)
#CADCC6
(202,220,198)
#D5E4D2
(213,228,210)
#E0ECDE
(224,236,222)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA472 color. Also use rgb(125,164,114) instead hex code.

Text Font Color

.myTextColor { color: #7DA472; }

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

This text font color is #7DA472.


Background Color

.myBgColor { background-color: #7DA472; }

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

This div background color is #7DA472.


Border color

.myBorderColor { border: 1px solid #7DA472; }

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

This div border color is #7DA472.


Opacity

.myOpacity80 { color: #7DA472; opacity: 0.8; }

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

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

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

This text has shadow with #7DA472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA472 on black background.


Color preview on white background

This text has color #7DA472 on white background.



Black color preview on #7DA472 background

This text has black color on #7DA472 background.


White color preview on #7DA472 background

This text has white color on #7DA472 background.