COLOR #7C1B16

HEX: #7C1B16
RGB: (124,27,22)

Color info

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

RGB color model

#7C1B16 color RGB value is (124,27,22).

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

RGB channels and saturation

R 124 of 255 = 49%
G 27 of 255 = 11%
B 22 of 255 = 9%

124
27
22

R + G + B ~ 23%. #7C1B16 is dark color.

Portions of RGB colors in percentages

R + G + B =
124 + 27 + 22 = 173 (100%)
R 124 of 173 ~ 71.68%
G 27 of 173 ~ 15.61%
B 22 of 173 ~ 12.72%

%71.68
%15.61
%12.72

CMYK color model

#7C1B16 color CMYK value is (0,78,82,51).

  • cyan value is 0.00%
  • magenta value is 78.23%
  • yellow value is 82.26%
  • key color value is 51.37%
CMYK:
(0,78,82,51)
C0M78Y82K51 
(0%,78%,82%,51%)
(0.00/0.78/0.82/0.51)	

CMYK percentages

%0
%78.23
%82.26
%51.37

Codes

Color #7C1B16 in popluar color models

7C1B16
RGB1242722
HSL69.86%28.63%
HSB/HSV82.26%48.63%
CMYK0.00%78.23%82.26%
51.37%

Color #7C1B16 in popluar number systems.

HEX7C1B16
Decimal1242722
Binary11111001101110110
Octal1743326

Shades and tints

Shades of #7C1B16

#7C1B16
(124,27,22)
#711914
(113,25,20)
#661712
(102,23,18)
#5B1510
(91,21,16)
#50130E
(80,19,14)
#45110C
(69,17,12)
#3A0F0A
(58,15,10)
#2F0D08
(47,13,8)
#240B06
(36,11,6)
#190904
(25,9,4)
#0E0702
(14,7,2)
#000000
(0,0,0)

Tints of #7C1B16

#7C1B16
(124,27,22)
#872F2B
(135,47,43)
#924340
(146,67,64)
#9D5755
(157,87,85)
#A86B6A
(168,107,106)
#B37F7F
(179,127,127)
#BE9394
(190,147,148)
#C9A7A9
(201,167,169)
#D4BBBE
(212,187,190)
#DFCFD3
(223,207,211)
#EAE3E8
(234,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C1B16; }

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

This text font color is #7C1B16.


Background Color

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

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

This div background color is #7C1B16.


Border color

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

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

This div border color is #7C1B16.


Opacity

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

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

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

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

This text has shadow with #7C1B16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C1B16 on black background.


Color preview on white background

This text has color #7C1B16 on white background.



Black color preview on #7C1B16 background

This text has black color on #7C1B16 background.


White color preview on #7C1B16 background

This text has white color on #7C1B16 background.