COLOR #7DAD6F

HEX: #7DAD6F
RGB: (125,173,111)

Color info

#7DAD6F contains mainly red and green colors. Web safe color of #7DAD6F is #669966 (or #696).

RGB color model

#7DAD6F color RGB value is (125,173,111).

  • red value is 125;
  • green value is 173;
  • blue value is 111.
RGB:
(125,173,111)
(49%,68%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 173 of 255 = 68%
B 111 of 255 = 44%

125
173
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 173 + 111 = 409 (100%)
R 125 of 409 ~ 30.56%
G 173 of 409 ~ 42.3%
B 111 of 409 ~ 27.14%

%30.56
%42.3
%27.14

CMYK color model

#7DAD6F color CMYK value is (28,0,36,32).

  • cyan value is 27.75%
  • magenta value is 0.00%
  • yellow value is 35.84%
  • key color value is 32.16%
CMYK:
(28,0,36,32)
C28M0Y36K32 
(28%,0%,36%,32%)
(0.28/0.00/0.36/0.32)	

CMYK percentages

%27.75
%0
%35.84
%32.16

Codes

Color #7DAD6F in popluar color models

7DAD6F
RGB125173111
HSL106°27.43%55.69%
HSB/HSV106°35.84%67.84%
CMYK27.75%0.00%35.84%
32.16%

Color #7DAD6F in popluar number systems.

HEX7DAD6F
Decimal125173111
Binary1111101101011011101111
Octal175255157

Shades and tints

Shades of #7DAD6F

#7DAD6F
(125,173,111)
#729E65
(114,158,101)
#678F5B
(103,143,91)
#5C8051
(92,128,81)
#517147
(81,113,71)
#46623D
(70,98,61)
#3B5333
(59,83,51)
#304429
(48,68,41)
#25351F
(37,53,31)
#1A2615
(26,38,21)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #7DAD6F

#7DAD6F
(125,173,111)
#88B47C
(136,180,124)
#93BB89
(147,187,137)
#9EC296
(158,194,150)
#A9C9A3
(169,201,163)
#B4D0B0
(180,208,176)
#BFD7BD
(191,215,189)
#CADECA
(202,222,202)
#D5E5D7
(213,229,215)
#E0ECE4
(224,236,228)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAD6F color. Also use rgb(125,173,111) instead hex code.

Text Font Color

.myTextColor { color: #7DAD6F; }

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

This text font color is #7DAD6F.


Background Color

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

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

This div background color is #7DAD6F.


Border color

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

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

This div border color is #7DAD6F.


Opacity

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

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

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

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

This text has shadow with #7DAD6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAD6F on black background.


Color preview on white background

This text has color #7DAD6F on white background.



Black color preview on #7DAD6F background

This text has black color on #7DAD6F background.


White color preview on #7DAD6F background

This text has white color on #7DAD6F background.