COLOR #7DBA5E

HEX: #7DBA5E RGB: (125,186,94)

Color info

#7DBA5E contains mainly green color. Web safe color of #7DBA5E is #66CC66 (or #6C6).

RGB color model

#7DBA5E color RGB value is (125,186,94).

RGB: (125,186,94) (49%, 73%, 37%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 94 of 255 = 37%

125
186
94

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

Portions of RGB colors in percentages

R + G + B = 125 + 186 + 94 = 405 (100%)
R 125 of 405 ~ 30.86%
G 186 of 405 ~ 45.93%
B 94 of 405 ~ 23.21'%

%30.86
%45.93
%23.21

CMYK color model

#7DBA5E color CMYK value is (33,0,49,27).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 49.46%
  • key color value is 27.06%

CMYK: (33,0,49,27)
C33M0Y49K27 (33%, 0%, 49%, 27%)
(0.33 / 0.00 / 0.49 / 0.27)

CMYK percentages

%32.8
%0
%49.46
%27.06

Codes

Color #7DBA5E in popluar color models

7D BA 5E
RGB 125 186 94
HSL 100° 40.00% 54.90%
HSB/HSV 100° 49.46% 72.94%
CMYK 32.80% 0.00% 49.46%
27.06%

Color #7DBA5E in popluar number systems.

HEX 7D BA 5E
Decimal 125 186 94
Binary 1111101 10111010 1011110
Octal 175 272 136

Shades and tints

Shades of #7DBA5E

#7DBA5E
(125,186,94)
#72AA56
(114,170,86)
#679A4E
(103,154,78)
#5C8A46
(92,138,70)
#517A3E
(81,122,62)
#466A36
(70,106,54)
#3B5A2E
(59,90,46)
#304A26
(48,74,38)
#253A1E
(37,58,30)
#1A2A16
(26,42,22)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #7DBA5E

#7DBA5E
(125,186,94)
#88C06C
(136,192,108)
#93C67A
(147,198,122)
#9ECC88
(158,204,136)
#A9D296
(169,210,150)
#B4D8A4
(180,216,164)
#BFDEB2
(191,222,178)
#CAE4C0
(202,228,192)
#D5EACE
(213,234,206)
#E0F0DC
(224,240,220)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBA5E color. Also use rgb(125,186,94) instead hex code.

Text Font Color

.myTextColor { color: #7DBA5E; }

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

This text font color is #7DBA5E.

Background Color

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

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

This div background color is #7DBA5E.

Border color

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

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

This div border color is #7DBA5E.

Opacity

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

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

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

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

This text has shadow with #7DBA5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DBA5E.

Preview

Color preview on black background

This text has color #7DBA5E on black background.


Color preview on white background

This text has color #7DBA5E on white background.


Black color preview on #7DBA5E background

This text has black color on #7DBA5E background.


White color preview on #7DBA5E background

This text has white color on #7DBA5E background.


Related colors

Complementary color

Complementary color for #hex is #8245A1.


I love getcolorcode.com

Triadic colors

1 #5E7DBA and #BA5E7D with #7DBA5E are triadic colors.

2 #5EBA7D and #BA7D5E with #7DBA5E are triadic colors.