COLOR #7D825E

HEX: #7D825E
RGB: (125,130,94)

Color info

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

RGB color model

#7D825E color RGB value is (125,130,94).

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

RGB channels and saturation

R 125 of 255 = 49%
G 130 of 255 = 51%
B 94 of 255 = 37%

125
130
94

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

Portions of RGB colors in percentages

R + G + B =
125 + 130 + 94 = 349 (100%)
R 125 of 349 ~ 35.82%
G 130 of 349 ~ 37.25%
B 94 of 349 ~ 26.93%

%35.82
%37.25
%26.93

CMYK color model

#7D825E color CMYK value is (4,0,28,49).

  • cyan value is 3.85%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%
CMYK:
(4,0,28,49)
C4M0Y28K49 
(4%,0%,28%,49%)
(0.04/0.00/0.28/0.49)	

CMYK percentages

%3.85
%0
%27.69
%49.02

Codes

Color #7D825E in popluar color models

7D825E
RGB12513094
HSL68°16.07%43.92%
HSB/HSV68°27.69%50.98%
CMYK3.85%0.00%27.69%
49.02%

Color #7D825E in popluar number systems.

HEX7D825E
Decimal12513094
Binary1111101100000101011110
Octal175202136

Shades and tints

Shades of #7D825E

#7D825E
(125,130,94)
#727756
(114,119,86)
#676C4E
(103,108,78)
#5C6146
(92,97,70)
#51563E
(81,86,62)
#464B36
(70,75,54)
#3B402E
(59,64,46)
#303526
(48,53,38)
#252A1E
(37,42,30)
#1A1F16
(26,31,22)
#0F140E
(15,20,14)
#000000
(0,0,0)

Tints of #7D825E

#7D825E
(125,130,94)
#888D6C
(136,141,108)
#93987A
(147,152,122)
#9EA388
(158,163,136)
#A9AE96
(169,174,150)
#B4B9A4
(180,185,164)
#BFC4B2
(191,196,178)
#CACFC0
(202,207,192)
#D5DACE
(213,218,206)
#E0E5DC
(224,229,220)
#EBF0EA
(235,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D825E; }

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

This text font color is #7D825E.


Background Color

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

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

This div background color is #7D825E.


Border color

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

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

This div border color is #7D825E.


Opacity

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

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

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

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

This text has shadow with #7D825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D825E on black background.


Color preview on white background

This text has color #7D825E on white background.



Black color preview on #7D825E background

This text has black color on #7D825E background.


White color preview on #7D825E background

This text has white color on #7D825E background.