COLOR #7DA49A

HEX: #7DA49A RGB: (125,164,154)

Color info

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

RGB color model

#7DA49A color RGB value is (125,164,154).

RGB: (125,164,154) (49%, 64%, 60%)

RGB channels and saturation

R 125 of 255 = 49%
G 164 of 255 = 64%
B 154 of 255 = 60%

125
164
154

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

Portions of RGB colors in percentages

R + G + B = 125 + 164 + 154 = 443 (100%)
R 125 of 443 ~ 28.22%
G 164 of 443 ~ 37.02%
B 154 of 443 ~ 34.76'%

%28.22
%37.02
%34.76

CMYK color model

#7DA49A color CMYK value is (24,0,6,36).

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

CMYK: (24,0,6,36)
C24M0Y6K36 (24%, 0%, 6%, 36%)
(0.24 / 0.00 / 0.06 / 0.36)

CMYK percentages

%23.78
%0
%6.1
%35.69

Codes

Color #7DA49A in popluar color models

7D A4 9A
RGB 125 164 154
HSL 165° 17.65% 56.67%
HSB/HSV 165° 23.78% 64.31%
CMYK 23.78% 0.00% 6.10%
35.69%

Color #7DA49A in popluar number systems.

HEX 7D A4 9A
Decimal 125 164 154
Binary 1111101 10100100 10011010
Octal 175 244 232

Shades and tints

Shades of #7DA49A

#7DA49A
(125,164,154)
#72968C
(114,150,140)
#67887E
(103,136,126)
#5C7A70
(92,122,112)
#516C62
(81,108,98)
#465E54
(70,94,84)
#3B5046
(59,80,70)
#304238
(48,66,56)
#25342A
(37,52,42)
#1A261C
(26,38,28)
#0F180E
(15,24,14)
#000000
(0,0,0)

Tints of #7DA49A

#7DA49A
(125,164,154)
#88ACA3
(136,172,163)
#93B4AC
(147,180,172)
#9EBCB5
(158,188,181)
#A9C4BE
(169,196,190)
#B4CCC7
(180,204,199)
#BFD4D0
(191,212,208)
#CADCD9
(202,220,217)
#D5E4E2
(213,228,226)
#E0ECEB
(224,236,235)
#EBF4F4
(235,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA49A; }

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

This text font color is #7DA49A.

Background Color

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

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

This div background color is #7DA49A.

Border color

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

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

This div border color is #7DA49A.

Opacity

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

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

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

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

This text has shadow with #7DA49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DA49A.

Preview

Color preview on black background

This text has color #7DA49A on black background.


Color preview on white background

This text has color #7DA49A on white background.


Black color preview on #7DA49A background

This text has black color on #7DA49A background.


White color preview on #7DA49A background

This text has white color on #7DA49A background.


Related colors

Complementary color

Complementary color for #hex is #825B65.


I love getcolorcode.com

Triadic colors

1 #9A7DA4 and #A49A7D with #7DA49A are triadic colors.

2 #9AA47D and #A47D9A with #7DA49A are triadic colors.