COLOR #7C6442

HEX: #7C6442
RGB: (124,100,66)

Color info

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

RGB color model

#7C6442 color RGB value is (124,100,66).

  • red value is 124;
  • green value is 100;
  • blue value is 66.
RGB:
(124,100,66)
(49%,39%,26%)

RGB channels and saturation

R 124 of 255 = 49%
G 100 of 255 = 39%
B 66 of 255 = 26%

124
100
66

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

Portions of RGB colors in percentages

R + G + B =
124 + 100 + 66 = 290 (100%)
R 124 of 290 ~ 42.76%
G 100 of 290 ~ 34.48%
B 66 of 290 ~ 22.76%

%42.76
%34.48
%22.76

CMYK color model

#7C6442 color CMYK value is (0,19,47,51).

  • cyan value is 0.00%
  • magenta value is 19.35%
  • yellow value is 46.77%
  • key color value is 51.37%
CMYK:
(0,19,47,51)
C0M19Y47K51 
(0%,19%,47%,51%)
(0.00/0.19/0.47/0.51)	

CMYK percentages

%0
%19.35
%46.77
%51.37

Codes

Color #7C6442 in popluar color models

7C6442
RGB12410066
HSL35°30.53%37.25%
HSB/HSV35°46.77%48.63%
CMYK0.00%19.35%46.77%
51.37%

Color #7C6442 in popluar number systems.

HEX7C6442
Decimal12410066
Binary111110011001001000010
Octal174144102

Shades and tints

Shades of #7C6442

#7C6442
(124,100,66)
#715B3C
(113,91,60)
#665236
(102,82,54)
#5B4930
(91,73,48)
#50402A
(80,64,42)
#453724
(69,55,36)
#3A2E1E
(58,46,30)
#2F2518
(47,37,24)
#241C12
(36,28,18)
#19130C
(25,19,12)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #7C6442

#7C6442
(124,100,66)
#877253
(135,114,83)
#928064
(146,128,100)
#9D8E75
(157,142,117)
#A89C86
(168,156,134)
#B3AA97
(179,170,151)
#BEB8A8
(190,184,168)
#C9C6B9
(201,198,185)
#D4D4CA
(212,212,202)
#DFE2DB
(223,226,219)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6442 color. Also use rgb(124,100,66) instead hex code.

Text Font Color

.myTextColor { color: #7C6442; }

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

This text font color is #7C6442.


Background Color

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

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

This div background color is #7C6442.


Border color

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

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

This div border color is #7C6442.


Opacity

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

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

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

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

This text has shadow with #7C6442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6442 on black background.


Color preview on white background

This text has color #7C6442 on white background.



Black color preview on #7C6442 background

This text has black color on #7C6442 background.


White color preview on #7C6442 background

This text has white color on #7C6442 background.