COLOR #7F061D

HEX: #7F061D
RGB: (127,6,29)

Color info

#7F061D contains mainly red color. Web safe color of #7F061D is #660033 (or #603).

RGB color model

#7F061D color RGB value is (127,6,29).

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

RGB channels and saturation

R 127 of 255 = 50%
G 6 of 255 = 2%
B 29 of 255 = 11%

127
6
29

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

Portions of RGB colors in percentages

R + G + B =
127 + 6 + 29 = 162 (100%)
R 127 of 162 ~ 78.4%
G 6 of 162 ~ 3.7%
B 29 of 162 ~ 17.9%

%78.4
%17.9

CMYK color model

#7F061D color CMYK value is (0,95,77,50).

  • cyan value is 0.00%
  • magenta value is 95.28%
  • yellow value is 77.17%
  • key color value is 50.20%
CMYK:
(0,95,77,50)
C0M95Y77K50 
(0%,95%,77%,50%)
(0.00/0.95/0.77/0.50)	

CMYK percentages

%0
%95.28
%77.17
%50.2

Codes

Color #7F061D in popluar color models

7F061D
RGB127629
HSL349°90.98%26.08%
HSB/HSV349°95.28%49.80%
CMYK0.00%95.28%77.17%
50.20%

Color #7F061D in popluar number systems.

HEX7F061D
Decimal127629
Binary111111111011101
Octal177635

Shades and tints

Shades of #7F061D

#7F061D
(127,6,29)
#74061B
(116,6,27)
#690619
(105,6,25)
#5E0617
(94,6,23)
#530615
(83,6,21)
#480613
(72,6,19)
#3D0611
(61,6,17)
#32060F
(50,6,15)
#27060D
(39,6,13)
#1C060B
(28,6,11)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #7F061D

#7F061D
(127,6,29)
#8A1C31
(138,28,49)
#953245
(149,50,69)
#A04859
(160,72,89)
#AB5E6D
(171,94,109)
#B67481
(182,116,129)
#C18A95
(193,138,149)
#CCA0A9
(204,160,169)
#D7B6BD
(215,182,189)
#E2CCD1
(226,204,209)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F061D; }

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

This text font color is #7F061D.


Background Color

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

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

This div background color is #7F061D.


Border color

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

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

This div border color is #7F061D.


Opacity

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

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

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

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

This text has shadow with #7F061D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F061D on black background.


Color preview on white background

This text has color #7F061D on white background.



Black color preview on #7F061D background

This text has black color on #7F061D background.


White color preview on #7F061D background

This text has white color on #7F061D background.