COLOR #7C6644

HEX: #7C6644
RGB: (124,102,68)

Color info

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

RGB color model

#7C6644 color RGB value is (124,102,68).

  • red value is 124;
  • green value is 102;
  • blue value is 68.
RGB:
(124,102,68)
(49%,40%,27%)

RGB channels and saturation

R 124 of 255 = 49%
G 102 of 255 = 40%
B 68 of 255 = 27%

124
102
68

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

Portions of RGB colors in percentages

R + G + B =
124 + 102 + 68 = 294 (100%)
R 124 of 294 ~ 42.18%
G 102 of 294 ~ 34.69%
B 68 of 294 ~ 23.13%

%42.18
%34.69
%23.13

CMYK color model

#7C6644 color CMYK value is (0,18,45,51).

  • cyan value is 0.00%
  • magenta value is 17.74%
  • yellow value is 45.16%
  • key color value is 51.37%
CMYK:
(0,18,45,51)
C0M18Y45K51 
(0%,18%,45%,51%)
(0.00/0.18/0.45/0.51)	

CMYK percentages

%0
%17.74
%45.16
%51.37

Codes

Color #7C6644 in popluar color models

7C6644
RGB12410268
HSL36°29.17%37.65%
HSB/HSV36°45.16%48.63%
CMYK0.00%17.74%45.16%
51.37%

Color #7C6644 in popluar number systems.

HEX7C6644
Decimal12410268
Binary111110011001101000100
Octal174146104

Shades and tints

Shades of #7C6644

#7C6644
(124,102,68)
#715D3E
(113,93,62)
#665438
(102,84,56)
#5B4B32
(91,75,50)
#50422C
(80,66,44)
#453926
(69,57,38)
#3A3020
(58,48,32)
#2F271A
(47,39,26)
#241E14
(36,30,20)
#19150E
(25,21,14)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #7C6644

#7C6644
(124,102,68)
#877355
(135,115,85)
#928066
(146,128,102)
#9D8D77
(157,141,119)
#A89A88
(168,154,136)
#B3A799
(179,167,153)
#BEB4AA
(190,180,170)
#C9C1BB
(201,193,187)
#D4CECC
(212,206,204)
#DFDBDD
(223,219,221)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6644 color. Also use rgb(124,102,68) instead hex code.

Text Font Color

.myTextColor { color: #7C6644; }

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

This text font color is #7C6644.


Background Color

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

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

This div background color is #7C6644.


Border color

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

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

This div border color is #7C6644.


Opacity

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

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

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

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

This text has shadow with #7C6644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6644 on black background.


Color preview on white background

This text has color #7C6644 on white background.



Black color preview on #7C6644 background

This text has black color on #7C6644 background.


White color preview on #7C6644 background

This text has white color on #7C6644 background.