COLOR #7DAE4C

HEX: #7DAE4C
RGB: (125,174,76)

Color info

#7DAE4C contains mainly red and green colors. Web safe color of #7DAE4C is #669933 (or #693).

RGB color model

#7DAE4C color RGB value is (125,174,76).

  • red value is 125;
  • green value is 174;
  • blue value is 76.
RGB:
(125,174,76)
(49%,68%,30%)

RGB channels and saturation

R 125 of 255 = 49%
G 174 of 255 = 68%
B 76 of 255 = 30%

125
174
76

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

Portions of RGB colors in percentages

R + G + B =
125 + 174 + 76 = 375 (100%)
R 125 of 375 ~ 33.33%
G 174 of 375 ~ 46.4%
B 76 of 375 ~ 20.27%

%33.33
%46.4
%20.27

CMYK color model

#7DAE4C color CMYK value is (28,0,56,32).

  • cyan value is 28.16%
  • magenta value is 0.00%
  • yellow value is 56.32%
  • key color value is 31.76%
CMYK:
(28,0,56,32)
C28M0Y56K32 
(28%,0%,56%,32%)
(0.28/0.00/0.56/0.32)	

CMYK percentages

%28.16
%0
%56.32
%31.76

Codes

Color #7DAE4C in popluar color models

7DAE4C
RGB12517476
HSL90°39.20%49.02%
HSB/HSV90°56.32%68.24%
CMYK28.16%0.00%56.32%
31.76%

Color #7DAE4C in popluar number systems.

HEX7DAE4C
Decimal12517476
Binary1111101101011101001100
Octal175256114

Shades and tints

Shades of #7DAE4C

#7DAE4C
(125,174,76)
#729F46
(114,159,70)
#679040
(103,144,64)
#5C813A
(92,129,58)
#517234
(81,114,52)
#46632E
(70,99,46)
#3B5428
(59,84,40)
#304522
(48,69,34)
#25361C
(37,54,28)
#1A2716
(26,39,22)
#0F1810
(15,24,16)
#000000
(0,0,0)

Tints of #7DAE4C

#7DAE4C
(125,174,76)
#88B55C
(136,181,92)
#93BC6C
(147,188,108)
#9EC37C
(158,195,124)
#A9CA8C
(169,202,140)
#B4D19C
(180,209,156)
#BFD8AC
(191,216,172)
#CADFBC
(202,223,188)
#D5E6CC
(213,230,204)
#E0EDDC
(224,237,220)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAE4C color. Also use rgb(125,174,76) instead hex code.

Text Font Color

.myTextColor { color: #7DAE4C; }

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

This text font color is #7DAE4C.


Background Color

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

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

This div background color is #7DAE4C.


Border color

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

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

This div border color is #7DAE4C.


Opacity

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

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

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

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

This text has shadow with #7DAE4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAE4C on black background.


Color preview on white background

This text has color #7DAE4C on white background.



Black color preview on #7DAE4C background

This text has black color on #7DAE4C background.


White color preview on #7DAE4C background

This text has white color on #7DAE4C background.