COLOR #7D826F

HEX: #7D826F
RGB: (125,130,111)

Color info

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

RGB color model

#7D826F color RGB value is (125,130,111).

  • red value is 125;
  • green value is 130;
  • blue value is 111.
RGB:
(125,130,111)
(49%,51%,44%)

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 111 of 255 = 44%

125
130
111

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 111 = 366 (100%)
R 125 of 366 ~ 34.15%
G 130 of 366 ~ 35.52%
B 111 of 366 ~ 30.33%

%34.15
%35.52
%30.33

CMYK color model

#7D826F color CMYK value is (4,0,15,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 14.62%
  • key color value is 49.02%
CMYK:
(4,0,15,49)
C4M0Y15K49 
(4%,0%,15%,49%)
(0.04/0.00/0.15/0.49)	

CMYK percentages

%3.85
%0
%14.62
%49.02

Codes

Color #7D826F in popluar color models

7D826F
RGB125130111
HSL76°7.88%47.25%
HSB/HSV76°14.62%50.98%
CMYK3.85%0.00%14.62%
49.02%

Color #7D826F in popluar number systems.

HEX7D826F
Decimal125130111
Binary1111101100000101101111
Octal175202157

Shades and tints

Shades of #7D826F

#7D826F
(125,130,111)
#727765
(114,119,101)
#676C5B
(103,108,91)
#5C6151
(92,97,81)
#515647
(81,86,71)
#464B3D
(70,75,61)
#3B4033
(59,64,51)
#303529
(48,53,41)
#252A1F
(37,42,31)
#1A1F15
(26,31,21)
#0F140B
(15,20,11)
#000000
(0,0,0)

Tints of #7D826F

#7D826F
(125,130,111)
#888D7C
(136,141,124)
#939889
(147,152,137)
#9EA396
(158,163,150)
#A9AEA3
(169,174,163)
#B4B9B0
(180,185,176)
#BFC4BD
(191,196,189)
#CACFCA
(202,207,202)
#D5DAD7
(213,218,215)
#E0E5E4
(224,229,228)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D826F color. Also use rgb(125,130,111) instead hex code.

Text Font Color

.myTextColor { color: #7D826F; }

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

This text font color is #7D826F.


Background Color

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

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

This div background color is #7D826F.


Border color

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

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

This div border color is #7D826F.


Opacity

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

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

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

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

This text has shadow with #7D826F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D826F on black background.


Color preview on white background

This text has color #7D826F on white background.



Black color preview on #7D826F background

This text has black color on #7D826F background.


White color preview on #7D826F background

This text has white color on #7D826F background.