COLOR #7C5E40

HEX: #7C5E40
RGB: (124,94,64)

Color info

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

RGB color model

#7C5E40 color RGB value is (124,94,64).

  • red value is 124;
  • green value is 94;
  • blue value is 64.
RGB:
(124,94,64)
(49%,37%,25%)

RGB channels and saturation

R 124 of 255 = 49%
G 94 of 255 = 37%
B 64 of 255 = 25%

124
94
64

R + G + B ~ 37%. #7C5E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 94 + 64 = 282 (100%)
R 124 of 282 ~ 43.97%
G 94 of 282 ~ 33.33%
B 64 of 282 ~ 22.7%

%43.97
%33.33
%22.7

CMYK color model

#7C5E40 color CMYK value is (0,24,48,51).

  • cyan value is 0.00%
  • magenta value is 24.19%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(0,24,48,51)
C0M24Y48K51 
(0%,24%,48%,51%)
(0.00/0.24/0.48/0.51)	

CMYK percentages

%0
%24.19
%48.39
%51.37

Codes

Color #7C5E40 in popluar color models

7C5E40
RGB1249464
HSL30°31.91%36.86%
HSB/HSV30°48.39%48.63%
CMYK0.00%24.19%48.39%
51.37%

Color #7C5E40 in popluar number systems.

HEX7C5E40
Decimal1249464
Binary111110010111101000000
Octal174136100

Shades and tints

Shades of #7C5E40

#7C5E40
(124,94,64)
#71563B
(113,86,59)
#664E36
(102,78,54)
#5B4631
(91,70,49)
#503E2C
(80,62,44)
#453627
(69,54,39)
#3A2E22
(58,46,34)
#2F261D
(47,38,29)
#241E18
(36,30,24)
#191613
(25,22,19)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C5E40

#7C5E40
(124,94,64)
#876C51
(135,108,81)
#927A62
(146,122,98)
#9D8873
(157,136,115)
#A89684
(168,150,132)
#B3A495
(179,164,149)
#BEB2A6
(190,178,166)
#C9C0B7
(201,192,183)
#D4CEC8
(212,206,200)
#DFDCD9
(223,220,217)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C5E40 color. Also use rgb(124,94,64) instead hex code.

Text Font Color

.myTextColor { color: #7C5E40; }

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

This text font color is #7C5E40.


Background Color

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

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

This div background color is #7C5E40.


Border color

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

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

This div border color is #7C5E40.


Opacity

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

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

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

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

This text has shadow with #7C5E40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5E40 on black background.


Color preview on white background

This text has color #7C5E40 on white background.



Black color preview on #7C5E40 background

This text has black color on #7C5E40 background.


White color preview on #7C5E40 background

This text has white color on #7C5E40 background.