COLOR #7D9747

HEX: #7D9747
RGB: (125,151,71)

Color info

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

RGB color model

#7D9747 color RGB value is (125,151,71).

  • red value is 125;
  • green value is 151;
  • blue value is 71.
RGB:
(125,151,71)
(49%,59%,28%)

RGB channels and saturation

R 125 of 255 = 49%
G 151 of 255 = 59%
B 71 of 255 = 28%

125
151
71

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

Portions of RGB colors in percentages

R + G + B =
125 + 151 + 71 = 347 (100%)
R 125 of 347 ~ 36.02%
G 151 of 347 ~ 43.52%
B 71 of 347 ~ 20.46%

%36.02
%43.52
%20.46

CMYK color model

#7D9747 color CMYK value is (17,0,53,41).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 52.98%
  • key color value is 40.78%
CMYK:
(17,0,53,41)
C17M0Y53K41 
(17%,0%,53%,41%)
(0.17/0.00/0.53/0.41)	

CMYK percentages

%17.22
%0
%52.98
%40.78

Codes

Color #7D9747 in popluar color models

7D9747
RGB12515171
HSL80°36.04%43.53%
HSB/HSV80°52.98%59.22%
CMYK17.22%0.00%52.98%
40.78%

Color #7D9747 in popluar number systems.

HEX7D9747
Decimal12515171
Binary1111101100101111000111
Octal175227107

Shades and tints

Shades of #7D9747

#7D9747
(125,151,71)
#728A41
(114,138,65)
#677D3B
(103,125,59)
#5C7035
(92,112,53)
#51632F
(81,99,47)
#465629
(70,86,41)
#3B4923
(59,73,35)
#303C1D
(48,60,29)
#252F17
(37,47,23)
#1A2211
(26,34,17)
#0F150B
(15,21,11)
#000000
(0,0,0)

Tints of #7D9747

#7D9747
(125,151,71)
#88A057
(136,160,87)
#93A967
(147,169,103)
#9EB277
(158,178,119)
#A9BB87
(169,187,135)
#B4C497
(180,196,151)
#BFCDA7
(191,205,167)
#CAD6B7
(202,214,183)
#D5DFC7
(213,223,199)
#E0E8D7
(224,232,215)
#EBF1E7
(235,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9747 color. Also use rgb(125,151,71) instead hex code.

Text Font Color

.myTextColor { color: #7D9747; }

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

This text font color is #7D9747.


Background Color

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

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

This div background color is #7D9747.


Border color

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

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

This div border color is #7D9747.


Opacity

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

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

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

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

This text has shadow with #7D9747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9747 on black background.


Color preview on white background

This text has color #7D9747 on white background.



Black color preview on #7D9747 background

This text has black color on #7D9747 background.


White color preview on #7D9747 background

This text has white color on #7D9747 background.