COLOR #7C1609

HEX: #7C1609
RGB: (124,22,9)

Color info

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

RGB color model

#7C1609 color RGB value is (124,22,9).

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

RGB channels and saturation

R 124 of 255 = 49%
G 22 of 255 = 9%
B 9 of 255 = 4%

124
22
9

R + G + B ~ 21%. #7C1609 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 22 + 9 = 155 (100%)
R 124 of 155 ~ 80%
G 22 of 155 ~ 14.19%
B 9 of 155 ~ 5.81%

%80
%14.19

CMYK color model

#7C1609 color CMYK value is (0,82,93,51).

  • cyan value is 0.00%
  • magenta value is 82.26%
  • yellow value is 92.74%
  • key color value is 51.37%
CMYK:
(0,82,93,51)
C0M82Y93K51 
(0%,82%,93%,51%)
(0.00/0.82/0.93/0.51)	

CMYK percentages

%0
%82.26
%92.74
%51.37

Codes

Color #7C1609 in popluar color models

7C1609
RGB124229
HSL86.47%26.08%
HSB/HSV92.74%48.63%
CMYK0.00%82.26%92.74%
51.37%

Color #7C1609 in popluar number systems.

HEX7C1609
Decimal124229
Binary1111100101101001
Octal1742611

Shades and tints

Shades of #7C1609

#7C1609
(124,22,9)
#711409
(113,20,9)
#661209
(102,18,9)
#5B1009
(91,16,9)
#500E09
(80,14,9)
#450C09
(69,12,9)
#3A0A09
(58,10,9)
#2F0809
(47,8,9)
#240609
(36,6,9)
#190409
(25,4,9)
#0E0209
(14,2,9)
#000000
(0,0,0)

Tints of #7C1609

#7C1609
(124,22,9)
#872B1F
(135,43,31)
#924035
(146,64,53)
#9D554B
(157,85,75)
#A86A61
(168,106,97)
#B37F77
(179,127,119)
#BE948D
(190,148,141)
#C9A9A3
(201,169,163)
#D4BEB9
(212,190,185)
#DFD3CF
(223,211,207)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C1609 color. Also use rgb(124,22,9) instead hex code.

Text Font Color

.myTextColor { color: #7C1609; }

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

This text font color is #7C1609.


Background Color

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

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

This div background color is #7C1609.


Border color

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

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

This div border color is #7C1609.


Opacity

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

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

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

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

This text has shadow with #7C1609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1609 on black background.


Color preview on white background

This text has color #7C1609 on white background.



Black color preview on #7C1609 background

This text has black color on #7C1609 background.


White color preview on #7C1609 background

This text has white color on #7C1609 background.