COLOR #7DA448

HEX: #7DA448 RGB: (125,164,72)

Color info

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

RGB color model

#7DA448 color RGB value is (125,164,72).

RGB: (125,164,72) (49%, 64%, 28%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 72 of 255 = 28%

125
164
72

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 72 = 361 (100%)
R 125 of 361 ~ 34.63%
G 164 of 361 ~ 45.43%
B 72 of 361 ~ 19.94'%

%34.63
%45.43
%19.94

CMYK color model

#7DA448 color CMYK value is (24,0,56,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 35.69%
CMYK: (24,0,56,36) C24M0Y56K36 (24%,0%,56%,36%) (0.24/0.00/0.56/0.36) 

CMYK percentages

%23.78
%0
%56.1
%35.69

Codes

Color #7DA448 in popluar color models

7D A4 48
RGB 125 164 72
HSL 85° 38.98% 46.27%
HSB/HSV 85° 56.10% 64.31%
CMYK 23.78% 0.00% 56.10%
35.69%

Color #7DA448 in popluar number systems.

HEX 7D A4 48
Decimal 125 164 72
Binary 1111101 10100100 1001000
Octal 175 244 110

Shades and tints

Shades of #7DA448

#7DA448
(125,164,72)
#729642
(114,150,66)
#67883C
(103,136,60)
#5C7A36
(92,122,54)
#516C30
(81,108,48)
#465E2A
(70,94,42)
#3B5024
(59,80,36)
#30421E
(48,66,30)
#253418
(37,52,24)
#1A2612
(26,38,18)
#0F180C
(15,24,12)
#000000
(0,0,0)

Tints of #7DA448

#7DA448
(125,164,72)
#88AC58
(136,172,88)
#93B468
(147,180,104)
#9EBC78
(158,188,120)
#A9C488
(169,196,136)
#B4CC98
(180,204,152)
#BFD4A8
(191,212,168)
#CADCB8
(202,220,184)
#D5E4C8
(213,228,200)
#E0ECD8
(224,236,216)
#EBF4E8
(235,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA448; }

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

This text font color is #7DA448.

Background Color

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

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

This div background color is #7DA448.

Border color

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

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

This div border color is #7DA448.

Opacity

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

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

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

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

This text has shadow with #7DA448 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA448.

Preview

Color preview on black background

This text has color #7DA448 on black background.


Color preview on white background

This text has color #7DA448 on white background.


Black color preview on #7DA448 background

This text has black color on #7DA448 background.


White color preview on #7DA448 background

This text has white color on #7DA448 background.


Related colors

Complementary color

Complementary color for #hex is #825BB7.


I love getcolorcode.com

Triadic colors

1 #487DA4 and #A4487D with #7DA448 are triadic colors.

2 #48A47D and #A47D48 with #7DA448 are triadic colors.