COLOR #7C6B3F

HEX: #7C6B3F
RGB: (124,107,63)

Color info

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

RGB color model

#7C6B3F color RGB value is (124,107,63).

  • red value is 124;
  • green value is 107;
  • blue value is 63.
RGB:
(124,107,63)
(49%,42%,25%)

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 63 of 255 = 25%

124
107
63

R + G + B ~ 39%. #7C6B3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 63 = 294 (100%)
R 124 of 294 ~ 42.18%
G 107 of 294 ~ 36.39%
B 63 of 294 ~ 21.43%

%42.18
%36.39
%21.43

CMYK color model

#7C6B3F color CMYK value is (0,14,49,51).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 49.19%
  • key color value is 51.37%
CMYK:
(0,14,49,51)
C0M14Y49K51 
(0%,14%,49%,51%)
(0.00/0.14/0.49/0.51)	

CMYK percentages

%0
%13.71
%49.19
%51.37

Codes

Color #7C6B3F in popluar color models

7C6B3F
RGB12410763
HSL43°32.62%36.67%
HSB/HSV43°49.19%48.63%
CMYK0.00%13.71%49.19%
51.37%

Color #7C6B3F in popluar number systems.

HEX7C6B3F
Decimal12410763
Binary11111001101011111111
Octal17415377

Shades and tints

Shades of #7C6B3F

#7C6B3F
(124,107,63)
#71623A
(113,98,58)
#665935
(102,89,53)
#5B5030
(91,80,48)
#50472B
(80,71,43)
#453E26
(69,62,38)
#3A3521
(58,53,33)
#2F2C1C
(47,44,28)
#242317
(36,35,23)
#191A12
(25,26,18)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #7C6B3F

#7C6B3F
(124,107,63)
#877850
(135,120,80)
#928561
(146,133,97)
#9D9272
(157,146,114)
#A89F83
(168,159,131)
#B3AC94
(179,172,148)
#BEB9A5
(190,185,165)
#C9C6B6
(201,198,182)
#D4D3C7
(212,211,199)
#DFE0D8
(223,224,216)
#EAEDE9
(234,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6B3F color. Also use rgb(124,107,63) instead hex code.

Text Font Color

.myTextColor { color: #7C6B3F; }

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

This text font color is #7C6B3F.


Background Color

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

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

This div background color is #7C6B3F.


Border color

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

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

This div border color is #7C6B3F.


Opacity

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

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

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

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

This text has shadow with #7C6B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6B3F on black background.


Color preview on white background

This text has color #7C6B3F on white background.



Black color preview on #7C6B3F background

This text has black color on #7C6B3F background.


White color preview on #7C6B3F background

This text has white color on #7C6B3F background.