COLOR #7DA37E

HEX: #7DA37E RGB: (125,163,126)

Color info

#7DA37E contains red, green and blue colors in about the same proportion. Web safe color of #7DA37E is #669966 (or #696).

RGB color model

#7DA37E color RGB value is (125,163,126).

RGB: (125,163,126) (49%, 64%, 49%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 126 of 255 = 49%

125
163
126

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

Portions of RGB colors in percentages

R + G + B = 125 + 163 + 126 = 414 (100%)
R 125 of 414 ~ 30.19%
G 163 of 414 ~ 39.37%
B 126 of 414 ~ 30.43'%

%30.19
%39.37
%30.43

CMYK color model

#7DA37E color CMYK value is (23,0,23,36).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (23,0,23,36)
C23M0Y23K36 (23%, 0%, 23%, 36%)
(0.23 / 0.00 / 0.23 / 0.36)

CMYK percentages

%23.31
%0
%22.7
%36.08

Codes

Color #7DA37E in popluar color models

7D A3 7E
RGB 125 163 126
HSL 122° 17.12% 56.47%
HSB/HSV 122° 23.31% 63.92%
CMYK 23.31% 0.00% 22.70%
36.08%

Color #7DA37E in popluar number systems.

HEX 7D A3 7E
Decimal 125 163 126
Binary 1111101 10100011 1111110
Octal 175 243 176

Shades and tints

Shades of #7DA37E

#7DA37E
(125,163,126)
#729573
(114,149,115)
#678768
(103,135,104)
#5C795D
(92,121,93)
#516B52
(81,107,82)
#465D47
(70,93,71)
#3B4F3C
(59,79,60)
#304131
(48,65,49)
#253326
(37,51,38)
#1A251B
(26,37,27)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #7DA37E

#7DA37E
(125,163,126)
#88AB89
(136,171,137)
#93B394
(147,179,148)
#9EBB9F
(158,187,159)
#A9C3AA
(169,195,170)
#B4CBB5
(180,203,181)
#BFD3C0
(191,211,192)
#CADBCB
(202,219,203)
#D5E3D6
(213,227,214)
#E0EBE1
(224,235,225)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA37E color. Also use rgb(125,163,126) instead hex code.

Text Font Color

.myTextColor { color: #7DA37E; }

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

This text font color is #7DA37E.

Background Color

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

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

This div background color is #7DA37E.

Border color

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

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

This div border color is #7DA37E.

Opacity

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

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

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

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

This text has shadow with #7DA37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA37E.

Preview

Color preview on black background

This text has color #7DA37E on black background.


Color preview on white background

This text has color #7DA37E on white background.


Black color preview on #7DA37E background

This text has black color on #7DA37E background.


White color preview on #7DA37E background

This text has white color on #7DA37E background.


Related colors

Complementary color

Complementary color for #hex is #825C81.


I love getcolorcode.com

Triadic colors

1 #7E7DA3 and #A37E7D with #7DA37E are triadic colors.

2 #7EA37D and #A37D7E with #7DA37E are triadic colors.