COLOR #7C6E47

HEX: #7C6E47
RGB: (124,110,71)

Color info

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

RGB color model

#7C6E47 color RGB value is (124,110,71).

  • red value is 124;
  • green value is 110;
  • blue value is 71.
RGB:
(124,110,71)
(49%,43%,28%)

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 71 of 255 = 28%

124
110
71

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

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 71 = 305 (100%)
R 124 of 305 ~ 40.66%
G 110 of 305 ~ 36.07%
B 71 of 305 ~ 23.28%

%40.66
%36.07
%23.28

CMYK color model

#7C6E47 color CMYK value is (0,11,43,51).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 42.74%
  • key color value is 51.37%
CMYK:
(0,11,43,51)
C0M11Y43K51 
(0%,11%,43%,51%)
(0.00/0.11/0.43/0.51)	

CMYK percentages

%0
%11.29
%42.74
%51.37

Codes

Color #7C6E47 in popluar color models

7C6E47
RGB12411071
HSL44°27.18%38.24%
HSB/HSV44°42.74%48.63%
CMYK0.00%11.29%42.74%
51.37%

Color #7C6E47 in popluar number systems.

HEX7C6E47
Decimal12411071
Binary111110011011101000111
Octal174156107

Shades and tints

Shades of #7C6E47

#7C6E47
(124,110,71)
#716441
(113,100,65)
#665A3B
(102,90,59)
#5B5035
(91,80,53)
#50462F
(80,70,47)
#453C29
(69,60,41)
#3A3223
(58,50,35)
#2F281D
(47,40,29)
#241E17
(36,30,23)
#191411
(25,20,17)
#0E0A0B
(14,10,11)
#000000
(0,0,0)

Tints of #7C6E47

#7C6E47
(124,110,71)
#877B57
(135,123,87)
#928867
(146,136,103)
#9D9577
(157,149,119)
#A8A287
(168,162,135)
#B3AF97
(179,175,151)
#BEBCA7
(190,188,167)
#C9C9B7
(201,201,183)
#D4D6C7
(212,214,199)
#DFE3D7
(223,227,215)
#EAF0E7
(234,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6E47 color. Also use rgb(124,110,71) instead hex code.

Text Font Color

.myTextColor { color: #7C6E47; }

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

This text font color is #7C6E47.


Background Color

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

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

This div background color is #7C6E47.


Border color

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

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

This div border color is #7C6E47.


Opacity

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

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

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

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

This text has shadow with #7C6E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6E47 on black background.


Color preview on white background

This text has color #7C6E47 on white background.



Black color preview on #7C6E47 background

This text has black color on #7C6E47 background.


White color preview on #7C6E47 background

This text has white color on #7C6E47 background.