COLOR #7DB35E

HEX: #7DB35E
RGB: (125,179,94)

Color info

#7DB35E contains mainly red and green colors. Web safe color of #7DB35E is #669966 (or #696).

RGB color model

#7DB35E color RGB value is (125,179,94).

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

RGB channels and saturation

R 125 of 255 = 49%
G 179 of 255 = 70%
B 94 of 255 = 37%

125
179
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 179 + 94 = 398 (100%)
R 125 of 398 ~ 31.41%
G 179 of 398 ~ 44.97%
B 94 of 398 ~ 23.62%

%31.41
%44.97
%23.62

CMYK color model

#7DB35E color CMYK value is (30,0,47,30).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 47.49%
  • key color value is 29.80%
CMYK:
(30,0,47,30)
C30M0Y47K30 
(30%,0%,47%,30%)
(0.30/0.00/0.47/0.30)	

CMYK percentages

%30.17
%0
%47.49
%29.8

Codes

Color #7DB35E in popluar color models

7DB35E
RGB12517994
HSL98°35.86%53.53%
HSB/HSV98°47.49%70.20%
CMYK30.17%0.00%47.49%
29.80%

Color #7DB35E in popluar number systems.

HEX7DB35E
Decimal12517994
Binary1111101101100111011110
Octal175263136

Shades and tints

Shades of #7DB35E

#7DB35E
(125,179,94)
#72A356
(114,163,86)
#67934E
(103,147,78)
#5C8346
(92,131,70)
#51733E
(81,115,62)
#466336
(70,99,54)
#3B532E
(59,83,46)
#304326
(48,67,38)
#25331E
(37,51,30)
#1A2316
(26,35,22)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #7DB35E

#7DB35E
(125,179,94)
#88B96C
(136,185,108)
#93BF7A
(147,191,122)
#9EC588
(158,197,136)
#A9CB96
(169,203,150)
#B4D1A4
(180,209,164)
#BFD7B2
(191,215,178)
#CADDC0
(202,221,192)
#D5E3CE
(213,227,206)
#E0E9DC
(224,233,220)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB35E; }

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

This text font color is #7DB35E.


Background Color

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

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

This div background color is #7DB35E.


Border color

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

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

This div border color is #7DB35E.


Opacity

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

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

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

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

This text has shadow with #7DB35E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB35E on black background.


Color preview on white background

This text has color #7DB35E on white background.



Black color preview on #7DB35E background

This text has black color on #7DB35E background.


White color preview on #7DB35E background

This text has white color on #7DB35E background.