COLOR #7DB362

HEX: #7DB362
RGB: (125,179,98)

Color info

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

RGB color model

#7DB362 color RGB value is (125,179,98).

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

RGB channels and saturation

R 125 of 255 = 49%
G 179 of 255 = 70%
B 98 of 255 = 38%

125
179
98

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

Portions of RGB colors in percentages

R + G + B =
125 + 179 + 98 = 402 (100%)
R 125 of 402 ~ 31.09%
G 179 of 402 ~ 44.53%
B 98 of 402 ~ 24.38%

%31.09
%44.53
%24.38

CMYK color model

#7DB362 color CMYK value is (30,0,45,30).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 45.25%
  • key color value is 29.80%
CMYK:
(30,0,45,30)
C30M0Y45K30 
(30%,0%,45%,30%)
(0.30/0.00/0.45/0.30)	

CMYK percentages

%30.17
%0
%45.25
%29.8

Codes

Color #7DB362 in popluar color models

7DB362
RGB12517998
HSL100°34.76%54.31%
HSB/HSV100°45.25%70.20%
CMYK30.17%0.00%45.25%
29.80%

Color #7DB362 in popluar number systems.

HEX7DB362
Decimal12517998
Binary1111101101100111100010
Octal175263142

Shades and tints

Shades of #7DB362

#7DB362
(125,179,98)
#72A35A
(114,163,90)
#679352
(103,147,82)
#5C834A
(92,131,74)
#517342
(81,115,66)
#46633A
(70,99,58)
#3B5332
(59,83,50)
#30432A
(48,67,42)
#253322
(37,51,34)
#1A231A
(26,35,26)
#0F1312
(15,19,18)
#000000
(0,0,0)

Tints of #7DB362

#7DB362
(125,179,98)
#88B970
(136,185,112)
#93BF7E
(147,191,126)
#9EC58C
(158,197,140)
#A9CB9A
(169,203,154)
#B4D1A8
(180,209,168)
#BFD7B6
(191,215,182)
#CADDC4
(202,221,196)
#D5E3D2
(213,227,210)
#E0E9E0
(224,233,224)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB362; }

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

This text font color is #7DB362.


Background Color

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

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

This div background color is #7DB362.


Border color

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

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

This div border color is #7DB362.


Opacity

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

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

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

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

This text has shadow with #7DB362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB362 on black background.


Color preview on white background

This text has color #7DB362 on white background.



Black color preview on #7DB362 background

This text has black color on #7DB362 background.


White color preview on #7DB362 background

This text has white color on #7DB362 background.