COLOR #7C6B43

HEX: #7C6B43
RGB: (124,107,67)

Color info

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

RGB color model

#7C6B43 color RGB value is (124,107,67).

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

RGB channels and saturation

R 124 of 255 = 49%
G 107 of 255 = 42%
B 67 of 255 = 26%

124
107
67

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

Portions of RGB colors in percentages

R + G + B =
124 + 107 + 67 = 298 (100%)
R 124 of 298 ~ 41.61%
G 107 of 298 ~ 35.91%
B 67 of 298 ~ 22.48%

%41.61
%35.91
%22.48

CMYK color model

#7C6B43 color CMYK value is (0,14,46,51).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 45.97%
  • key color value is 51.37%
CMYK:
(0,14,46,51)
C0M14Y46K51 
(0%,14%,46%,51%)
(0.00/0.14/0.46/0.51)	

CMYK percentages

%0
%13.71
%45.97
%51.37

Codes

Color #7C6B43 in popluar color models

7C6B43
RGB12410767
HSL42°29.84%37.45%
HSB/HSV42°45.97%48.63%
CMYK0.00%13.71%45.97%
51.37%

Color #7C6B43 in popluar number systems.

HEX7C6B43
Decimal12410767
Binary111110011010111000011
Octal174153103

Shades and tints

Shades of #7C6B43

#7C6B43
(124,107,67)
#71623D
(113,98,61)
#665937
(102,89,55)
#5B5031
(91,80,49)
#50472B
(80,71,43)
#453E25
(69,62,37)
#3A351F
(58,53,31)
#2F2C19
(47,44,25)
#242313
(36,35,19)
#191A0D
(25,26,13)
#0E1107
(14,17,7)
#000000
(0,0,0)

Tints of #7C6B43

#7C6B43
(124,107,67)
#877854
(135,120,84)
#928565
(146,133,101)
#9D9276
(157,146,118)
#A89F87
(168,159,135)
#B3AC98
(179,172,152)
#BEB9A9
(190,185,169)
#C9C6BA
(201,198,186)
#D4D3CB
(212,211,203)
#DFE0DC
(223,224,220)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6B43; }

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

This text font color is #7C6B43.


Background Color

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

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

This div background color is #7C6B43.


Border color

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

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

This div border color is #7C6B43.


Opacity

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

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

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

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

This text has shadow with #7C6B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6B43 on black background.


Color preview on white background

This text has color #7C6B43 on white background.



Black color preview on #7C6B43 background

This text has black color on #7C6B43 background.


White color preview on #7C6B43 background

This text has white color on #7C6B43 background.