COLOR #7C6047

HEX: #7C6047
RGB: (124,96,71)

Color info

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

RGB color model

#7C6047 color RGB value is (124,96,71).

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

RGB channels and saturation

R 124 of 255 = 49%
G 96 of 255 = 38%
B 71 of 255 = 28%

124
96
71

R + G + B ~ 38%. #7C6047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 96 + 71 = 291 (100%)
R 124 of 291 ~ 42.61%
G 96 of 291 ~ 32.99%
B 71 of 291 ~ 24.4%

%42.61
%32.99
%24.4

CMYK color model

#7C6047 color CMYK value is (0,23,43,51).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 42.74%
  • key color value is 51.37%
CMYK:
(0,23,43,51)
C0M23Y43K51 
(0%,23%,43%,51%)
(0.00/0.23/0.43/0.51)	

CMYK percentages

%0
%22.58
%42.74
%51.37

Codes

Color #7C6047 in popluar color models

7C6047
RGB1249671
HSL28°27.18%38.24%
HSB/HSV28°42.74%48.63%
CMYK0.00%22.58%42.74%
51.37%

Color #7C6047 in popluar number systems.

HEX7C6047
Decimal1249671
Binary111110011000001000111
Octal174140107

Shades and tints

Shades of #7C6047

#7C6047
(124,96,71)
#715841
(113,88,65)
#66503B
(102,80,59)
#5B4835
(91,72,53)
#50402F
(80,64,47)
#453829
(69,56,41)
#3A3023
(58,48,35)
#2F281D
(47,40,29)
#242017
(36,32,23)
#191811
(25,24,17)
#0E100B
(14,16,11)
#000000
(0,0,0)

Tints of #7C6047

#7C6047
(124,96,71)
#876E57
(135,110,87)
#927C67
(146,124,103)
#9D8A77
(157,138,119)
#A89887
(168,152,135)
#B3A697
(179,166,151)
#BEB4A7
(190,180,167)
#C9C2B7
(201,194,183)
#D4D0C7
(212,208,199)
#DFDED7
(223,222,215)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6047; }

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

This text font color is #7C6047.


Background Color

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

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

This div background color is #7C6047.


Border color

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

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

This div border color is #7C6047.


Opacity

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

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

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

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

This text has shadow with #7C6047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6047 on black background.


Color preview on white background

This text has color #7C6047 on white background.



Black color preview on #7C6047 background

This text has black color on #7C6047 background.


White color preview on #7C6047 background

This text has white color on #7C6047 background.