COLOR #7F0013

HEX: #7F0013
RGB: (127,0,19)

Color info

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

RGB color model

#7F0013 color RGB value is (127,0,19).

  • red value is 127;
  • green value is 0;
  • blue value is 19.
RGB:
(127,0,19)
(50%,0%,7%)

RGB channels and saturation

R 127 of 255 = 50%
G 0 of 255 = 0%
B 19 of 255 = 7%

127
0
19

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

Portions of RGB colors in percentages

R + G + B =
127 + 0 + 19 = 146 (100%)
R 127 of 146 ~ 86.99%
G 0 of 146 ~ 0%
B 19 of 146 ~ 13.01%

%86.99
%13.01

CMYK color model

#7F0013 color CMYK value is (0,100,85,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 85.04%
  • key color value is 50.20%
CMYK:
(0,100,85,50)
C0M100Y85K50 
(0%,100%,85%,50%)
(0.00/1.00/0.85/0.50)	

CMYK percentages

%0
%100
%85.04
%50.2

Codes

Color #7F0013 in popluar color models

7F0013
RGB127019
HSL351°100.00%24.90%
HSB/HSV351°100.00%49.80%
CMYK0.00%100.00%85.04%
50.20%

Color #7F0013 in popluar number systems.

HEX7F0013
Decimal127019
Binary1111111010011
Octal177023

Shades and tints

Shades of #7F0013

#7F0013
(127,0,19)
#740012
(116,0,18)
#690011
(105,0,17)
#5E0010
(94,0,16)
#53000F
(83,0,15)
#48000E
(72,0,14)
#3D000D
(61,0,13)
#32000C
(50,0,12)
#27000B
(39,0,11)
#1C000A
(28,0,10)
#110009
(17,0,9)
#000000
(0,0,0)

Tints of #7F0013

#7F0013
(127,0,19)
#8A1728
(138,23,40)
#952E3D
(149,46,61)
#A04552
(160,69,82)
#AB5C67
(171,92,103)
#B6737C
(182,115,124)
#C18A91
(193,138,145)
#CCA1A6
(204,161,166)
#D7B8BB
(215,184,187)
#E2CFD0
(226,207,208)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0013 color. Also use rgb(127,0,19) instead hex code.

Text Font Color

.myTextColor { color: #7F0013; }

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

This text font color is #7F0013.


Background Color

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

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

This div background color is #7F0013.


Border color

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

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

This div border color is #7F0013.


Opacity

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

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

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

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

This text has shadow with #7F0013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0013 on black background.


Color preview on white background

This text has color #7F0013 on white background.



Black color preview on #7F0013 background

This text has black color on #7F0013 background.


White color preview on #7F0013 background

This text has white color on #7F0013 background.