COLOR #7F0F41

HEX: #7F0F41
RGB: (127,15,65)

Color info

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

RGB color model

#7F0F41 color RGB value is (127,15,65).

  • red value is 127;
  • green value is 15;
  • blue value is 65.
RGB:
(127,15,65)
(50%,6%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 15 of 255 = 6%
B 65 of 255 = 25%

127
15
65

R + G + B ~ 27%. #7F0F41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 15 + 65 = 207 (100%)
R 127 of 207 ~ 61.35%
G 15 of 207 ~ 7.25%
B 65 of 207 ~ 31.4%

%61.35
%31.4

CMYK color model

#7F0F41 color CMYK value is (0,88,49,50).

  • cyan value is 0.00%
  • magenta value is 88.19%
  • yellow value is 48.82%
  • key color value is 50.20%
CMYK:
(0,88,49,50)
C0M88Y49K50 
(0%,88%,49%,50%)
(0.00/0.88/0.49/0.50)	

CMYK percentages

%0
%88.19
%48.82
%50.2

Codes

Color #7F0F41 in popluar color models

7F0F41
RGB1271565
HSL333°78.87%27.84%
HSB/HSV333°88.19%49.80%
CMYK0.00%88.19%48.82%
50.20%

Color #7F0F41 in popluar number systems.

HEX7F0F41
Decimal1271565
Binary111111111111000001
Octal17717101

Shades and tints

Shades of #7F0F41

#7F0F41
(127,15,65)
#740E3C
(116,14,60)
#690D37
(105,13,55)
#5E0C32
(94,12,50)
#530B2D
(83,11,45)
#480A28
(72,10,40)
#3D0923
(61,9,35)
#32081E
(50,8,30)
#270719
(39,7,25)
#1C0614
(28,6,20)
#11050F
(17,5,15)
#000000
(0,0,0)

Tints of #7F0F41

#7F0F41
(127,15,65)
#8A2452
(138,36,82)
#953963
(149,57,99)
#A04E74
(160,78,116)
#AB6385
(171,99,133)
#B67896
(182,120,150)
#C18DA7
(193,141,167)
#CCA2B8
(204,162,184)
#D7B7C9
(215,183,201)
#E2CCDA
(226,204,218)
#EDE1EB
(237,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F0F41; }

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

This text font color is #7F0F41.


Background Color

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

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

This div background color is #7F0F41.


Border color

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

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

This div border color is #7F0F41.


Opacity

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

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

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

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

This text has shadow with #7F0F41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0F41 on black background.


Color preview on white background

This text has color #7F0F41 on white background.



Black color preview on #7F0F41 background

This text has black color on #7F0F41 background.


White color preview on #7F0F41 background

This text has white color on #7F0F41 background.