COLOR #7F0A33

HEX: #7F0A33
RGB: (127,10,51)

Color info

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

RGB color model

#7F0A33 color RGB value is (127,10,51).

  • red value is 127;
  • green value is 10;
  • blue value is 51.
RGB:
(127,10,51)
(50%,4%,20%)

RGB channels and saturation

R 127 of 255 = 50%
G 10 of 255 = 4%
B 51 of 255 = 20%

127
10
51

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

Portions of RGB colors in percentages

R + G + B =
127 + 10 + 51 = 188 (100%)
R 127 of 188 ~ 67.55%
G 10 of 188 ~ 5.32%
B 51 of 188 ~ 27.13%

%67.55
%27.13

CMYK color model

#7F0A33 color CMYK value is (0,92,60,50).

  • cyan value is 0.00%
  • magenta value is 92.13%
  • yellow value is 59.84%
  • key color value is 50.20%
CMYK:
(0,92,60,50)
C0M92Y60K50 
(0%,92%,60%,50%)
(0.00/0.92/0.60/0.50)	

CMYK percentages

%0
%92.13
%59.84
%50.2

Codes

Color #7F0A33 in popluar color models

7F0A33
RGB1271051
HSL339°85.40%26.86%
HSB/HSV339°92.13%49.80%
CMYK0.00%92.13%59.84%
50.20%

Color #7F0A33 in popluar number systems.

HEX7F0A33
Decimal1271051
Binary11111111010110011
Octal1771263

Shades and tints

Shades of #7F0A33

#7F0A33
(127,10,51)
#740A2F
(116,10,47)
#690A2B
(105,10,43)
#5E0A27
(94,10,39)
#530A23
(83,10,35)
#480A1F
(72,10,31)
#3D0A1B
(61,10,27)
#320A17
(50,10,23)
#270A13
(39,10,19)
#1C0A0F
(28,10,15)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #7F0A33

#7F0A33
(127,10,51)
#8A2045
(138,32,69)
#953657
(149,54,87)
#A04C69
(160,76,105)
#AB627B
(171,98,123)
#B6788D
(182,120,141)
#C18E9F
(193,142,159)
#CCA4B1
(204,164,177)
#D7BAC3
(215,186,195)
#E2D0D5
(226,208,213)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0A33 color. Also use rgb(127,10,51) instead hex code.

Text Font Color

.myTextColor { color: #7F0A33; }

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

This text font color is #7F0A33.


Background Color

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

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

This div background color is #7F0A33.


Border color

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

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

This div border color is #7F0A33.


Opacity

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

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

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

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

This text has shadow with #7F0A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0A33 on black background.


Color preview on white background

This text has color #7F0A33 on white background.



Black color preview on #7F0A33 background

This text has black color on #7F0A33 background.


White color preview on #7F0A33 background

This text has white color on #7F0A33 background.