COLOR #7DA59A

HEX: #7DA59A
RGB: (125,165,154)

Color info

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

RGB color model

#7DA59A color RGB value is (125,165,154).

  • red value is 125;
  • green value is 165;
  • blue value is 154.
RGB:
(125,165,154)
(49%,65%,60%)

RGB channels and saturation

R 125 of 255 = 49%
G 165 of 255 = 65%
B 154 of 255 = 60%

125
165
154

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

Portions of RGB colors in percentages

R + G + B =
125 + 165 + 154 = 444 (100%)
R 125 of 444 ~ 28.15%
G 165 of 444 ~ 37.16%
B 154 of 444 ~ 34.68%

%28.15
%37.16
%34.68

CMYK color model

#7DA59A color CMYK value is (24,0,7,35).

  • cyan value is 24.24%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 35.29%
CMYK:
(24,0,7,35)
C24M0Y7K35 
(24%,0%,7%,35%)
(0.24/0.00/0.07/0.35)	

CMYK percentages

%24.24
%0
%6.67
%35.29

Codes

Color #7DA59A in popluar color models

7DA59A
RGB125165154
HSL164°18.18%56.86%
HSB/HSV164°24.24%64.71%
CMYK24.24%0.00%6.67%
35.29%

Color #7DA59A in popluar number systems.

HEX7DA59A
Decimal125165154
Binary11111011010010110011010
Octal175245232

Shades and tints

Shades of #7DA59A

#7DA59A
(125,165,154)
#72968C
(114,150,140)
#67877E
(103,135,126)
#5C7870
(92,120,112)
#516962
(81,105,98)
#465A54
(70,90,84)
#3B4B46
(59,75,70)
#303C38
(48,60,56)
#252D2A
(37,45,42)
#1A1E1C
(26,30,28)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #7DA59A

#7DA59A
(125,165,154)
#88ADA3
(136,173,163)
#93B5AC
(147,181,172)
#9EBDB5
(158,189,181)
#A9C5BE
(169,197,190)
#B4CDC7
(180,205,199)
#BFD5D0
(191,213,208)
#CADDD9
(202,221,217)
#D5E5E2
(213,229,226)
#E0EDEB
(224,237,235)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA59A; }

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

This text font color is #7DA59A.


Background Color

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

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

This div background color is #7DA59A.


Border color

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

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

This div border color is #7DA59A.


Opacity

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

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

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

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

This text has shadow with #7DA59A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA59A on black background.


Color preview on white background

This text has color #7DA59A on white background.



Black color preview on #7DA59A background

This text has black color on #7DA59A background.


White color preview on #7DA59A background

This text has white color on #7DA59A background.