COLOR #7DA491

HEX: #7DA491 RGB: (125,164,145)

Color info

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

RGB color model

#7DA491 color RGB value is (125,164,145).

RGB: (125,164,145) (49%, 64%, 57%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 145 of 255 = 57%

125
164
145

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 145 = 434 (100%)
R 125 of 434 ~ 28.8%
G 164 of 434 ~ 37.79%
B 145 of 434 ~ 33.41'%

%28.8
%37.79
%33.41

CMYK color model

#7DA491 color CMYK value is (24,0,12,36).

  • cyan value is 23.78%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 35.69%

CMYK: (24,0,12,36)
C24M0Y12K36 (24%, 0%, 12%, 36%)
(0.24 / 0.00 / 0.12 / 0.36)

CMYK percentages

%23.78
%0
%11.59
%35.69

Codes

Color #7DA491 in popluar color models

7D A4 91
RGB 125 164 145
HSL 151° 17.65% 56.67%
HSB/HSV 151° 23.78% 64.31%
CMYK 23.78% 0.00% 11.59%
35.69%

Color #7DA491 in popluar number systems.

HEX 7D A4 91
Decimal 125 164 145
Binary 1111101 10100100 10010001
Octal 175 244 221

Shades and tints

Shades of #7DA491

#7DA491
(125,164,145)
#729684
(114,150,132)
#678877
(103,136,119)
#5C7A6A
(92,122,106)
#516C5D
(81,108,93)
#465E50
(70,94,80)
#3B5043
(59,80,67)
#304236
(48,66,54)
#253429
(37,52,41)
#1A261C
(26,38,28)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #7DA491

#7DA491
(125,164,145)
#88AC9B
(136,172,155)
#93B4A5
(147,180,165)
#9EBCAF
(158,188,175)
#A9C4B9
(169,196,185)
#B4CCC3
(180,204,195)
#BFD4CD
(191,212,205)
#CADCD7
(202,220,215)
#D5E4E1
(213,228,225)
#E0ECEB
(224,236,235)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA491; }

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

This text font color is #7DA491.

Background Color

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

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

This div background color is #7DA491.

Border color

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

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

This div border color is #7DA491.

Opacity

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

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

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

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

This text has shadow with #7DA491 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA491.

Preview

Color preview on black background

This text has color #7DA491 on black background.


Color preview on white background

This text has color #7DA491 on white background.


Black color preview on #7DA491 background

This text has black color on #7DA491 background.


White color preview on #7DA491 background

This text has white color on #7DA491 background.


Related colors

Complementary color

Complementary color for #hex is #825B6E.


I love getcolorcode.com

Triadic colors

1 #917DA4 and #A4917D with #7DA491 are triadic colors.

2 #91A47D and #A47D91 with #7DA491 are triadic colors.