COLOR #7D8A52

HEX: #7D8A52
RGB: (125,138,82)

Color info

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

RGB color model

#7D8A52 color RGB value is (125,138,82).

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

RGB channels and saturation

R 125 of 255 = 49%
G 138 of 255 = 54%
B 82 of 255 = 32%

125
138
82

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

Portions of RGB colors in percentages

R + G + B =
125 + 138 + 82 = 345 (100%)
R 125 of 345 ~ 36.23%
G 138 of 345 ~ 40%
B 82 of 345 ~ 23.77%

%36.23
%40
%23.77

CMYK color model

#7D8A52 color CMYK value is (9,0,41,46).

  • cyan value is 9.42%
  • magenta value is 0.00%
  • yellow value is 40.58%
  • key color value is 45.88%
CMYK:
(9,0,41,46)
C9M0Y41K46 
(9%,0%,41%,46%)
(0.09/0.00/0.41/0.46)	

CMYK percentages

%9.42
%0
%40.58
%45.88

Codes

Color #7D8A52 in popluar color models

7D8A52
RGB12513882
HSL74°25.45%43.14%
HSB/HSV74°40.58%54.12%
CMYK9.42%0.00%40.58%
45.88%

Color #7D8A52 in popluar number systems.

HEX7D8A52
Decimal12513882
Binary1111101100010101010010
Octal175212122

Shades and tints

Shades of #7D8A52

#7D8A52
(125,138,82)
#727E4B
(114,126,75)
#677244
(103,114,68)
#5C663D
(92,102,61)
#515A36
(81,90,54)
#464E2F
(70,78,47)
#3B4228
(59,66,40)
#303621
(48,54,33)
#252A1A
(37,42,26)
#1A1E13
(26,30,19)
#0F120C
(15,18,12)
#000000
(0,0,0)

Tints of #7D8A52

#7D8A52
(125,138,82)
#889461
(136,148,97)
#939E70
(147,158,112)
#9EA87F
(158,168,127)
#A9B28E
(169,178,142)
#B4BC9D
(180,188,157)
#BFC6AC
(191,198,172)
#CAD0BB
(202,208,187)
#D5DACA
(213,218,202)
#E0E4D9
(224,228,217)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D8A52; }

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

This text font color is #7D8A52.


Background Color

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

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

This div background color is #7D8A52.


Border color

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

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

This div border color is #7D8A52.


Opacity

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

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

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

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

This text has shadow with #7D8A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D8A52 on black background.


Color preview on white background

This text has color #7D8A52 on white background.



Black color preview on #7D8A52 background

This text has black color on #7D8A52 background.


White color preview on #7D8A52 background

This text has white color on #7D8A52 background.