COLOR #7DB38F

HEX: #7DB38F
RGB: (125,179,143)

Color info

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

RGB color model

#7DB38F color RGB value is (125,179,143).

  • red value is 125;
  • green value is 179;
  • blue value is 143.
RGB:
(125,179,143)
(49%,70%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 179 of 255 = 70%
B 143 of 255 = 56%

125
179
143

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

Portions of RGB colors in percentages

R + G + B =
125 + 179 + 143 = 447 (100%)
R 125 of 447 ~ 27.96%
G 179 of 447 ~ 40.04%
B 143 of 447 ~ 31.99%

%27.96
%40.04
%31.99

CMYK color model

#7DB38F color CMYK value is (30,0,20,30).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 29.80%
CMYK:
(30,0,20,30)
C30M0Y20K30 
(30%,0%,20%,30%)
(0.30/0.00/0.20/0.30)	

CMYK percentages

%30.17
%0
%20.11
%29.8

Codes

Color #7DB38F in popluar color models

7DB38F
RGB125179143
HSL140°26.21%59.61%
HSB/HSV140°30.17%70.20%
CMYK30.17%0.00%20.11%
29.80%

Color #7DB38F in popluar number systems.

HEX7DB38F
Decimal125179143
Binary11111011011001110001111
Octal175263217

Shades and tints

Shades of #7DB38F

#7DB38F
(125,179,143)
#72A382
(114,163,130)
#679375
(103,147,117)
#5C8368
(92,131,104)
#51735B
(81,115,91)
#46634E
(70,99,78)
#3B5341
(59,83,65)
#304334
(48,67,52)
#253327
(37,51,39)
#1A231A
(26,35,26)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #7DB38F

#7DB38F
(125,179,143)
#88B999
(136,185,153)
#93BFA3
(147,191,163)
#9EC5AD
(158,197,173)
#A9CBB7
(169,203,183)
#B4D1C1
(180,209,193)
#BFD7CB
(191,215,203)
#CADDD5
(202,221,213)
#D5E3DF
(213,227,223)
#E0E9E9
(224,233,233)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB38F color. Also use rgb(125,179,143) instead hex code.

Text Font Color

.myTextColor { color: #7DB38F; }

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

This text font color is #7DB38F.


Background Color

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

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

This div background color is #7DB38F.


Border color

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

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

This div border color is #7DB38F.


Opacity

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

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

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

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

This text has shadow with #7DB38F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB38F on black background.


Color preview on white background

This text has color #7DB38F on white background.



Black color preview on #7DB38F background

This text has black color on #7DB38F background.


White color preview on #7DB38F background

This text has white color on #7DB38F background.