COLOR #7C4032

HEX: #7C4032
RGB: (124,64,50)

Color info

#7C4032 contains mainly red color. Web safe color of #7C4032 is #663333 (or #633).

RGB color model

#7C4032 color RGB value is (124,64,50).

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

RGB channels and saturation

R 124 of 255 = 49%
G 64 of 255 = 25%
B 50 of 255 = 20%

124
64
50

R + G + B ~ 31%. #7C4032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 64 + 50 = 238 (100%)
R 124 of 238 ~ 52.1%
G 64 of 238 ~ 26.89%
B 50 of 238 ~ 21.01%

%52.1
%26.89
%21.01

CMYK color model

#7C4032 color CMYK value is (0,48,60,51).

  • cyan value is 0.00%
  • magenta value is 48.39%
  • yellow value is 59.68%
  • key color value is 51.37%
CMYK:
(0,48,60,51)
C0M48Y60K51 
(0%,48%,60%,51%)
(0.00/0.48/0.60/0.51)	

CMYK percentages

%0
%48.39
%59.68
%51.37

Codes

Color #7C4032 in popluar color models

7C4032
RGB1246450
HSL11°42.53%34.12%
HSB/HSV11°59.68%48.63%
CMYK0.00%48.39%59.68%
51.37%

Color #7C4032 in popluar number systems.

HEX7C4032
Decimal1246450
Binary11111001000000110010
Octal17410062

Shades and tints

Shades of #7C4032

#7C4032
(124,64,50)
#713B2E
(113,59,46)
#66362A
(102,54,42)
#5B3126
(91,49,38)
#502C22
(80,44,34)
#45271E
(69,39,30)
#3A221A
(58,34,26)
#2F1D16
(47,29,22)
#241812
(36,24,18)
#19130E
(25,19,14)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #7C4032

#7C4032
(124,64,50)
#875144
(135,81,68)
#926256
(146,98,86)
#9D7368
(157,115,104)
#A8847A
(168,132,122)
#B3958C
(179,149,140)
#BEA69E
(190,166,158)
#C9B7B0
(201,183,176)
#D4C8C2
(212,200,194)
#DFD9D4
(223,217,212)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C4032; }

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

This text font color is #7C4032.


Background Color

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

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

This div background color is #7C4032.


Border color

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

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

This div border color is #7C4032.


Opacity

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

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

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

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

This text has shadow with #7C4032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C4032 on black background.


Color preview on white background

This text has color #7C4032 on white background.



Black color preview on #7C4032 background

This text has black color on #7C4032 background.


White color preview on #7C4032 background

This text has white color on #7C4032 background.