COLOR #7F193F

HEX: #7F193F
RGB: (127,25,63)

Color info

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

RGB color model

#7F193F color RGB value is (127,25,63).

  • red value is 127;
  • green value is 25;
  • blue value is 63.
RGB:
(127,25,63)
(50%,10%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 25 of 255 = 10%
B 63 of 255 = 25%

127
25
63

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

Portions of RGB colors in percentages

R + G + B =
127 + 25 + 63 = 215 (100%)
R 127 of 215 ~ 59.07%
G 25 of 215 ~ 11.63%
B 63 of 215 ~ 29.3%

%59.07
%11.63
%29.3

CMYK color model

#7F193F color CMYK value is (0,80,50,50).

  • cyan value is 0.00%
  • magenta value is 80.31%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(0,80,50,50)
C0M80Y50K50 
(0%,80%,50%,50%)
(0.00/0.80/0.50/0.50)	

CMYK percentages

%0
%80.31
%50.39
%50.2

Codes

Color #7F193F in popluar color models

7F193F
RGB1272563
HSL338°67.11%29.80%
HSB/HSV338°80.31%49.80%
CMYK0.00%80.31%50.39%
50.20%

Color #7F193F in popluar number systems.

HEX7F193F
Decimal1272563
Binary111111111001111111
Octal1773177

Shades and tints

Shades of #7F193F

#7F193F
(127,25,63)
#74173A
(116,23,58)
#691535
(105,21,53)
#5E1330
(94,19,48)
#53112B
(83,17,43)
#480F26
(72,15,38)
#3D0D21
(61,13,33)
#320B1C
(50,11,28)
#270917
(39,9,23)
#1C0712
(28,7,18)
#11050D
(17,5,13)
#000000
(0,0,0)

Tints of #7F193F

#7F193F
(127,25,63)
#8A2D50
(138,45,80)
#954161
(149,65,97)
#A05572
(160,85,114)
#AB6983
(171,105,131)
#B67D94
(182,125,148)
#C191A5
(193,145,165)
#CCA5B6
(204,165,182)
#D7B9C7
(215,185,199)
#E2CDD8
(226,205,216)
#EDE1E9
(237,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F193F; }

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

This text font color is #7F193F.


Background Color

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

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

This div background color is #7F193F.


Border color

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

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

This div border color is #7F193F.


Opacity

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

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

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

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

This text has shadow with #7F193F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F193F on black background.


Color preview on white background

This text has color #7F193F on white background.



Black color preview on #7F193F background

This text has black color on #7F193F background.


White color preview on #7F193F background

This text has white color on #7F193F background.