COLOR #7C3604

HEX: #7C3604
RGB: (124,54,4)

Color info

#7C3604 contains mainly red color. Web safe color of #7C3604 is #663300 (or #630).

RGB color model

#7C3604 color RGB value is (124,54,4).

  • red value is 124;
  • green value is 54;
  • blue value is 4.
RGB:
(124,54,4)
(49%,21%,2%)

RGB channels and saturation

R 124 of 255 = 49%
G 54 of 255 = 21%
B 4 of 255 = 2%

124
54
4

R + G + B ~ 24%. #7C3604 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 54 + 4 = 182 (100%)
R 124 of 182 ~ 68.13%
G 54 of 182 ~ 29.67%
B 4 of 182 ~ 2.2%

%68.13
%29.67

CMYK color model

#7C3604 color CMYK value is (0,56,97,51).

  • cyan value is 0.00%
  • magenta value is 56.45%
  • yellow value is 96.77%
  • key color value is 51.37%
CMYK:
(0,56,97,51)
C0M56Y97K51 
(0%,56%,97%,51%)
(0.00/0.56/0.97/0.51)	

CMYK percentages

%0
%56.45
%96.77
%51.37

Codes

Color #7C3604 in popluar color models

7C3604
RGB124544
HSL25°93.75%25.10%
HSB/HSV25°96.77%48.63%
CMYK0.00%56.45%96.77%
51.37%

Color #7C3604 in popluar number systems.

HEX7C3604
Decimal124544
Binary1111100110110100
Octal174664

Shades and tints

Shades of #7C3604

#7C3604
(124,54,4)
#713204
(113,50,4)
#662E04
(102,46,4)
#5B2A04
(91,42,4)
#502604
(80,38,4)
#452204
(69,34,4)
#3A1E04
(58,30,4)
#2F1A04
(47,26,4)
#241604
(36,22,4)
#191204
(25,18,4)
#0E0E04
(14,14,4)
#000000
(0,0,0)

Tints of #7C3604

#7C3604
(124,54,4)
#87481A
(135,72,26)
#925A30
(146,90,48)
#9D6C46
(157,108,70)
#A87E5C
(168,126,92)
#B39072
(179,144,114)
#BEA288
(190,162,136)
#C9B49E
(201,180,158)
#D4C6B4
(212,198,180)
#DFD8CA
(223,216,202)
#EAEAE0
(234,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3604 color. Also use rgb(124,54,4) instead hex code.

Text Font Color

.myTextColor { color: #7C3604; }

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

This text font color is #7C3604.


Background Color

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

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

This div background color is #7C3604.


Border color

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

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

This div border color is #7C3604.


Opacity

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

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

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

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

This text has shadow with #7C3604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3604 on black background.


Color preview on white background

This text has color #7C3604 on white background.



Black color preview on #7C3604 background

This text has black color on #7C3604 background.


White color preview on #7C3604 background

This text has white color on #7C3604 background.