COLOR #7F1D22

HEX: #7F1D22
RGB: (127,29,34)

Color info

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

RGB color model

#7F1D22 color RGB value is (127,29,34).

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

RGB channels and saturation

R 127 of 255 = 50%
G 29 of 255 = 11%
B 34 of 255 = 13%

127
29
34

R + G + B ~ 25%. #7F1D22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 29 + 34 = 190 (100%)
R 127 of 190 ~ 66.84%
G 29 of 190 ~ 15.26%
B 34 of 190 ~ 17.89%

%66.84
%15.26
%17.89

CMYK color model

#7F1D22 color CMYK value is (0,77,73,50).

  • cyan value is 0.00%
  • magenta value is 77.17%
  • yellow value is 73.23%
  • key color value is 50.20%
CMYK:
(0,77,73,50)
C0M77Y73K50 
(0%,77%,73%,50%)
(0.00/0.77/0.73/0.50)	

CMYK percentages

%0
%77.17
%73.23
%50.2

Codes

Color #7F1D22 in popluar color models

7F1D22
RGB1272934
HSL357°62.82%30.59%
HSB/HSV357°77.17%49.80%
CMYK0.00%77.17%73.23%
50.20%

Color #7F1D22 in popluar number systems.

HEX7F1D22
Decimal1272934
Binary111111111101100010
Octal1773542

Shades and tints

Shades of #7F1D22

#7F1D22
(127,29,34)
#741B1F
(116,27,31)
#69191C
(105,25,28)
#5E1719
(94,23,25)
#531516
(83,21,22)
#481313
(72,19,19)
#3D1110
(61,17,16)
#320F0D
(50,15,13)
#270D0A
(39,13,10)
#1C0B07
(28,11,7)
#110904
(17,9,4)
#000000
(0,0,0)

Tints of #7F1D22

#7F1D22
(127,29,34)
#8A3136
(138,49,54)
#95454A
(149,69,74)
#A0595E
(160,89,94)
#AB6D72
(171,109,114)
#B68186
(182,129,134)
#C1959A
(193,149,154)
#CCA9AE
(204,169,174)
#D7BDC2
(215,189,194)
#E2D1D6
(226,209,214)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F1D22; }

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

This text font color is #7F1D22.


Background Color

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

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

This div background color is #7F1D22.


Border color

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

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

This div border color is #7F1D22.


Opacity

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

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

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

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

This text has shadow with #7F1D22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1D22 on black background.


Color preview on white background

This text has color #7F1D22 on white background.



Black color preview on #7F1D22 background

This text has black color on #7F1D22 background.


White color preview on #7F1D22 background

This text has white color on #7F1D22 background.