COLOR #7F1B1B

HEX: #7F1B1B
RGB: (127,27,27)

Color info

#7F1B1B contains mainly red color. Web safe color of #7F1B1B is #663333 (or #633).

RGB color model

#7F1B1B color RGB value is (127,27,27).

  • red value is 127;
  • green value is 27;
  • blue value is 27.
RGB:
(127,27,27)
(50%,11%,11%)

RGB channels and saturation

R 127 of 255 = 50%
G 27 of 255 = 11%
B 27 of 255 = 11%

127
27
27

R + G + B ~ 24%. #7F1B1B is dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 27 + 27 = 181 (100%)
R 127 of 181 ~ 70.17%
G 27 of 181 ~ 14.92%
B 27 of 181 ~ 14.92%

%70.17
%14.92
%14.92

CMYK color model

#7F1B1B color CMYK value is (0,79,79,50).

  • cyan value is 0.00%
  • magenta value is 78.74%
  • yellow value is 78.74%
  • key color value is 50.20%
CMYK:
(0,79,79,50)
C0M79Y79K50 
(0%,79%,79%,50%)
(0.00/0.79/0.79/0.50)	

CMYK percentages

%0
%78.74
%78.74
%50.2

Codes

Color #7F1B1B in popluar color models

7F1B1B
RGB1272727
HSL64.94%30.20%
HSB/HSV78.74%49.80%
CMYK0.00%78.74%78.74%
50.20%

Color #7F1B1B in popluar number systems.

HEX7F1B1B
Decimal1272727
Binary11111111101111011
Octal1773333

Shades and tints

Shades of #7F1B1B

#7F1B1B
(127,27,27)
#741919
(116,25,25)
#691717
(105,23,23)
#5E1515
(94,21,21)
#531313
(83,19,19)
#481111
(72,17,17)
#3D0F0F
(61,15,15)
#320D0D
(50,13,13)
#270B0B
(39,11,11)
#1C0909
(28,9,9)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #7F1B1B

#7F1B1B
(127,27,27)
#8A2F2F
(138,47,47)
#954343
(149,67,67)
#A05757
(160,87,87)
#AB6B6B
(171,107,107)
#B67F7F
(182,127,127)
#C19393
(193,147,147)
#CCA7A7
(204,167,167)
#D7BBBB
(215,187,187)
#E2CFCF
(226,207,207)
#EDE3E3
(237,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F1B1B; }

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

This text font color is #7F1B1B.


Background Color

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

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

This div background color is #7F1B1B.


Border color

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

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

This div border color is #7F1B1B.


Opacity

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

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

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

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

This text has shadow with #7F1B1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1B1B on black background.


Color preview on white background

This text has color #7F1B1B on white background.



Black color preview on #7F1B1B background

This text has black color on #7F1B1B background.


White color preview on #7F1B1B background

This text has white color on #7F1B1B background.