COLOR #7D9E49

HEX: #7D9E49
RGB: (125,158,73)

Color info

#7D9E49 contains mainly red and green colors. Web safe color of #7D9E49 is #669933 (or #693).

RGB color model

#7D9E49 color RGB value is (125,158,73).

  • red value is 125;
  • green value is 158;
  • blue value is 73.
RGB:
(125,158,73)
(49%,62%,29%)

RGB channels and saturation

R 125 of 255 = 49%
G 158 of 255 = 62%
B 73 of 255 = 29%

125
158
73

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

Portions of RGB colors in percentages

R + G + B =
125 + 158 + 73 = 356 (100%)
R 125 of 356 ~ 35.11%
G 158 of 356 ~ 44.38%
B 73 of 356 ~ 20.51%

%35.11
%44.38
%20.51

CMYK color model

#7D9E49 color CMYK value is (21,0,54,38).

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 38.04%
CMYK:
(21,0,54,38)
C21M0Y54K38 
(21%,0%,54%,38%)
(0.21/0.00/0.54/0.38)	

CMYK percentages

%20.89
%0
%53.8
%38.04

Codes

Color #7D9E49 in popluar color models

7D9E49
RGB12515873
HSL83°36.80%45.29%
HSB/HSV83°53.80%61.96%
CMYK20.89%0.00%53.80%
38.04%

Color #7D9E49 in popluar number systems.

HEX7D9E49
Decimal12515873
Binary1111101100111101001001
Octal175236111

Shades and tints

Shades of #7D9E49

#7D9E49
(125,158,73)
#729043
(114,144,67)
#67823D
(103,130,61)
#5C7437
(92,116,55)
#516631
(81,102,49)
#46582B
(70,88,43)
#3B4A25
(59,74,37)
#303C1F
(48,60,31)
#252E19
(37,46,25)
#1A2013
(26,32,19)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #7D9E49

#7D9E49
(125,158,73)
#88A659
(136,166,89)
#93AE69
(147,174,105)
#9EB679
(158,182,121)
#A9BE89
(169,190,137)
#B4C699
(180,198,153)
#BFCEA9
(191,206,169)
#CAD6B9
(202,214,185)
#D5DEC9
(213,222,201)
#E0E6D9
(224,230,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9E49 color. Also use rgb(125,158,73) instead hex code.

Text Font Color

.myTextColor { color: #7D9E49; }

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

This text font color is #7D9E49.


Background Color

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

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

This div background color is #7D9E49.


Border color

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

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

This div border color is #7D9E49.


Opacity

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

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

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

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

This text has shadow with #7D9E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9E49 on black background.


Color preview on white background

This text has color #7D9E49 on white background.



Black color preview on #7D9E49 background

This text has black color on #7D9E49 background.


White color preview on #7D9E49 background

This text has white color on #7D9E49 background.