COLOR #7DB38C

HEX: #7DB38C
RGB: (125,179,140)

Color info

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

RGB color model

#7DB38C color RGB value is (125,179,140).

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

RGB channels and saturation

R 125 of 255 = 49%
G 179 of 255 = 70%
B 140 of 255 = 55%

125
179
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 179 + 140 = 444 (100%)
R 125 of 444 ~ 28.15%
G 179 of 444 ~ 40.32%
B 140 of 444 ~ 31.53%

%28.15
%40.32
%31.53

CMYK color model

#7DB38C color CMYK value is (30,0,22,30).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 29.80%
CMYK:
(30,0,22,30)
C30M0Y22K30 
(30%,0%,22%,30%)
(0.30/0.00/0.22/0.30)	

CMYK percentages

%30.17
%0
%21.79
%29.8

Codes

Color #7DB38C in popluar color models

7DB38C
RGB125179140
HSL137°26.21%59.61%
HSB/HSV137°30.17%70.20%
CMYK30.17%0.00%21.79%
29.80%

Color #7DB38C in popluar number systems.

HEX7DB38C
Decimal125179140
Binary11111011011001110001100
Octal175263214

Shades and tints

Shades of #7DB38C

#7DB38C
(125,179,140)
#72A380
(114,163,128)
#679374
(103,147,116)
#5C8368
(92,131,104)
#51735C
(81,115,92)
#466350
(70,99,80)
#3B5344
(59,83,68)
#304338
(48,67,56)
#25332C
(37,51,44)
#1A2320
(26,35,32)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #7DB38C

#7DB38C
(125,179,140)
#88B996
(136,185,150)
#93BFA0
(147,191,160)
#9EC5AA
(158,197,170)
#A9CBB4
(169,203,180)
#B4D1BE
(180,209,190)
#BFD7C8
(191,215,200)
#CADDD2
(202,221,210)
#D5E3DC
(213,227,220)
#E0E9E6
(224,233,230)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB38C; }

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

This text font color is #7DB38C.


Background Color

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

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

This div background color is #7DB38C.


Border color

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

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

This div border color is #7DB38C.


Opacity

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

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

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

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

This text has shadow with #7DB38C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB38C on black background.


Color preview on white background

This text has color #7DB38C on white background.



Black color preview on #7DB38C background

This text has black color on #7DB38C background.


White color preview on #7DB38C background

This text has white color on #7DB38C background.