COLOR #7C5140

HEX: #7C5140
RGB: (124,81,64)

Color info

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

RGB color model

#7C5140 color RGB value is (124,81,64).

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

RGB channels and saturation

R 124 of 255 = 49%
G 81 of 255 = 32%
B 64 of 255 = 25%

124
81
64

R + G + B ~ 35%. #7C5140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 81 + 64 = 269 (100%)
R 124 of 269 ~ 46.1%
G 81 of 269 ~ 30.11%
B 64 of 269 ~ 23.79%

%46.1
%30.11
%23.79

CMYK color model

#7C5140 color CMYK value is (0,35,48,51).

  • cyan value is 0.00%
  • magenta value is 34.68%
  • yellow value is 48.39%
  • key color value is 51.37%
CMYK:
(0,35,48,51)
C0M35Y48K51 
(0%,35%,48%,51%)
(0.00/0.35/0.48/0.51)	

CMYK percentages

%0
%34.68
%48.39
%51.37

Codes

Color #7C5140 in popluar color models

7C5140
RGB1248164
HSL17°31.91%36.86%
HSB/HSV17°48.39%48.63%
CMYK0.00%34.68%48.39%
51.37%

Color #7C5140 in popluar number systems.

HEX7C5140
Decimal1248164
Binary111110010100011000000
Octal174121100

Shades and tints

Shades of #7C5140

#7C5140
(124,81,64)
#714A3B
(113,74,59)
#664336
(102,67,54)
#5B3C31
(91,60,49)
#50352C
(80,53,44)
#452E27
(69,46,39)
#3A2722
(58,39,34)
#2F201D
(47,32,29)
#241918
(36,25,24)
#191213
(25,18,19)
#0E0B0E
(14,11,14)
#000000
(0,0,0)

Tints of #7C5140

#7C5140
(124,81,64)
#876051
(135,96,81)
#926F62
(146,111,98)
#9D7E73
(157,126,115)
#A88D84
(168,141,132)
#B39C95
(179,156,149)
#BEABA6
(190,171,166)
#C9BAB7
(201,186,183)
#D4C9C8
(212,201,200)
#DFD8D9
(223,216,217)
#EAE7EA
(234,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C5140; }

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

This text font color is #7C5140.


Background Color

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

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

This div background color is #7C5140.


Border color

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

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

This div border color is #7C5140.


Opacity

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

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

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

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

This text has shadow with #7C5140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C5140 on black background.


Color preview on white background

This text has color #7C5140 on white background.



Black color preview on #7C5140 background

This text has black color on #7C5140 background.


White color preview on #7C5140 background

This text has white color on #7C5140 background.