COLOR #7DA38D

HEX: #7DA38D RGB: (125,163,141)

Color info

#7DA38D contains red, green and blue colors in about the same proportion. Web safe color of #7DA38D is #669999 (or #699).

RGB color model

#7DA38D color RGB value is (125,163,141).

RGB: (125,163,141) (49%, 64%, 55%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 141 of 255 = 55%

125
163
141

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

Portions of RGB colors in percentages

R + G + B = 125 + 163 + 141 = 429 (100%)
R 125 of 429 ~ 29.14%
G 163 of 429 ~ 38%
B 141 of 429 ~ 32.87'%

%29.14
%38
%32.87

CMYK color model

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

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

CMYK: (23,0,13,36)
C23M0Y13K36 (23%, 0%, 13%, 36%)
(0.23 / 0.00 / 0.13 / 0.36)

CMYK percentages

%23.31
%0
%13.5
%36.08

Codes

Color #7DA38D in popluar color models

7D A3 8D
RGB 125 163 141
HSL 145° 17.12% 56.47%
HSB/HSV 145° 23.31% 63.92%
CMYK 23.31% 0.00% 13.50%
36.08%

Color #7DA38D in popluar number systems.

HEX 7D A3 8D
Decimal 125 163 141
Binary 1111101 10100011 10001101
Octal 175 243 215

Shades and tints

Shades of #7DA38D

#7DA38D
(125,163,141)
#729581
(114,149,129)
#678775
(103,135,117)
#5C7969
(92,121,105)
#516B5D
(81,107,93)
#465D51
(70,93,81)
#3B4F45
(59,79,69)
#304139
(48,65,57)
#25332D
(37,51,45)
#1A2521
(26,37,33)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #7DA38D

#7DA38D
(125,163,141)
#88AB97
(136,171,151)
#93B3A1
(147,179,161)
#9EBBAB
(158,187,171)
#A9C3B5
(169,195,181)
#B4CBBF
(180,203,191)
#BFD3C9
(191,211,201)
#CADBD3
(202,219,211)
#D5E3DD
(213,227,221)
#E0EBE7
(224,235,231)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA38D; }

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

This text font color is #7DA38D.

Background Color

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

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

This div background color is #7DA38D.

Border color

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

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

This div border color is #7DA38D.

Opacity

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

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

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

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

This text has shadow with #7DA38D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA38D.

Preview

Color preview on black background

This text has color #7DA38D on black background.


Color preview on white background

This text has color #7DA38D on white background.


Black color preview on #7DA38D background

This text has black color on #7DA38D background.


White color preview on #7DA38D background

This text has white color on #7DA38D background.


Related colors

Complementary color

Complementary color for #hex is #825C72.


I love getcolorcode.com

Triadic colors

1 #8D7DA3 and #A38D7D with #7DA38D are triadic colors.

2 #8DA37D and #A37D8D with #7DA38D are triadic colors.