COLOR #7DA03C

HEX: #7DA03C
RGB: (125,160,60)

Color info

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

RGB color model

#7DA03C color RGB value is (125,160,60).

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

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 60 of 255 = 24%

125
160
60

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

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 60 = 345 (100%)
R 125 of 345 ~ 36.23%
G 160 of 345 ~ 46.38%
B 60 of 345 ~ 17.39%

%36.23
%46.38
%17.39

CMYK color model

#7DA03C color CMYK value is (22,0,63,37).

  • cyan value is 21.88%
  • magenta value is 0.00%
  • yellow value is 62.50%
  • key color value is 37.25%
CMYK:
(22,0,63,37)
C22M0Y63K37 
(22%,0%,63%,37%)
(0.22/0.00/0.63/0.37)	

CMYK percentages

%21.88
%0
%62.5
%37.25

Codes

Color #7DA03C in popluar color models

7DA03C
RGB12516060
HSL81°45.45%43.14%
HSB/HSV81°62.50%62.75%
CMYK21.88%0.00%62.50%
37.25%

Color #7DA03C in popluar number systems.

HEX7DA03C
Decimal12516060
Binary111110110100000111100
Octal17524074

Shades and tints

Shades of #7DA03C

#7DA03C
(125,160,60)
#729237
(114,146,55)
#678432
(103,132,50)
#5C762D
(92,118,45)
#516828
(81,104,40)
#465A23
(70,90,35)
#3B4C1E
(59,76,30)
#303E19
(48,62,25)
#253014
(37,48,20)
#1A220F
(26,34,15)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #7DA03C

#7DA03C
(125,160,60)
#88A84D
(136,168,77)
#93B05E
(147,176,94)
#9EB86F
(158,184,111)
#A9C080
(169,192,128)
#B4C891
(180,200,145)
#BFD0A2
(191,208,162)
#CAD8B3
(202,216,179)
#D5E0C4
(213,224,196)
#E0E8D5
(224,232,213)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA03C; }

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

This text font color is #7DA03C.


Background Color

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

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

This div background color is #7DA03C.


Border color

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

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

This div border color is #7DA03C.


Opacity

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

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

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

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

This text has shadow with #7DA03C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA03C on black background.


Color preview on white background

This text has color #7DA03C on white background.



Black color preview on #7DA03C background

This text has black color on #7DA03C background.


White color preview on #7DA03C background

This text has white color on #7DA03C background.