COLOR #7D8A42

HEX: #7D8A42
RGB: (125,138,66)

Color info

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

RGB color model

#7D8A42 color RGB value is (125,138,66).

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

RGB channels and saturation

R 125 of 255 = 49%
G 138 of 255 = 54%
B 66 of 255 = 26%

125
138
66

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

Portions of RGB colors in percentages

R + G + B =
125 + 138 + 66 = 329 (100%)
R 125 of 329 ~ 37.99%
G 138 of 329 ~ 41.95%
B 66 of 329 ~ 20.06%

%37.99
%41.95
%20.06

CMYK color model

#7D8A42 color CMYK value is (9,0,52,46).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 52.17%
  • key color value is 45.88%
CMYK:
(9,0,52,46)
C9M0Y52K46 
(9%,0%,52%,46%)
(0.09/0.00/0.52/0.46)	

CMYK percentages

%9.42
%0
%52.17
%45.88

Codes

Color #7D8A42 in popluar color models

7D8A42
RGB12513866
HSL71°35.29%40.00%
HSB/HSV71°52.17%54.12%
CMYK9.42%0.00%52.17%
45.88%

Color #7D8A42 in popluar number systems.

HEX7D8A42
Decimal12513866
Binary1111101100010101000010
Octal175212102

Shades and tints

Shades of #7D8A42

#7D8A42
(125,138,66)
#727E3C
(114,126,60)
#677236
(103,114,54)
#5C6630
(92,102,48)
#515A2A
(81,90,42)
#464E24
(70,78,36)
#3B421E
(59,66,30)
#303618
(48,54,24)
#252A12
(37,42,18)
#1A1E0C
(26,30,12)
#0F1206
(15,18,6)
#000000
(0,0,0)

Tints of #7D8A42

#7D8A42
(125,138,66)
#889453
(136,148,83)
#939E64
(147,158,100)
#9EA875
(158,168,117)
#A9B286
(169,178,134)
#B4BC97
(180,188,151)
#BFC6A8
(191,198,168)
#CAD0B9
(202,208,185)
#D5DACA
(213,218,202)
#E0E4DB
(224,228,219)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8A42; }

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

This text font color is #7D8A42.


Background Color

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

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

This div background color is #7D8A42.


Border color

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

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

This div border color is #7D8A42.


Opacity

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

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

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

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

This text has shadow with #7D8A42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8A42 on black background.


Color preview on white background

This text has color #7D8A42 on white background.



Black color preview on #7D8A42 background

This text has black color on #7D8A42 background.


White color preview on #7D8A42 background

This text has white color on #7D8A42 background.