COLOR #7D826A

HEX: #7D826A
RGB: (125,130,106)

Color info

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

RGB color model

#7D826A color RGB value is (125,130,106).

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

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 106 of 255 = 42%

125
130
106

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 106 = 361 (100%)
R 125 of 361 ~ 34.63%
G 130 of 361 ~ 36.01%
B 106 of 361 ~ 29.36%

%34.63
%36.01
%29.36

CMYK color model

#7D826A color CMYK value is (4,0,18,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 18.46%
  • key color value is 49.02%
CMYK:
(4,0,18,49)
C4M0Y18K49 
(4%,0%,18%,49%)
(0.04/0.00/0.18/0.49)	

CMYK percentages

%3.85
%0
%18.46
%49.02

Codes

Color #7D826A in popluar color models

7D826A
RGB125130106
HSL73°10.17%46.27%
HSB/HSV73°18.46%50.98%
CMYK3.85%0.00%18.46%
49.02%

Color #7D826A in popluar number systems.

HEX7D826A
Decimal125130106
Binary1111101100000101101010
Octal175202152

Shades and tints

Shades of #7D826A

#7D826A
(125,130,106)
#727761
(114,119,97)
#676C58
(103,108,88)
#5C614F
(92,97,79)
#515646
(81,86,70)
#464B3D
(70,75,61)
#3B4034
(59,64,52)
#30352B
(48,53,43)
#252A22
(37,42,34)
#1A1F19
(26,31,25)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #7D826A

#7D826A
(125,130,106)
#888D77
(136,141,119)
#939884
(147,152,132)
#9EA391
(158,163,145)
#A9AE9E
(169,174,158)
#B4B9AB
(180,185,171)
#BFC4B8
(191,196,184)
#CACFC5
(202,207,197)
#D5DAD2
(213,218,210)
#E0E5DF
(224,229,223)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D826A; }

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

This text font color is #7D826A.


Background Color

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

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

This div background color is #7D826A.


Border color

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

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

This div border color is #7D826A.


Opacity

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

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

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

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

This text has shadow with #7D826A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D826A on black background.


Color preview on white background

This text has color #7D826A on white background.



Black color preview on #7D826A background

This text has black color on #7D826A background.


White color preview on #7D826A background

This text has white color on #7D826A background.