COLOR #7DA43C

HEX: #7DA43C RGB: (125,164,60)

Color info

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

RGB color model

#7DA43C color RGB value is (125,164,60).

RGB: (125,164,60) (49%, 64%, 24%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 60 of 255 = 24%

125
164
60

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 60 = 349 (100%)
R 125 of 349 ~ 35.82%
G 164 of 349 ~ 46.99%
B 60 of 349 ~ 17.19'%

%35.82
%46.99
%17.19

CMYK color model

#7DA43C color CMYK value is (24,0,63,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 63.41%
  • key color value is 35.69%
CMYK: (24,0,63,36) C24M0Y63K36 (24%,0%,63%,36%) (0.24/0.00/0.63/0.36) 

CMYK percentages

%23.78
%0
%63.41
%35.69

Codes

Color #7DA43C in popluar color models

7D A4 3C
RGB 125 164 60
HSL 83° 46.43% 43.92%
HSB/HSV 83° 63.41% 64.31%
CMYK 23.78% 0.00% 63.41%
35.69%

Color #7DA43C in popluar number systems.

HEX 7D A4 3C
Decimal 125 164 60
Binary 1111101 10100100 111100
Octal 175 244 74

Shades and tints

Shades of #7DA43C

#7DA43C
(125,164,60)
#729637
(114,150,55)
#678832
(103,136,50)
#5C7A2D
(92,122,45)
#516C28
(81,108,40)
#465E23
(70,94,35)
#3B501E
(59,80,30)
#304219
(48,66,25)
#253414
(37,52,20)
#1A260F
(26,38,15)
#0F180A
(15,24,10)
#000000
(0,0,0)

Tints of #7DA43C

#7DA43C
(125,164,60)
#88AC4D
(136,172,77)
#93B45E
(147,180,94)
#9EBC6F
(158,188,111)
#A9C480
(169,196,128)
#B4CC91
(180,204,145)
#BFD4A2
(191,212,162)
#CADCB3
(202,220,179)
#D5E4C4
(213,228,196)
#E0ECD5
(224,236,213)
#EBF4E6
(235,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA43C; }

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

This text font color is #7DA43C.

Background Color

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

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

This div background color is #7DA43C.

Border color

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

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

This div border color is #7DA43C.

Opacity

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

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

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

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

This text has shadow with #7DA43C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA43C.

Preview

Color preview on black background

This text has color #7DA43C on black background.


Color preview on white background

This text has color #7DA43C on white background.


Black color preview on #7DA43C background

This text has black color on #7DA43C background.


White color preview on #7DA43C background

This text has white color on #7DA43C background.


Related colors

Complementary color

Complementary color for #hex is #825BC3.


I love getcolorcode.com

Triadic colors

1 #3C7DA4 and #A43C7D with #7DA43C are triadic colors.

2 #3CA47D and #A47D3C with #7DA43C are triadic colors.