COLOR #7C1700

HEX: #7C1700
RGB: (124,23,0)

Color info

#7C1700 contains mainly red color. Web safe color of #7C1700 is #660000 (or #600).

RGB color model

#7C1700 color RGB value is (124,23,0).

  • red value is 124;
  • green value is 23;
  • blue value is 0.
RGB:
(124,23,0)
(49%,9%,0%)

RGB channels and saturation

R 124 of 255 = 49%
G 23 of 255 = 9%
B 0 of 255 = 0%

124
23
0

R + G + B ~ 19%. #7C1700 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 23 + 0 = 147 (100%)
R 124 of 147 ~ 84.35%
G 23 of 147 ~ 15.65%
B 0 of 147 ~ 0%

%84.35
%15.65

CMYK color model

#7C1700 color CMYK value is (0,81,100,51).

  • cyan value is 0.00%
  • magenta value is 81.45%
  • yellow value is 100.00%
  • key color value is 51.37%
CMYK:
(0,81,100,51)
C0M81Y100K51 
(0%,81%,100%,51%)
(0.00/0.81/1.00/0.51)	

CMYK percentages

%0
%81.45
%100
%51.37

Codes

Color #7C1700 in popluar color models

7C1700
RGB124230
HSL11°100.00%24.31%
HSB/HSV11°100.00%48.63%
CMYK0.00%81.45%100.00%
51.37%

Color #7C1700 in popluar number systems.

HEX7C1700
Decimal124230
Binary1111100101110
Octal174270

Shades and tints

Shades of #7C1700

#7C1700
(124,23,0)
#711500
(113,21,0)
#661300
(102,19,0)
#5B1100
(91,17,0)
#500F00
(80,15,0)
#450D00
(69,13,0)
#3A0B00
(58,11,0)
#2F0900
(47,9,0)
#240700
(36,7,0)
#190500
(25,5,0)
#0E0300
(14,3,0)
#000000
(0,0,0)

Tints of #7C1700

#7C1700
(124,23,0)
#872C17
(135,44,23)
#92412E
(146,65,46)
#9D5645
(157,86,69)
#A86B5C
(168,107,92)
#B38073
(179,128,115)
#BE958A
(190,149,138)
#C9AAA1
(201,170,161)
#D4BFB8
(212,191,184)
#DFD4CF
(223,212,207)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1700 color. Also use rgb(124,23,0) instead hex code.

Text Font Color

.myTextColor { color: #7C1700; }

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

This text font color is #7C1700.


Background Color

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

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

This div background color is #7C1700.


Border color

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

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

This div border color is #7C1700.


Opacity

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

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

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

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

This text has shadow with #7C1700 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1700 on black background.


Color preview on white background

This text has color #7C1700 on white background.



Black color preview on #7C1700 background

This text has black color on #7C1700 background.


White color preview on #7C1700 background

This text has white color on #7C1700 background.