COLOR #7D8752

HEX: #7D8752
RGB: (125,135,82)

Color info

#7D8752 contains red, green and blue colors in about the same proportion. Web safe color of #7D8752 is #669966 (or #696).

RGB color model

#7D8752 color RGB value is (125,135,82).

  • red value is 125;
  • green value is 135;
  • blue value is 82.
RGB:
(125,135,82)
(49%,53%,32%)

RGB channels and saturation

R 125 of 255 = 49%
G 135 of 255 = 53%
B 82 of 255 = 32%

125
135
82

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

Portions of RGB colors in percentages

R + G + B =
125 + 135 + 82 = 342 (100%)
R 125 of 342 ~ 36.55%
G 135 of 342 ~ 39.47%
B 82 of 342 ~ 23.98%

%36.55
%39.47
%23.98

CMYK color model

#7D8752 color CMYK value is (7,0,39,47).

  • cyan value is 7.41%
  • magenta value is 0.00%
  • yellow value is 39.26%
  • key color value is 47.06%
CMYK:
(7,0,39,47)
C7M0Y39K47 
(7%,0%,39%,47%)
(0.07/0.00/0.39/0.47)	

CMYK percentages

%7.41
%0
%39.26
%47.06

Codes

Color #7D8752 in popluar color models

7D8752
RGB12513582
HSL71°24.42%42.55%
HSB/HSV71°39.26%52.94%
CMYK7.41%0.00%39.26%
47.06%

Color #7D8752 in popluar number systems.

HEX7D8752
Decimal12513582
Binary1111101100001111010010
Octal175207122

Shades and tints

Shades of #7D8752

#7D8752
(125,135,82)
#727B4B
(114,123,75)
#676F44
(103,111,68)
#5C633D
(92,99,61)
#515736
(81,87,54)
#464B2F
(70,75,47)
#3B3F28
(59,63,40)
#303321
(48,51,33)
#25271A
(37,39,26)
#1A1B13
(26,27,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #7D8752

#7D8752
(125,135,82)
#889161
(136,145,97)
#939B70
(147,155,112)
#9EA57F
(158,165,127)
#A9AF8E
(169,175,142)
#B4B99D
(180,185,157)
#BFC3AC
(191,195,172)
#CACDBB
(202,205,187)
#D5D7CA
(213,215,202)
#E0E1D9
(224,225,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D8752 color. Also use rgb(125,135,82) instead hex code.

Text Font Color

.myTextColor { color: #7D8752; }

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

This text font color is #7D8752.


Background Color

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

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

This div background color is #7D8752.


Border color

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

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

This div border color is #7D8752.


Opacity

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

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

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

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

This text has shadow with #7D8752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8752 on black background.


Color preview on white background

This text has color #7D8752 on white background.



Black color preview on #7D8752 background

This text has black color on #7D8752 background.


White color preview on #7D8752 background

This text has white color on #7D8752 background.