COLOR #7D8B42

HEX: #7D8B42
RGB: (125,139,66)

Color info

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

RGB color model

#7D8B42 color RGB value is (125,139,66).

  • red value is 125;
  • green value is 139;
  • blue value is 66.
RGB:
(125,139,66)
(49%,55%,26%)

RGB channels and saturation

R 125 of 255 = 49%
G 139 of 255 = 55%
B 66 of 255 = 26%

125
139
66

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

Portions of RGB colors in percentages

R + G + B =
125 + 139 + 66 = 330 (100%)
R 125 of 330 ~ 37.88%
G 139 of 330 ~ 42.12%
B 66 of 330 ~ 20%

%37.88
%42.12
%20

CMYK color model

#7D8B42 color CMYK value is (10,0,53,45).

  • cyan value is 10.07%
  • magenta value is 0.00%
  • yellow value is 52.52%
  • key color value is 45.49%
CMYK:
(10,0,53,45)
C10M0Y53K45 
(10%,0%,53%,45%)
(0.10/0.00/0.53/0.45)	

CMYK percentages

%10.07
%0
%52.52
%45.49

Codes

Color #7D8B42 in popluar color models

7D8B42
RGB12513966
HSL72°35.61%40.20%
HSB/HSV72°52.52%54.51%
CMYK10.07%0.00%52.52%
45.49%

Color #7D8B42 in popluar number systems.

HEX7D8B42
Decimal12513966
Binary1111101100010111000010
Octal175213102

Shades and tints

Shades of #7D8B42

#7D8B42
(125,139,66)
#727F3C
(114,127,60)
#677336
(103,115,54)
#5C6730
(92,103,48)
#515B2A
(81,91,42)
#464F24
(70,79,36)
#3B431E
(59,67,30)
#303718
(48,55,24)
#252B12
(37,43,18)
#1A1F0C
(26,31,12)
#0F1306
(15,19,6)
#000000
(0,0,0)

Tints of #7D8B42

#7D8B42
(125,139,66)
#889553
(136,149,83)
#939F64
(147,159,100)
#9EA975
(158,169,117)
#A9B386
(169,179,134)
#B4BD97
(180,189,151)
#BFC7A8
(191,199,168)
#CAD1B9
(202,209,185)
#D5DBCA
(213,219,202)
#E0E5DB
(224,229,219)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8B42 color. Also use rgb(125,139,66) instead hex code.

Text Font Color

.myTextColor { color: #7D8B42; }

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

This text font color is #7D8B42.


Background Color

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

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

This div background color is #7D8B42.


Border color

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

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

This div border color is #7D8B42.


Opacity

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

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

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

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

This text has shadow with #7D8B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8B42 on black background.


Color preview on white background

This text has color #7D8B42 on white background.



Black color preview on #7D8B42 background

This text has black color on #7D8B42 background.


White color preview on #7D8B42 background

This text has white color on #7D8B42 background.