COLOR #7C3701

HEX: #7C3701
RGB: (124,55,1)

Color info

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

RGB color model

#7C3701 color RGB value is (124,55,1).

  • red value is 124;
  • green value is 55;
  • blue value is 1.
RGB:
(124,55,1)
(49%,22%,0%)

RGB channels and saturation

R 124 of 255 = 49%
G 55 of 255 = 22%
B 1 of 255 = 0%

124
55
1

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

Portions of RGB colors in percentages

R + G + B =
124 + 55 + 1 = 180 (100%)
R 124 of 180 ~ 68.89%
G 55 of 180 ~ 30.56%
B 1 of 180 ~ 0.56%

%68.89
%30.56

CMYK color model

#7C3701 color CMYK value is (0,56,99,51).

  • cyan value is 0.00%
  • magenta value is 55.65%
  • yellow value is 99.19%
  • key color value is 51.37%
CMYK:
(0,56,99,51)
C0M56Y99K51 
(0%,56%,99%,51%)
(0.00/0.56/0.99/0.51)	

CMYK percentages

%0
%55.65
%99.19
%51.37

Codes

Color #7C3701 in popluar color models

7C3701
RGB124551
HSL26°98.40%24.51%
HSB/HSV26°99.19%48.63%
CMYK0.00%55.65%99.19%
51.37%

Color #7C3701 in popluar number systems.

HEX7C3701
Decimal124551
Binary11111001101111
Octal174671

Shades and tints

Shades of #7C3701

#7C3701
(124,55,1)
#713201
(113,50,1)
#662D01
(102,45,1)
#5B2801
(91,40,1)
#502301
(80,35,1)
#451E01
(69,30,1)
#3A1901
(58,25,1)
#2F1401
(47,20,1)
#240F01
(36,15,1)
#190A01
(25,10,1)
#0E0501
(14,5,1)
#000000
(0,0,0)

Tints of #7C3701

#7C3701
(124,55,1)
#874918
(135,73,24)
#925B2F
(146,91,47)
#9D6D46
(157,109,70)
#A87F5D
(168,127,93)
#B39174
(179,145,116)
#BEA38B
(190,163,139)
#C9B5A2
(201,181,162)
#D4C7B9
(212,199,185)
#DFD9D0
(223,217,208)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C3701 color. Also use rgb(124,55,1) instead hex code.

Text Font Color

.myTextColor { color: #7C3701; }

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

This text font color is #7C3701.


Background Color

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

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

This div background color is #7C3701.


Border color

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

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

This div border color is #7C3701.


Opacity

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

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

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

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

This text has shadow with #7C3701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C3701 on black background.


Color preview on white background

This text has color #7C3701 on white background.



Black color preview on #7C3701 background

This text has black color on #7C3701 background.


White color preview on #7C3701 background

This text has white color on #7C3701 background.