COLOR #7DA28B

HEX: #7DA28B
RGB: (125,162,139)

Color info

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

RGB color model

#7DA28B color RGB value is (125,162,139).

  • red value is 125;
  • green value is 162;
  • blue value is 139.
RGB:
(125,162,139)
(49%,64%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 162 of 255 = 64%
B 139 of 255 = 55%

125
162
139

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

Portions of RGB colors in percentages

R + G + B =
125 + 162 + 139 = 426 (100%)
R 125 of 426 ~ 29.34%
G 162 of 426 ~ 38.03%
B 139 of 426 ~ 32.63%

%29.34
%38.03
%32.63

CMYK color model

#7DA28B color CMYK value is (23,0,14,36).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(23,0,14,36)
C23M0Y14K36 
(23%,0%,14%,36%)
(0.23/0.00/0.14/0.36)	

CMYK percentages

%22.84
%0
%14.2
%36.47

Codes

Color #7DA28B in popluar color models

7DA28B
RGB125162139
HSL143°16.59%56.27%
HSB/HSV143°22.84%63.53%
CMYK22.84%0.00%14.20%
36.47%

Color #7DA28B in popluar number systems.

HEX7DA28B
Decimal125162139
Binary11111011010001010001011
Octal175242213

Shades and tints

Shades of #7DA28B

#7DA28B
(125,162,139)
#72947F
(114,148,127)
#678673
(103,134,115)
#5C7867
(92,120,103)
#516A5B
(81,106,91)
#465C4F
(70,92,79)
#3B4E43
(59,78,67)
#304037
(48,64,55)
#25322B
(37,50,43)
#1A241F
(26,36,31)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #7DA28B

#7DA28B
(125,162,139)
#88AA95
(136,170,149)
#93B29F
(147,178,159)
#9EBAA9
(158,186,169)
#A9C2B3
(169,194,179)
#B4CABD
(180,202,189)
#BFD2C7
(191,210,199)
#CADAD1
(202,218,209)
#D5E2DB
(213,226,219)
#E0EAE5
(224,234,229)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA28B color. Also use rgb(125,162,139) instead hex code.

Text Font Color

.myTextColor { color: #7DA28B; }

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

This text font color is #7DA28B.


Background Color

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

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

This div background color is #7DA28B.


Border color

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

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

This div border color is #7DA28B.


Opacity

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

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

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

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

This text has shadow with #7DA28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA28B on black background.


Color preview on white background

This text has color #7DA28B on white background.



Black color preview on #7DA28B background

This text has black color on #7DA28B background.


White color preview on #7DA28B background

This text has white color on #7DA28B background.