COLOR #7C5440

HEX: #7C5440
RGB: (124,84,64)

Color info

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

RGB color model

#7C5440 color RGB value is (124,84,64).

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

RGB channels and saturation

R 124 of 255 = 49%
G 84 of 255 = 33%
B 64 of 255 = 25%

124
84
64

R + G + B ~ 36%. #7C5440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 84 + 64 = 272 (100%)
R 124 of 272 ~ 45.59%
G 84 of 272 ~ 30.88%
B 64 of 272 ~ 23.53%

%45.59
%30.88
%23.53

CMYK color model

#7C5440 color CMYK value is (0,32,48,51).

  • cyan value is 0.00%
  • magenta value is 32.26%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(0,32,48,51)
C0M32Y48K51 
(0%,32%,48%,51%)
(0.00/0.32/0.48/0.51)	

CMYK percentages

%0
%32.26
%48.39
%51.37

Codes

Color #7C5440 in popluar color models

7C5440
RGB1248464
HSL20°31.91%36.86%
HSB/HSV20°48.39%48.63%
CMYK0.00%32.26%48.39%
51.37%

Color #7C5440 in popluar number systems.

HEX7C5440
Decimal1248464
Binary111110010101001000000
Octal174124100

Shades and tints

Shades of #7C5440

#7C5440
(124,84,64)
#714D3B
(113,77,59)
#664636
(102,70,54)
#5B3F31
(91,63,49)
#50382C
(80,56,44)
#453127
(69,49,39)
#3A2A22
(58,42,34)
#2F231D
(47,35,29)
#241C18
(36,28,24)
#191513
(25,21,19)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #7C5440

#7C5440
(124,84,64)
#876351
(135,99,81)
#927262
(146,114,98)
#9D8173
(157,129,115)
#A89084
(168,144,132)
#B39F95
(179,159,149)
#BEAEA6
(190,174,166)
#C9BDB7
(201,189,183)
#D4CCC8
(212,204,200)
#DFDBD9
(223,219,217)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5440; }

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

This text font color is #7C5440.


Background Color

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

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

This div background color is #7C5440.


Border color

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

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

This div border color is #7C5440.


Opacity

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

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

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

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

This text has shadow with #7C5440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5440 on black background.


Color preview on white background

This text has color #7C5440 on white background.



Black color preview on #7C5440 background

This text has black color on #7C5440 background.


White color preview on #7C5440 background

This text has white color on #7C5440 background.