COLOR #7DA487

HEX: #7DA487 RGB: (125,164,135)

Color info

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

RGB color model

#7DA487 color RGB value is (125,164,135).

RGB: (125,164,135) (49%, 64%, 53%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 135 of 255 = 53%

125
164
135

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 135 = 424 (100%)
R 125 of 424 ~ 29.48%
G 164 of 424 ~ 38.68%
B 135 of 424 ~ 31.84'%

%29.48
%38.68
%31.84

CMYK color model

#7DA487 color CMYK value is (24,0,18,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 35.69%
CMYK: (24,0,18,36) C24M0Y18K36 (24%,0%,18%,36%) (0.24/0.00/0.18/0.36) 

CMYK percentages

%23.78
%0
%17.68
%35.69

Codes

Color #7DA487 in popluar color models

7D A4 87
RGB 125 164 135
HSL 135° 17.65% 56.67%
HSB/HSV 135° 23.78% 64.31%
CMYK 23.78% 0.00% 17.68%
35.69%

Color #7DA487 in popluar number systems.

HEX 7D A4 87
Decimal 125 164 135
Binary 1111101 10100100 10000111
Octal 175 244 207

Shades and tints

Shades of #7DA487

#7DA487
(125,164,135)
#72967B
(114,150,123)
#67886F
(103,136,111)
#5C7A63
(92,122,99)
#516C57
(81,108,87)
#465E4B
(70,94,75)
#3B503F
(59,80,63)
#304233
(48,66,51)
#253427
(37,52,39)
#1A261B
(26,38,27)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #7DA487

#7DA487
(125,164,135)
#88AC91
(136,172,145)
#93B49B
(147,180,155)
#9EBCA5
(158,188,165)
#A9C4AF
(169,196,175)
#B4CCB9
(180,204,185)
#BFD4C3
(191,212,195)
#CADCCD
(202,220,205)
#D5E4D7
(213,228,215)
#E0ECE1
(224,236,225)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA487 color. Also use rgb(125,164,135) instead hex code.

Text Font Color

.myTextColor { color: #7DA487; }

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

This text font color is #7DA487.

Background Color

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

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

This div background color is #7DA487.

Border color

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

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

This div border color is #7DA487.

Opacity

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

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

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

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

This text has shadow with #7DA487 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA487.

Preview

Color preview on black background

This text has color #7DA487 on black background.


Color preview on white background

This text has color #7DA487 on white background.


Black color preview on #7DA487 background

This text has black color on #7DA487 background.


White color preview on #7DA487 background

This text has white color on #7DA487 background.


Related colors

Complementary color

Complementary color for #hex is #825B78.


I love getcolorcode.com

Triadic colors

1 #877DA4 and #A4877D with #7DA487 are triadic colors.

2 #87A47D and #A47D87 with #7DA487 are triadic colors.