COLOR #7C6243

HEX: #7C6243
RGB: (124,98,67)

Color info

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

RGB color model

#7C6243 color RGB value is (124,98,67).

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

RGB channels and saturation

R 124 of 255 = 49%
G 98 of 255 = 38%
B 67 of 255 = 26%

124
98
67

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

Portions of RGB colors in percentages

R + G + B =
124 + 98 + 67 = 289 (100%)
R 124 of 289 ~ 42.91%
G 98 of 289 ~ 33.91%
B 67 of 289 ~ 23.18%

%42.91
%33.91
%23.18

CMYK color model

#7C6243 color CMYK value is (0,21,46,51).

  • cyan value is 0.00%
  • magenta value is 20.97%
  • yellow value is 45.97%
  • key color value is 51.37%
CMYK:
(0,21,46,51)
C0M21Y46K51 
(0%,21%,46%,51%)
(0.00/0.21/0.46/0.51)	

CMYK percentages

%0
%20.97
%45.97
%51.37

Codes

Color #7C6243 in popluar color models

7C6243
RGB1249867
HSL33°29.84%37.45%
HSB/HSV33°45.97%48.63%
CMYK0.00%20.97%45.97%
51.37%

Color #7C6243 in popluar number systems.

HEX7C6243
Decimal1249867
Binary111110011000101000011
Octal174142103

Shades and tints

Shades of #7C6243

#7C6243
(124,98,67)
#715A3D
(113,90,61)
#665237
(102,82,55)
#5B4A31
(91,74,49)
#50422B
(80,66,43)
#453A25
(69,58,37)
#3A321F
(58,50,31)
#2F2A19
(47,42,25)
#242213
(36,34,19)
#191A0D
(25,26,13)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #7C6243

#7C6243
(124,98,67)
#877054
(135,112,84)
#927E65
(146,126,101)
#9D8C76
(157,140,118)
#A89A87
(168,154,135)
#B3A898
(179,168,152)
#BEB6A9
(190,182,169)
#C9C4BA
(201,196,186)
#D4D2CB
(212,210,203)
#DFE0DC
(223,224,220)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C6243; }

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

This text font color is #7C6243.


Background Color

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

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

This div background color is #7C6243.


Border color

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

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

This div border color is #7C6243.


Opacity

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

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

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

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

This text has shadow with #7C6243 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6243 on black background.


Color preview on white background

This text has color #7C6243 on white background.



Black color preview on #7C6243 background

This text has black color on #7C6243 background.


White color preview on #7C6243 background

This text has white color on #7C6243 background.