COLOR #7DA37B

HEX: #7DA37B RGB: (125,163,123)

Color info

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

RGB color model

#7DA37B color RGB value is (125,163,123).

RGB: (125,163,123) (49%, 64%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 123 of 255 = 48%

125
163
123

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

Portions of RGB colors in percentages

R + G + B = 125 + 163 + 123 = 411 (100%)
R 125 of 411 ~ 30.41%
G 163 of 411 ~ 39.66%
B 123 of 411 ~ 29.93'%

%30.41
%39.66
%29.93

CMYK color model

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

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

CMYK: (23,0,25,36)
C23M0Y25K36 (23%, 0%, 25%, 36%)
(0.23 / 0.00 / 0.25 / 0.36)

CMYK percentages

%23.31
%0
%24.54
%36.08

Codes

Color #7DA37B in popluar color models

7D A3 7B
RGB 125 163 123
HSL 117° 17.86% 56.08%
HSB/HSV 117° 24.54% 63.92%
CMYK 23.31% 0.00% 24.54%
36.08%

Color #7DA37B in popluar number systems.

HEX 7D A3 7B
Decimal 125 163 123
Binary 1111101 10100011 1111011
Octal 175 243 173

Shades and tints

Shades of #7DA37B

#7DA37B
(125,163,123)
#729570
(114,149,112)
#678765
(103,135,101)
#5C795A
(92,121,90)
#516B4F
(81,107,79)
#465D44
(70,93,68)
#3B4F39
(59,79,57)
#30412E
(48,65,46)
#253323
(37,51,35)
#1A2518
(26,37,24)
#0F170D
(15,23,13)
#000000
(0,0,0)

Tints of #7DA37B

#7DA37B
(125,163,123)
#88AB87
(136,171,135)
#93B393
(147,179,147)
#9EBB9F
(158,187,159)
#A9C3AB
(169,195,171)
#B4CBB7
(180,203,183)
#BFD3C3
(191,211,195)
#CADBCF
(202,219,207)
#D5E3DB
(213,227,219)
#E0EBE7
(224,235,231)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA37B; }

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

This text font color is #7DA37B.

Background Color

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

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

This div background color is #7DA37B.

Border color

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

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

This div border color is #7DA37B.

Opacity

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

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

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

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

This text has shadow with #7DA37B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA37B.

Preview

Color preview on black background

This text has color #7DA37B on black background.


Color preview on white background

This text has color #7DA37B on white background.


Black color preview on #7DA37B background

This text has black color on #7DA37B background.


White color preview on #7DA37B background

This text has white color on #7DA37B background.


Related colors

Complementary color

Complementary color for #hex is #825C84.


I love getcolorcode.com

Triadic colors

1 #7B7DA3 and #A37B7D with #7DA37B are triadic colors.

2 #7BA37D and #A37D7B with #7DA37B are triadic colors.