COLOR #7F1814

HEX: #7F1814
RGB: (127,24,20)

Color info

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

RGB color model

#7F1814 color RGB value is (127,24,20).

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

RGB channels and saturation

R 127 of 255 = 50%
G 24 of 255 = 9%
B 20 of 255 = 8%

127
24
20

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

Portions of RGB colors in percentages

R + G + B =
127 + 24 + 20 = 171 (100%)
R 127 of 171 ~ 74.27%
G 24 of 171 ~ 14.04%
B 20 of 171 ~ 11.7%

%74.27
%14.04
%11.7

CMYK color model

#7F1814 color CMYK value is (0,81,84,50).

  • cyan value is 0.00%
  • magenta value is 81.10%
  • yellow value is 84.25%
  • key color value is 50.20%
CMYK:
(0,81,84,50)
C0M81Y84K50 
(0%,81%,84%,50%)
(0.00/0.81/0.84/0.50)	

CMYK percentages

%0
%81.1
%84.25
%50.2

Codes

Color #7F1814 in popluar color models

7F1814
RGB1272420
HSL72.79%28.82%
HSB/HSV84.25%49.80%
CMYK0.00%81.10%84.25%
50.20%

Color #7F1814 in popluar number systems.

HEX7F1814
Decimal1272420
Binary11111111100010100
Octal1773024

Shades and tints

Shades of #7F1814

#7F1814
(127,24,20)
#741613
(116,22,19)
#691412
(105,20,18)
#5E1211
(94,18,17)
#531010
(83,16,16)
#480E0F
(72,14,15)
#3D0C0E
(61,12,14)
#320A0D
(50,10,13)
#27080C
(39,8,12)
#1C060B
(28,6,11)
#11040A
(17,4,10)
#000000
(0,0,0)

Tints of #7F1814

#7F1814
(127,24,20)
#8A2D29
(138,45,41)
#95423E
(149,66,62)
#A05753
(160,87,83)
#AB6C68
(171,108,104)
#B6817D
(182,129,125)
#C19692
(193,150,146)
#CCABA7
(204,171,167)
#D7C0BC
(215,192,188)
#E2D5D1
(226,213,209)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F1814; }

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

This text font color is #7F1814.


Background Color

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

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

This div background color is #7F1814.


Border color

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

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

This div border color is #7F1814.


Opacity

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

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

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

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

This text has shadow with #7F1814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1814 on black background.


Color preview on white background

This text has color #7F1814 on white background.



Black color preview on #7F1814 background

This text has black color on #7F1814 background.


White color preview on #7F1814 background

This text has white color on #7F1814 background.