COLOR #7DA024

HEX: #7DA024
RGB: (125,160,36)

Color info

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

RGB color model

#7DA024 color RGB value is (125,160,36).

  • red value is 125;
  • green value is 160;
  • blue value is 36.
RGB:
(125,160,36)
(49%,63%,14%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 36 of 255 = 14%

125
160
36

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 36 = 321 (100%)
R 125 of 321 ~ 38.94%
G 160 of 321 ~ 49.84%
B 36 of 321 ~ 11.21%

%38.94
%49.84
%11.21

CMYK color model

#7DA024 color CMYK value is (22,0,78,37).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 37.25%
CMYK:
(22,0,78,37)
C22M0Y78K37 
(22%,0%,78%,37%)
(0.22/0.00/0.78/0.37)	

CMYK percentages

%21.88
%0
%77.5
%37.25

Codes

Color #7DA024 in popluar color models

7DA024
RGB12516036
HSL77°63.27%38.43%
HSB/HSV77°77.50%62.75%
CMYK21.88%0.00%77.50%
37.25%

Color #7DA024 in popluar number systems.

HEX7DA024
Decimal12516036
Binary111110110100000100100
Octal17524044

Shades and tints

Shades of #7DA024

#7DA024
(125,160,36)
#729221
(114,146,33)
#67841E
(103,132,30)
#5C761B
(92,118,27)
#516818
(81,104,24)
#465A15
(70,90,21)
#3B4C12
(59,76,18)
#303E0F
(48,62,15)
#25300C
(37,48,12)
#1A2209
(26,34,9)
#0F1406
(15,20,6)
#000000
(0,0,0)

Tints of #7DA024

#7DA024
(125,160,36)
#88A837
(136,168,55)
#93B04A
(147,176,74)
#9EB85D
(158,184,93)
#A9C070
(169,192,112)
#B4C883
(180,200,131)
#BFD096
(191,208,150)
#CAD8A9
(202,216,169)
#D5E0BC
(213,224,188)
#E0E8CF
(224,232,207)
#EBF0E2
(235,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA024 color. Also use rgb(125,160,36) instead hex code.

Text Font Color

.myTextColor { color: #7DA024; }

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

This text font color is #7DA024.


Background Color

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

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

This div background color is #7DA024.


Border color

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

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

This div border color is #7DA024.


Opacity

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

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

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

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

This text has shadow with #7DA024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA024 on black background.


Color preview on white background

This text has color #7DA024 on white background.



Black color preview on #7DA024 background

This text has black color on #7DA024 background.


White color preview on #7DA024 background

This text has white color on #7DA024 background.