COLOR #7DB391

HEX: #7DB391
RGB: (125,179,145)

Color info

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

RGB color model

#7DB391 color RGB value is (125,179,145).

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

RGB channels and saturation

R 125 of 255 = 49%
G 179 of 255 = 70%
B 145 of 255 = 57%

125
179
145

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

Portions of RGB colors in percentages

R + G + B =
125 + 179 + 145 = 449 (100%)
R 125 of 449 ~ 27.84%
G 179 of 449 ~ 39.87%
B 145 of 449 ~ 32.29%

%27.84
%39.87
%32.29

CMYK color model

#7DB391 color CMYK value is (30,0,19,30).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%
CMYK:
(30,0,19,30)
C30M0Y19K30 
(30%,0%,19%,30%)
(0.30/0.00/0.19/0.30)	

CMYK percentages

%30.17
%0
%18.99
%29.8

Codes

Color #7DB391 in popluar color models

7DB391
RGB125179145
HSL142°26.21%59.61%
HSB/HSV142°30.17%70.20%
CMYK30.17%0.00%18.99%
29.80%

Color #7DB391 in popluar number systems.

HEX7DB391
Decimal125179145
Binary11111011011001110010001
Octal175263221

Shades and tints

Shades of #7DB391

#7DB391
(125,179,145)
#72A384
(114,163,132)
#679377
(103,147,119)
#5C836A
(92,131,106)
#51735D
(81,115,93)
#466350
(70,99,80)
#3B5343
(59,83,67)
#304336
(48,67,54)
#253329
(37,51,41)
#1A231C
(26,35,28)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #7DB391

#7DB391
(125,179,145)
#88B99B
(136,185,155)
#93BFA5
(147,191,165)
#9EC5AF
(158,197,175)
#A9CBB9
(169,203,185)
#B4D1C3
(180,209,195)
#BFD7CD
(191,215,205)
#CADDD7
(202,221,215)
#D5E3E1
(213,227,225)
#E0E9EB
(224,233,235)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB391; }

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

This text font color is #7DB391.


Background Color

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

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

This div background color is #7DB391.


Border color

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

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

This div border color is #7DB391.


Opacity

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

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

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

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

This text has shadow with #7DB391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB391 on black background.


Color preview on white background

This text has color #7DB391 on white background.



Black color preview on #7DB391 background

This text has black color on #7DB391 background.


White color preview on #7DB391 background

This text has white color on #7DB391 background.