COLOR #7C6E39

HEX: #7C6E39
RGB: (124,110,57)

Color info

#7C6E39 contains mainly red and green colors. Web safe color of #7C6E39 is #666633 (or #663).

RGB color model

#7C6E39 color RGB value is (124,110,57).

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

RGB channels and saturation

R 124 of 255 = 49%
G 110 of 255 = 43%
B 57 of 255 = 22%

124
110
57

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

Portions of RGB colors in percentages

R + G + B =
124 + 110 + 57 = 291 (100%)
R 124 of 291 ~ 42.61%
G 110 of 291 ~ 37.8%
B 57 of 291 ~ 19.59%

%42.61
%37.8
%19.59

CMYK color model

#7C6E39 color CMYK value is (0,11,54,51).

  • cyan value is 0.00%
  • magenta value is 11.29%
  • yellow value is 54.03%
  • key color value is 51.37%
CMYK:
(0,11,54,51)
C0M11Y54K51 
(0%,11%,54%,51%)
(0.00/0.11/0.54/0.51)	

CMYK percentages

%0
%11.29
%54.03
%51.37

Codes

Color #7C6E39 in popluar color models

7C6E39
RGB12411057
HSL47°37.02%35.49%
HSB/HSV47°54.03%48.63%
CMYK0.00%11.29%54.03%
51.37%

Color #7C6E39 in popluar number systems.

HEX7C6E39
Decimal12411057
Binary11111001101110111001
Octal17415671

Shades and tints

Shades of #7C6E39

#7C6E39
(124,110,57)
#716434
(113,100,52)
#665A2F
(102,90,47)
#5B502A
(91,80,42)
#504625
(80,70,37)
#453C20
(69,60,32)
#3A321B
(58,50,27)
#2F2816
(47,40,22)
#241E11
(36,30,17)
#19140C
(25,20,12)
#0E0A07
(14,10,7)
#000000
(0,0,0)

Tints of #7C6E39

#7C6E39
(124,110,57)
#877B4B
(135,123,75)
#92885D
(146,136,93)
#9D956F
(157,149,111)
#A8A281
(168,162,129)
#B3AF93
(179,175,147)
#BEBCA5
(190,188,165)
#C9C9B7
(201,201,183)
#D4D6C9
(212,214,201)
#DFE3DB
(223,227,219)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6E39; }

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

This text font color is #7C6E39.


Background Color

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

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

This div background color is #7C6E39.


Border color

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

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

This div border color is #7C6E39.


Opacity

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

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

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

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

This text has shadow with #7C6E39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6E39 on black background.


Color preview on white background

This text has color #7C6E39 on white background.



Black color preview on #7C6E39 background

This text has black color on #7C6E39 background.


White color preview on #7C6E39 background

This text has white color on #7C6E39 background.