COLOR #7C7242

HEX: #7C7242
RGB: (124,114,66)

Color info

#7C7242 contains red, green and blue colors in about the same proportion. Web safe color of #7C7242 is #666633 (or #663).

RGB color model

#7C7242 color RGB value is (124,114,66).

  • red value is 124;
  • green value is 114;
  • blue value is 66.
RGB:
(124,114,66)
(49%,45%,26%)

RGB channels and saturation

R 124 of 255 = 49%
G 114 of 255 = 45%
B 66 of 255 = 26%

124
114
66

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

Portions of RGB colors in percentages

R + G + B =
124 + 114 + 66 = 304 (100%)
R 124 of 304 ~ 40.79%
G 114 of 304 ~ 37.5%
B 66 of 304 ~ 21.71%

%40.79
%37.5
%21.71

CMYK color model

#7C7242 color CMYK value is (0,8,47,51).

  • cyan value is 0.00%
  • magenta value is 8.06%
  • yellow value is 46.77%
  • key color value is 51.37%
CMYK:
(0,8,47,51)
C0M8Y47K51 
(0%,8%,47%,51%)
(0.00/0.08/0.47/0.51)	

CMYK percentages

%0
%8.06
%46.77
%51.37

Codes

Color #7C7242 in popluar color models

7C7242
RGB12411466
HSL50°30.53%37.25%
HSB/HSV50°46.77%48.63%
CMYK0.00%8.06%46.77%
51.37%

Color #7C7242 in popluar number systems.

HEX7C7242
Decimal12411466
Binary111110011100101000010
Octal174162102

Shades and tints

Shades of #7C7242

#7C7242
(124,114,66)
#71683C
(113,104,60)
#665E36
(102,94,54)
#5B5430
(91,84,48)
#504A2A
(80,74,42)
#454024
(69,64,36)
#3A361E
(58,54,30)
#2F2C18
(47,44,24)
#242212
(36,34,18)
#19180C
(25,24,12)
#0E0E06
(14,14,6)
#000000
(0,0,0)

Tints of #7C7242

#7C7242
(124,114,66)
#877E53
(135,126,83)
#928A64
(146,138,100)
#9D9675
(157,150,117)
#A8A286
(168,162,134)
#B3AE97
(179,174,151)
#BEBAA8
(190,186,168)
#C9C6B9
(201,198,185)
#D4D2CA
(212,210,202)
#DFDEDB
(223,222,219)
#EAEAEC
(234,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C7242 color. Also use rgb(124,114,66) instead hex code.

Text Font Color

.myTextColor { color: #7C7242; }

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

This text font color is #7C7242.


Background Color

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

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

This div background color is #7C7242.


Border color

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

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

This div border color is #7C7242.


Opacity

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

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

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

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

This text has shadow with #7C7242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C7242 on black background.


Color preview on white background

This text has color #7C7242 on white background.



Black color preview on #7C7242 background

This text has black color on #7C7242 background.


White color preview on #7C7242 background

This text has white color on #7C7242 background.