COLOR #7F1743

HEX: #7F1743
RGB: (127,23,67)

Color info

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

RGB color model

#7F1743 color RGB value is (127,23,67).

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

RGB channels and saturation

R 127 of 255 = 50%
G 23 of 255 = 9%
B 67 of 255 = 26%

127
23
67

R + G + B ~ 28%. #7F1743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 23 + 67 = 217 (100%)
R 127 of 217 ~ 58.53%
G 23 of 217 ~ 10.6%
B 67 of 217 ~ 30.88%

%58.53
%10.6
%30.88

CMYK color model

#7F1743 color CMYK value is (0,82,47,50).

  • cyan value is 0.00%
  • magenta value is 81.89%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(0,82,47,50)
C0M82Y47K50 
(0%,82%,47%,50%)
(0.00/0.82/0.47/0.50)	

CMYK percentages

%0
%81.89
%47.24
%50.2

Codes

Color #7F1743 in popluar color models

7F1743
RGB1272367
HSL335°69.33%29.41%
HSB/HSV335°81.89%49.80%
CMYK0.00%81.89%47.24%
50.20%

Color #7F1743 in popluar number systems.

HEX7F1743
Decimal1272367
Binary1111111101111000011
Octal17727103

Shades and tints

Shades of #7F1743

#7F1743
(127,23,67)
#74153D
(116,21,61)
#691337
(105,19,55)
#5E1131
(94,17,49)
#530F2B
(83,15,43)
#480D25
(72,13,37)
#3D0B1F
(61,11,31)
#320919
(50,9,25)
#270713
(39,7,19)
#1C050D
(28,5,13)
#110307
(17,3,7)
#000000
(0,0,0)

Tints of #7F1743

#7F1743
(127,23,67)
#8A2C54
(138,44,84)
#954165
(149,65,101)
#A05676
(160,86,118)
#AB6B87
(171,107,135)
#B68098
(182,128,152)
#C195A9
(193,149,169)
#CCAABA
(204,170,186)
#D7BFCB
(215,191,203)
#E2D4DC
(226,212,220)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F1743; }

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

This text font color is #7F1743.


Background Color

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

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

This div background color is #7F1743.


Border color

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

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

This div border color is #7F1743.


Opacity

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

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

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

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

This text has shadow with #7F1743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F1743 on black background.


Color preview on white background

This text has color #7F1743 on white background.



Black color preview on #7F1743 background

This text has black color on #7F1743 background.


White color preview on #7F1743 background

This text has white color on #7F1743 background.