COLOR #7C825E

HEX: #7C825E RGB: (124,130,94)

Color info

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

RGB color model

#7C825E color RGB value is (124,130,94).

RGB: (124,130,94) (49%, 51%, 37%)

RGB channels and saturation

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

124
130
94

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

Portions of RGB colors in percentages

R + G + B = 124 + 130 + 94 = 348 (100%)
R 124 of 348 ~ 35.63%
G 130 of 348 ~ 37.36%
B 94 of 348 ~ 27.01'%

%35.63
%37.36
%27.01

CMYK color model

#7C825E color CMYK value is (5,0,28,49).

  • cyan value is 4.62%
  • magenta value is 0.00%
  • yellow value is 27.69%
  • key color value is 49.02%

CMYK: (5,0,28,49)
C5M0Y28K49 (5%, 0%, 28%, 49%)
(0.05 / 0.00 / 0.28 / 0.49)

CMYK percentages

%4.62
%0
%27.69
%49.02

Codes

Color #7C825E in popluar color models

7C 82 5E
RGB 124 130 94
HSL 70° 16.07% 43.92%
HSB/HSV 70° 27.69% 50.98%
CMYK 4.62% 0.00% 27.69%
49.02%

Color #7C825E in popluar number systems.

HEX 7C 82 5E
Decimal 124 130 94
Binary 1111100 10000010 1011110
Octal 174 202 136

Shades and tints

Shades of #7C825E

#7C825E
(124,130,94)
#717756
(113,119,86)
#666C4E
(102,108,78)
#5B6146
(91,97,70)
#50563E
(80,86,62)
#454B36
(69,75,54)
#3A402E
(58,64,46)
#2F3526
(47,53,38)
#242A1E
(36,42,30)
#191F16
(25,31,22)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #7C825E

#7C825E
(124,130,94)
#878D6C
(135,141,108)
#92987A
(146,152,122)
#9DA388
(157,163,136)
#A8AE96
(168,174,150)
#B3B9A4
(179,185,164)
#BEC4B2
(190,196,178)
#C9CFC0
(201,207,192)
#D4DACE
(212,218,206)
#DFE5DC
(223,229,220)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C825E; }

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

This text font color is #7C825E.

Background Color

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

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

This div background color is #7C825E.

Border color

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

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

This div border color is #7C825E.

Opacity

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

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

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

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

This text has shadow with #7C825E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C825E.

Preview

Color preview on black background

This text has color #7C825E on black background.


Color preview on white background

This text has color #7C825E on white background.


Black color preview on #7C825E background

This text has black color on #7C825E background.


White color preview on #7C825E background

This text has white color on #7C825E background.


Related colors

Complementary color

Complementary color for #hex is #837DA1.


I love getcolorcode.com

Triadic colors

1 #5E7C82 and #825E7C with #7C825E are triadic colors.

2 #5E827C and #827C5E with #7C825E are triadic colors.