COLOR #7DA39B

HEX: #7DA39B
RGB: (125,163,155)

Color info

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

RGB color model

#7DA39B color RGB value is (125,163,155).

  • red value is 125;
  • green value is 163;
  • blue value is 155.
RGB:
(125,163,155)
(49%,64%,61%)

RGB channels and saturation

R 125 of 255 = 49%
G 163 of 255 = 64%
B 155 of 255 = 61%

125
163
155

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

Portions of RGB colors in percentages

R + G + B =
125 + 163 + 155 = 443 (100%)
R 125 of 443 ~ 28.22%
G 163 of 443 ~ 36.79%
B 155 of 443 ~ 34.99%

%28.22
%36.79
%34.99

CMYK color model

#7DA39B color CMYK value is (23,0,5,36).

  • cyan value is 23.31%
  • magenta value is 0.00%
  • yellow value is 4.91%
  • key color value is 36.08%
CMYK:
(23,0,5,36)
C23M0Y5K36 
(23%,0%,5%,36%)
(0.23/0.00/0.05/0.36)	

CMYK percentages

%23.31
%0
%4.91
%36.08

Codes

Color #7DA39B in popluar color models

7DA39B
RGB125163155
HSL167°17.12%56.47%
HSB/HSV167°23.31%63.92%
CMYK23.31%0.00%4.91%
36.08%

Color #7DA39B in popluar number systems.

HEX7DA39B
Decimal125163155
Binary11111011010001110011011
Octal175243233

Shades and tints

Shades of #7DA39B

#7DA39B
(125,163,155)
#72958D
(114,149,141)
#67877F
(103,135,127)
#5C7971
(92,121,113)
#516B63
(81,107,99)
#465D55
(70,93,85)
#3B4F47
(59,79,71)
#304139
(48,65,57)
#25332B
(37,51,43)
#1A251D
(26,37,29)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #7DA39B

#7DA39B
(125,163,155)
#88ABA4
(136,171,164)
#93B3AD
(147,179,173)
#9EBBB6
(158,187,182)
#A9C3BF
(169,195,191)
#B4CBC8
(180,203,200)
#BFD3D1
(191,211,209)
#CADBDA
(202,219,218)
#D5E3E3
(213,227,227)
#E0EBEC
(224,235,236)
#EBF3F5
(235,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA39B; }

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

This text font color is #7DA39B.


Background Color

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

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

This div background color is #7DA39B.


Border color

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

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

This div border color is #7DA39B.


Opacity

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

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

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

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

This text has shadow with #7DA39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA39B on black background.


Color preview on white background

This text has color #7DA39B on white background.



Black color preview on #7DA39B background

This text has black color on #7DA39B background.


White color preview on #7DA39B background

This text has white color on #7DA39B background.