COLOR #7D8E3B

HEX: #7D8E3B
RGB: (125,142,59)

Color info

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

RGB color model

#7D8E3B color RGB value is (125,142,59).

  • red value is 125;
  • green value is 142;
  • blue value is 59.
RGB:
(125,142,59)
(49%,56%,23%)

RGB channels and saturation

R 125 of 255 = 49%
G 142 of 255 = 56%
B 59 of 255 = 23%

125
142
59

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

Portions of RGB colors in percentages

R + G + B =
125 + 142 + 59 = 326 (100%)
R 125 of 326 ~ 38.34%
G 142 of 326 ~ 43.56%
B 59 of 326 ~ 18.1%

%38.34
%43.56
%18.1

CMYK color model

#7D8E3B color CMYK value is (12,0,58,44).

  • cyan value is 11.97%
  • magenta value is 0.00%
  • yellow value is 58.45%
  • key color value is 44.31%
CMYK:
(12,0,58,44)
C12M0Y58K44 
(12%,0%,58%,44%)
(0.12/0.00/0.58/0.44)	

CMYK percentages

%11.97
%0
%58.45
%44.31

Codes

Color #7D8E3B in popluar color models

7D8E3B
RGB12514259
HSL72°41.29%39.41%
HSB/HSV72°58.45%55.69%
CMYK11.97%0.00%58.45%
44.31%

Color #7D8E3B in popluar number systems.

HEX7D8E3B
Decimal12514259
Binary111110110001110111011
Octal17521673

Shades and tints

Shades of #7D8E3B

#7D8E3B
(125,142,59)
#728236
(114,130,54)
#677631
(103,118,49)
#5C6A2C
(92,106,44)
#515E27
(81,94,39)
#465222
(70,82,34)
#3B461D
(59,70,29)
#303A18
(48,58,24)
#252E13
(37,46,19)
#1A220E
(26,34,14)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #7D8E3B

#7D8E3B
(125,142,59)
#88984C
(136,152,76)
#93A25D
(147,162,93)
#9EAC6E
(158,172,110)
#A9B67F
(169,182,127)
#B4C090
(180,192,144)
#BFCAA1
(191,202,161)
#CAD4B2
(202,212,178)
#D5DEC3
(213,222,195)
#E0E8D4
(224,232,212)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8E3B color. Also use rgb(125,142,59) instead hex code.

Text Font Color

.myTextColor { color: #7D8E3B; }

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

This text font color is #7D8E3B.


Background Color

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

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

This div background color is #7D8E3B.


Border color

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

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

This div border color is #7D8E3B.


Opacity

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

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

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

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

This text has shadow with #7D8E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8E3B on black background.


Color preview on white background

This text has color #7D8E3B on white background.



Black color preview on #7D8E3B background

This text has black color on #7D8E3B background.


White color preview on #7D8E3B background

This text has white color on #7D8E3B background.