COLOR #7D8136

HEX: #7D8136
RGB: (125,129,54)

Color info

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

RGB color model

#7D8136 color RGB value is (125,129,54).

  • red value is 125;
  • green value is 129;
  • blue value is 54.
RGB:
(125,129,54)
(49%,51%,21%)

RGB channels and saturation

R 125 of 255 = 49%
G 129 of 255 = 51%
B 54 of 255 = 21%

125
129
54

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

Portions of RGB colors in percentages

R + G + B =
125 + 129 + 54 = 308 (100%)
R 125 of 308 ~ 40.58%
G 129 of 308 ~ 41.88%
B 54 of 308 ~ 17.53%

%40.58
%41.88
%17.53

CMYK color model

#7D8136 color CMYK value is (3,0,58,49).

  • cyan value is 3.10%
  • magenta value is 0.00%
  • yellow value is 58.14%
  • key color value is 49.41%
CMYK:
(3,0,58,49)
C3M0Y58K49 
(3%,0%,58%,49%)
(0.03/0.00/0.58/0.49)	

CMYK percentages

%3.1
%0
%58.14
%49.41

Codes

Color #7D8136 in popluar color models

7D8136
RGB12512954
HSL63°40.98%35.88%
HSB/HSV63°58.14%50.59%
CMYK3.10%0.00%58.14%
49.41%

Color #7D8136 in popluar number systems.

HEX7D8136
Decimal12512954
Binary111110110000001110110
Octal17520166

Shades and tints

Shades of #7D8136

#7D8136
(125,129,54)
#727632
(114,118,50)
#676B2E
(103,107,46)
#5C602A
(92,96,42)
#515526
(81,85,38)
#464A22
(70,74,34)
#3B3F1E
(59,63,30)
#30341A
(48,52,26)
#252916
(37,41,22)
#1A1E12
(26,30,18)
#0F130E
(15,19,14)
#000000
(0,0,0)

Tints of #7D8136

#7D8136
(125,129,54)
#888C48
(136,140,72)
#93975A
(147,151,90)
#9EA26C
(158,162,108)
#A9AD7E
(169,173,126)
#B4B890
(180,184,144)
#BFC3A2
(191,195,162)
#CACEB4
(202,206,180)
#D5D9C6
(213,217,198)
#E0E4D8
(224,228,216)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8136 color. Also use rgb(125,129,54) instead hex code.

Text Font Color

.myTextColor { color: #7D8136; }

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

This text font color is #7D8136.


Background Color

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

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

This div background color is #7D8136.


Border color

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

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

This div border color is #7D8136.


Opacity

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

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

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

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

This text has shadow with #7D8136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8136 on black background.


Color preview on white background

This text has color #7D8136 on white background.



Black color preview on #7D8136 background

This text has black color on #7D8136 background.


White color preview on #7D8136 background

This text has white color on #7D8136 background.