COLOR #7D8D35

HEX: #7D8D35
RGB: (125,141,53)

Color info

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

RGB color model

#7D8D35 color RGB value is (125,141,53).

  • red value is 125;
  • green value is 141;
  • blue value is 53.
RGB: (125,141,53) (49%,55%,21%)

RGB channels and saturation

R 125 of 255 = 49%
G 141 of 255 = 55%
B 53 of 255 = 21%

125
141
53

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

Portions of RGB colors in percentages

R + G + B =
125 + 141 + 53 = 319 (100%)
R 125 of 319 ~ 39.18%
G 141 of 319 ~ 44.2%
B 53 of 319 ~ 16.61%

%39.18
%44.2
%16.61

CMYK color model

#7D8D35 color CMYK value is (11,0,62,45).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 62.41%
  • key color value is 44.71%
CMYK: (11,0,62,45) C11M0Y62K45 (11%,0%,62%,45%) (0.11/0.00/0.62/0.45)

CMYK percentages

%11.35
%0
%62.41
%44.71

Codes

Color #7D8D35 in popluar color models

7D8D35
RGB12514153
HSL71°45.36%38.04%
HSB/HSV71°62.41%55.29%
CMYK11.35%0.00%62.41%
44.71%

Color #7D8D35 in popluar number systems.

HEX7D8D35
Decimal12514153
Binary111110110001101110101
Octal17521565

Shades and tints

Shades of #7D8D35

#7D8D35
(125,141,53)
#728131
(114,129,49)
#67752D
(103,117,45)
#5C6929
(92,105,41)
#515D25
(81,93,37)
#465121
(70,81,33)
#3B451D
(59,69,29)
#303919
(48,57,25)
#252D15
(37,45,21)
#1A2111
(26,33,17)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #7D8D35

#7D8D35
(125,141,53)
#889747
(136,151,71)
#93A159
(147,161,89)
#9EAB6B
(158,171,107)
#A9B57D
(169,181,125)
#B4BF8F
(180,191,143)
#BFC9A1
(191,201,161)
#CAD3B3
(202,211,179)
#D5DDC5
(213,221,197)
#E0E7D7
(224,231,215)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8D35 color. Also use rgb(125,141,53) instead hex code.

Text Font Color

.myTextColor { color: #7D8D35; }

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

This text font color is #7D8D35.


Background Color

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

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

This div background color is #7D8D35.


Border color

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

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

This div border color is #7D8D35.


Opacity

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

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

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

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

This text has shadow with #7D8D35 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7D8D35 on black background.


Color preview on white background

This text has color #7D8D35 on white background.



Black color preview on #7D8D35 background

This text has black color on #7D8D35 background.


White color preview on #7D8D35 background

This text has white color on #7D8D35 background.