COLOR #7D946F

HEX: #7D946F
RGB: (125,148,111)

Color info

#7D946F contains red, green and blue colors in about the same proportion. Web safe color of #7D946F is #669966 (or #696).

RGB color model

#7D946F color RGB value is (125,148,111).

  • red value is 125;
  • green value is 148;
  • blue value is 111.
RGB:
(125,148,111)
(49%,58%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 148 of 255 = 58%
B 111 of 255 = 44%

125
148
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 148 + 111 = 384 (100%)
R 125 of 384 ~ 32.55%
G 148 of 384 ~ 38.54%
B 111 of 384 ~ 28.91%

%32.55
%38.54
%28.91

CMYK color model

#7D946F color CMYK value is (16,0,25,42).

  • cyan value is 15.54%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 41.96%
CMYK:
(16,0,25,42)
C16M0Y25K42 
(16%,0%,25%,42%)
(0.16/0.00/0.25/0.42)	

CMYK percentages

%15.54
%0
%25
%41.96

Codes

Color #7D946F in popluar color models

7D946F
RGB125148111
HSL97°14.74%50.78%
HSB/HSV97°25.00%58.04%
CMYK15.54%0.00%25.00%
41.96%

Color #7D946F in popluar number systems.

HEX7D946F
Decimal125148111
Binary1111101100101001101111
Octal175224157

Shades and tints

Shades of #7D946F

#7D946F
(125,148,111)
#728765
(114,135,101)
#677A5B
(103,122,91)
#5C6D51
(92,109,81)
#516047
(81,96,71)
#46533D
(70,83,61)
#3B4633
(59,70,51)
#303929
(48,57,41)
#252C1F
(37,44,31)
#1A1F15
(26,31,21)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #7D946F

#7D946F
(125,148,111)
#889D7C
(136,157,124)
#93A689
(147,166,137)
#9EAF96
(158,175,150)
#A9B8A3
(169,184,163)
#B4C1B0
(180,193,176)
#BFCABD
(191,202,189)
#CAD3CA
(202,211,202)
#D5DCD7
(213,220,215)
#E0E5E4
(224,229,228)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D946F color. Also use rgb(125,148,111) instead hex code.

Text Font Color

.myTextColor { color: #7D946F; }

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

This text font color is #7D946F.


Background Color

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

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

This div background color is #7D946F.


Border color

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

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

This div border color is #7D946F.


Opacity

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

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

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

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

This text has shadow with #7D946F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D946F on black background.


Color preview on white background

This text has color #7D946F on white background.



Black color preview on #7D946F background

This text has black color on #7D946F background.


White color preview on #7D946F background

This text has white color on #7D946F background.