COLOR #7C7E52

HEX: #7C7E52
RGB: (124,126,82)

Color info

#7C7E52 contains red, green and blue colors in about the same proportion. Web safe color of #7C7E52 is #666666 (or #666).

RGB color model

#7C7E52 color RGB value is (124,126,82).

  • red value is 124;
  • green value is 126;
  • blue value is 82.
RGB:
(124,126,82)
(49%,49%,32%)

RGB channels and saturation

R 124 of 255 = 49%
G 126 of 255 = 49%
B 82 of 255 = 32%

124
126
82

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

Portions of RGB colors in percentages

R + G + B =
124 + 126 + 82 = 332 (100%)
R 124 of 332 ~ 37.35%
G 126 of 332 ~ 37.95%
B 82 of 332 ~ 24.7%

%37.35
%37.95
%24.7

CMYK color model

#7C7E52 color CMYK value is (2,0,35,51).

  • cyan value is 1.59%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(2,0,35,51)
C2M0Y35K51 
(2%,0%,35%,51%)
(0.02/0.00/0.35/0.51)	

CMYK percentages

%1.59
%0
%34.92
%50.59

Codes

Color #7C7E52 in popluar color models

7C7E52
RGB12412682
HSL63°21.15%40.78%
HSB/HSV63°34.92%49.41%
CMYK1.59%0.00%34.92%
50.59%

Color #7C7E52 in popluar number systems.

HEX7C7E52
Decimal12412682
Binary111110011111101010010
Octal174176122

Shades and tints

Shades of #7C7E52

#7C7E52
(124,126,82)
#71734B
(113,115,75)
#666844
(102,104,68)
#5B5D3D
(91,93,61)
#505236
(80,82,54)
#45472F
(69,71,47)
#3A3C28
(58,60,40)
#2F3121
(47,49,33)
#24261A
(36,38,26)
#191B13
(25,27,19)
#0E100C
(14,16,12)
#000000
(0,0,0)

Tints of #7C7E52

#7C7E52
(124,126,82)
#878961
(135,137,97)
#929470
(146,148,112)
#9D9F7F
(157,159,127)
#A8AA8E
(168,170,142)
#B3B59D
(179,181,157)
#BEC0AC
(190,192,172)
#C9CBBB
(201,203,187)
#D4D6CA
(212,214,202)
#DFE1D9
(223,225,217)
#EAECE8
(234,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7E52 color. Also use rgb(124,126,82) instead hex code.

Text Font Color

.myTextColor { color: #7C7E52; }

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

This text font color is #7C7E52.


Background Color

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

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

This div background color is #7C7E52.


Border color

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

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

This div border color is #7C7E52.


Opacity

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

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

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

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

This text has shadow with #7C7E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7E52 on black background.


Color preview on white background

This text has color #7C7E52 on white background.



Black color preview on #7C7E52 background

This text has black color on #7C7E52 background.


White color preview on #7C7E52 background

This text has white color on #7C7E52 background.