COLOR #7F1411

HEX: #7F1411
RGB: (127,20,17)

Color info

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

RGB color model

#7F1411 color RGB value is (127,20,17).

  • red value is 127;
  • green value is 20;
  • blue value is 17.
RGB:
(127,20,17)
(50%,8%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 20 of 255 = 8%
B 17 of 255 = 7%

127
20
17

R + G + B ~ 22%. #7F1411 is dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 20 + 17 = 164 (100%)
R 127 of 164 ~ 77.44%
G 20 of 164 ~ 12.2%
B 17 of 164 ~ 10.37%

%77.44
%12.2
%10.37

CMYK color model

#7F1411 color CMYK value is (0,84,87,50).

  • cyan value is 0.00%
  • magenta value is 84.25%
  • yellow value is 86.61%
  • key color value is 50.20%
CMYK:
(0,84,87,50)
C0M84Y87K50 
(0%,84%,87%,50%)
(0.00/0.84/0.87/0.50)	

CMYK percentages

%0
%84.25
%86.61
%50.2

Codes

Color #7F1411 in popluar color models

7F1411
RGB1272017
HSL76.39%28.24%
HSB/HSV86.61%49.80%
CMYK0.00%84.25%86.61%
50.20%

Color #7F1411 in popluar number systems.

HEX7F1411
Decimal1272017
Binary11111111010010001
Octal1772421

Shades and tints

Shades of #7F1411

#7F1411
(127,20,17)
#741310
(116,19,16)
#69120F
(105,18,15)
#5E110E
(94,17,14)
#53100D
(83,16,13)
#480F0C
(72,15,12)
#3D0E0B
(61,14,11)
#320D0A
(50,13,10)
#270C09
(39,12,9)
#1C0B08
(28,11,8)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #7F1411

#7F1411
(127,20,17)
#8A2926
(138,41,38)
#953E3B
(149,62,59)
#A05350
(160,83,80)
#AB6865
(171,104,101)
#B67D7A
(182,125,122)
#C1928F
(193,146,143)
#CCA7A4
(204,167,164)
#D7BCB9
(215,188,185)
#E2D1CE
(226,209,206)
#EDE6E3
(237,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F1411 color. Also use rgb(127,20,17) instead hex code.

Text Font Color

.myTextColor { color: #7F1411; }

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

This text font color is #7F1411.


Background Color

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

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

This div background color is #7F1411.


Border color

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

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

This div border color is #7F1411.


Opacity

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

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

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

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

This text has shadow with #7F1411 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1411 on black background.


Color preview on white background

This text has color #7F1411 on white background.



Black color preview on #7F1411 background

This text has black color on #7F1411 background.


White color preview on #7F1411 background

This text has white color on #7F1411 background.