COLOR #7F0F11

HEX: #7F0F11
RGB: (127,15,17)

Color info

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

RGB color model

#7F0F11 color RGB value is (127,15,17).

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

RGB channels and saturation

R 127 of 255 = 50%
G 15 of 255 = 6%
B 17 of 255 = 7%

127
15
17

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

Portions of RGB colors in percentages

R + G + B =
127 + 15 + 17 = 159 (100%)
R 127 of 159 ~ 79.87%
G 15 of 159 ~ 9.43%
B 17 of 159 ~ 10.69%

%79.87
%10.69

CMYK color model

#7F0F11 color CMYK value is (0,88,87,50).

  • cyan value is 0.00%
  • magenta value is 88.19%
  • yellow value is 86.61%
  • key color value is 50.20%
CMYK:
(0,88,87,50)
C0M88Y87K50 
(0%,88%,87%,50%)
(0.00/0.88/0.87/0.50)	

CMYK percentages

%0
%88.19
%86.61
%50.2

Codes

Color #7F0F11 in popluar color models

7F0F11
RGB1271517
HSL359°78.87%27.84%
HSB/HSV359°88.19%49.80%
CMYK0.00%88.19%86.61%
50.20%

Color #7F0F11 in popluar number systems.

HEX7F0F11
Decimal1271517
Binary1111111111110001
Octal1771721

Shades and tints

Shades of #7F0F11

#7F0F11
(127,15,17)
#740E10
(116,14,16)
#690D0F
(105,13,15)
#5E0C0E
(94,12,14)
#530B0D
(83,11,13)
#480A0C
(72,10,12)
#3D090B
(61,9,11)
#32080A
(50,8,10)
#270709
(39,7,9)
#1C0608
(28,6,8)
#110507
(17,5,7)
#000000
(0,0,0)

Tints of #7F0F11

#7F0F11
(127,15,17)
#8A2426
(138,36,38)
#95393B
(149,57,59)
#A04E50
(160,78,80)
#AB6365
(171,99,101)
#B6787A
(182,120,122)
#C18D8F
(193,141,143)
#CCA2A4
(204,162,164)
#D7B7B9
(215,183,185)
#E2CCCE
(226,204,206)
#EDE1E3
(237,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F0F11; }

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

This text font color is #7F0F11.


Background Color

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

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

This div background color is #7F0F11.


Border color

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

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

This div border color is #7F0F11.


Opacity

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

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

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

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

This text has shadow with #7F0F11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0F11 on black background.


Color preview on white background

This text has color #7F0F11 on white background.



Black color preview on #7F0F11 background

This text has black color on #7F0F11 background.


White color preview on #7F0F11 background

This text has white color on #7F0F11 background.