COLOR #7F172E

HEX: #7F172E
RGB: (127,23,46)

Color info

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

RGB color model

#7F172E color RGB value is (127,23,46).

  • red value is 127;
  • green value is 23;
  • blue value is 46.
RGB:
(127,23,46)
(50%,9%,18%)

RGB channels and saturation

R 127 of 255 = 50%
G 23 of 255 = 9%
B 46 of 255 = 18%

127
23
46

R + G + B ~ 26%. #7F172E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 23 + 46 = 196 (100%)
R 127 of 196 ~ 64.8%
G 23 of 196 ~ 11.73%
B 46 of 196 ~ 23.47%

%64.8
%11.73
%23.47

CMYK color model

#7F172E color CMYK value is (0,82,64,50).

  • cyan value is 0.00%
  • magenta value is 81.89%
  • yellow value is 63.78%
  • key color value is 50.20%
CMYK:
(0,82,64,50)
C0M82Y64K50 
(0%,82%,64%,50%)
(0.00/0.82/0.64/0.50)	

CMYK percentages

%0
%81.89
%63.78
%50.2

Codes

Color #7F172E in popluar color models

7F172E
RGB1272346
HSL347°69.33%29.41%
HSB/HSV347°81.89%49.80%
CMYK0.00%81.89%63.78%
50.20%

Color #7F172E in popluar number systems.

HEX7F172E
Decimal1272346
Binary111111110111101110
Octal1772756

Shades and tints

Shades of #7F172E

#7F172E
(127,23,46)
#74152A
(116,21,42)
#691326
(105,19,38)
#5E1122
(94,17,34)
#530F1E
(83,15,30)
#480D1A
(72,13,26)
#3D0B16
(61,11,22)
#320912
(50,9,18)
#27070E
(39,7,14)
#1C050A
(28,5,10)
#110306
(17,3,6)
#000000
(0,0,0)

Tints of #7F172E

#7F172E
(127,23,46)
#8A2C41
(138,44,65)
#954154
(149,65,84)
#A05667
(160,86,103)
#AB6B7A
(171,107,122)
#B6808D
(182,128,141)
#C195A0
(193,149,160)
#CCAAB3
(204,170,179)
#D7BFC6
(215,191,198)
#E2D4D9
(226,212,217)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F172E; }

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

This text font color is #7F172E.


Background Color

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

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

This div background color is #7F172E.


Border color

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

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

This div border color is #7F172E.


Opacity

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

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

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

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

This text has shadow with #7F172E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F172E on black background.


Color preview on white background

This text has color #7F172E on white background.



Black color preview on #7F172E background

This text has black color on #7F172E background.


White color preview on #7F172E background

This text has white color on #7F172E background.