COLOR #7F1507

HEX: #7F1507
RGB: (127,21,7)

Color info

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

RGB color model

#7F1507 color RGB value is (127,21,7).

  • red value is 127;
  • green value is 21;
  • blue value is 7.
RGB:
(127,21,7)
(50%,8%,3%)

RGB channels and saturation

R 127 of 255 = 50%
G 21 of 255 = 8%
B 7 of 255 = 3%

127
21
7

R + G + B ~ 20%. #7F1507 is dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 21 + 7 = 155 (100%)
R 127 of 155 ~ 81.94%
G 21 of 155 ~ 13.55%
B 7 of 155 ~ 4.52%

%81.94
%13.55

CMYK color model

#7F1507 color CMYK value is (0,83,94,50).

  • cyan value is 0.00%
  • magenta value is 83.46%
  • yellow value is 94.49%
  • key color value is 50.20%
CMYK:
(0,83,94,50)
C0M83Y94K50 
(0%,83%,94%,50%)
(0.00/0.83/0.94/0.50)	

CMYK percentages

%0
%83.46
%94.49
%50.2

Codes

Color #7F1507 in popluar color models

7F1507
RGB127217
HSL89.55%26.27%
HSB/HSV94.49%49.80%
CMYK0.00%83.46%94.49%
50.20%

Color #7F1507 in popluar number systems.

HEX7F1507
Decimal127217
Binary111111110101111
Octal177257

Shades and tints

Shades of #7F1507

#7F1507
(127,21,7)
#741407
(116,20,7)
#691307
(105,19,7)
#5E1207
(94,18,7)
#531107
(83,17,7)
#481007
(72,16,7)
#3D0F07
(61,15,7)
#320E07
(50,14,7)
#270D07
(39,13,7)
#1C0C07
(28,12,7)
#110B07
(17,11,7)
#000000
(0,0,0)

Tints of #7F1507

#7F1507
(127,21,7)
#8A2A1D
(138,42,29)
#953F33
(149,63,51)
#A05449
(160,84,73)
#AB695F
(171,105,95)
#B67E75
(182,126,117)
#C1938B
(193,147,139)
#CCA8A1
(204,168,161)
#D7BDB7
(215,189,183)
#E2D2CD
(226,210,205)
#EDE7E3
(237,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F1507; }

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

This text font color is #7F1507.


Background Color

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

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

This div background color is #7F1507.


Border color

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

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

This div border color is #7F1507.


Opacity

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

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

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

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

This text has shadow with #7F1507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1507 on black background.


Color preview on white background

This text has color #7F1507 on white background.



Black color preview on #7F1507 background

This text has black color on #7F1507 background.


White color preview on #7F1507 background

This text has white color on #7F1507 background.