COLOR #7F0037

HEX: #7F0037
RGB: (127,0,55)

Color info

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

RGB color model

#7F0037 color RGB value is (127,0,55).

  • red value is 127;
  • green value is 0;
  • blue value is 55.
RGB:
(127,0,55)
(50%,0%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 0 of 255 = 0%
B 55 of 255 = 22%

127
0
55

R + G + B ~ 24%. #7F0037 is dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 0 + 55 = 182 (100%)
R 127 of 182 ~ 69.78%
G 0 of 182 ~ 0%
B 55 of 182 ~ 30.22%

%69.78
%30.22

CMYK color model

#7F0037 color CMYK value is (0,100,57,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 56.69%
  • key color value is 50.20%
CMYK:
(0,100,57,50)
C0M100Y57K50 
(0%,100%,57%,50%)
(0.00/1.00/0.57/0.50)	

CMYK percentages

%0
%100
%56.69
%50.2

Codes

Color #7F0037 in popluar color models

7F0037
RGB127055
HSL334°100.00%24.90%
HSB/HSV334°100.00%49.80%
CMYK0.00%100.00%56.69%
50.20%

Color #7F0037 in popluar number systems.

HEX7F0037
Decimal127055
Binary11111110110111
Octal177067

Shades and tints

Shades of #7F0037

#7F0037
(127,0,55)
#740032
(116,0,50)
#69002D
(105,0,45)
#5E0028
(94,0,40)
#530023
(83,0,35)
#48001E
(72,0,30)
#3D0019
(61,0,25)
#320014
(50,0,20)
#27000F
(39,0,15)
#1C000A
(28,0,10)
#110005
(17,0,5)
#000000
(0,0,0)

Tints of #7F0037

#7F0037
(127,0,55)
#8A1749
(138,23,73)
#952E5B
(149,46,91)
#A0456D
(160,69,109)
#AB5C7F
(171,92,127)
#B67391
(182,115,145)
#C18AA3
(193,138,163)
#CCA1B5
(204,161,181)
#D7B8C7
(215,184,199)
#E2CFD9
(226,207,217)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F0037 color. Also use rgb(127,0,55) instead hex code.

Text Font Color

.myTextColor { color: #7F0037; }

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

This text font color is #7F0037.


Background Color

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

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

This div background color is #7F0037.


Border color

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

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

This div border color is #7F0037.


Opacity

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

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

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

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

This text has shadow with #7F0037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F0037 on black background.


Color preview on white background

This text has color #7F0037 on white background.



Black color preview on #7F0037 background

This text has black color on #7F0037 background.


White color preview on #7F0037 background

This text has white color on #7F0037 background.