COLOR #7DAF47

HEX: #7DAF47 RGB: (125,175,71)

Color info

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

RGB color model

#7DAF47 color RGB value is (125,175,71).

RGB: (125,175,71) (49%, 69%, 28%)

RGB channels and saturation

R 125 of 255 = 49%
G 175 of 255 = 69%
B 71 of 255 = 28%

125
175
71

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

Portions of RGB colors in percentages

R + G + B = 125 + 175 + 71 = 371 (100%)
R 125 of 371 ~ 33.69%
G 175 of 371 ~ 47.17%
B 71 of 371 ~ 19.14'%

%33.69
%47.17
%19.14

CMYK color model

#7DAF47 color CMYK value is (29,0,59,31).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 59.43%
  • key color value is 31.37%

CMYK: (29,0,59,31)
C29M0Y59K31 (29%, 0%, 59%, 31%)
(0.29 / 0.00 / 0.59 / 0.31)

CMYK percentages

%28.57
%0
%59.43
%31.37

Codes

Color #7DAF47 in popluar color models

7D AF 47
RGB 125 175 71
HSL 89° 42.28% 48.24%
HSB/HSV 89° 59.43% 68.63%
CMYK 28.57% 0.00% 59.43%
31.37%

Color #7DAF47 in popluar number systems.

HEX 7D AF 47
Decimal 125 175 71
Binary 1111101 10101111 1000111
Octal 175 257 107

Shades and tints

Shades of #7DAF47

#7DAF47
(125,175,71)
#72A041
(114,160,65)
#67913B
(103,145,59)
#5C8235
(92,130,53)
#51732F
(81,115,47)
#466429
(70,100,41)
#3B5523
(59,85,35)
#30461D
(48,70,29)
#253717
(37,55,23)
#1A2811
(26,40,17)
#0F190B
(15,25,11)
#000000
(0,0,0)

Tints of #7DAF47

#7DAF47
(125,175,71)
#88B657
(136,182,87)
#93BD67
(147,189,103)
#9EC477
(158,196,119)
#A9CB87
(169,203,135)
#B4D297
(180,210,151)
#BFD9A7
(191,217,167)
#CAE0B7
(202,224,183)
#D5E7C7
(213,231,199)
#E0EED7
(224,238,215)
#EBF5E7
(235,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAF47 color. Also use rgb(125,175,71) instead hex code.

Text Font Color

.myTextColor { color: #7DAF47; }

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

This text font color is #7DAF47.

Background Color

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

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

This div background color is #7DAF47.

Border color

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

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

This div border color is #7DAF47.

Opacity

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

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

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

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

This text has shadow with #7DAF47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DAF47.

Preview

Color preview on black background

This text has color #7DAF47 on black background.


Color preview on white background

This text has color #7DAF47 on white background.


Black color preview on #7DAF47 background

This text has black color on #7DAF47 background.


White color preview on #7DAF47 background

This text has white color on #7DAF47 background.


Related colors

Complementary color

Complementary color for #hex is #8250B8.


I love getcolorcode.com

Triadic colors

1 #477DAF and #AF477D with #7DAF47 are triadic colors.

2 #47AF7D and #AF7D47 with #7DAF47 are triadic colors.