COLOR #7F002B

HEX: #7F002B RGB: (127,0,43)

Color info

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

RGB color model

#7F002B color RGB value is (127,0,43).

RGB: (127,0,43) (50%, 0%, 17%)

RGB channels and saturation

R 127 of 255 = 50%
G 0 of 255 = 0%
B 43 of 255 = 17%

127
0
43

R + G + B ~ 22%. #7F002B is dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 0 + 43 = 170 (100%)
R 127 of 170 ~ 74.71%
G 0 of 170 ~ 0%
B 43 of 170 ~ 25.29'%

%74.71
%25.29

CMYK color model

#7F002B color CMYK value is (0,100,66,50).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 66.14%
  • key color value is 50.20%

CMYK: (0,100,66,50)
C0M100Y66K50 (0%, 100%, 66%, 50%)
(0.00 / 1.00 / 0.66 / 0.50)

CMYK percentages

%0
%100
%66.14
%50.2

Codes

Color #7F002B in popluar color models

7F 00 2B
RGB 127 0 43
HSL 340° 100.00% 24.90%
HSB/HSV 340° 100.00% 49.80%
CMYK 0.00% 100.00% 66.14%
50.20%

Color #7F002B in popluar number systems.

HEX 7F 00 2B
Decimal 127 0 43
Binary 1111111 0 101011
Octal 177 0 53

Shades and tints

Shades of #7F002B

#7F002B
(127,0,43)
#740028
(116,0,40)
#690025
(105,0,37)
#5E0022
(94,0,34)
#53001F
(83,0,31)
#48001C
(72,0,28)
#3D0019
(61,0,25)
#320016
(50,0,22)
#270013
(39,0,19)
#1C0010
(28,0,16)
#11000D
(17,0,13)
#000000
(0,0,0)

Tints of #7F002B

#7F002B
(127,0,43)
#8A173E
(138,23,62)
#952E51
(149,46,81)
#A04564
(160,69,100)
#AB5C77
(171,92,119)
#B6738A
(182,115,138)
#C18A9D
(193,138,157)
#CCA1B0
(204,161,176)
#D7B8C3
(215,184,195)
#E2CFD6
(226,207,214)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F002B; }

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

This text font color is #7F002B.

Background Color

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

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

This div background color is #7F002B.

Border color

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

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

This div border color is #7F002B.

Opacity

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

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

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

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

This text has shadow with #7F002B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F002B.

Preview

Color preview on black background

This text has color #7F002B on black background.


Color preview on white background

This text has color #7F002B on white background.


Black color preview on #7F002B background

This text has black color on #7F002B background.


White color preview on #7F002B background

This text has white color on #7F002B background.


Related colors

Complementary color

Complementary color for #hex is #80FFD4.


I love getcolorcode.com

Triadic colors

1 #2B7F00 and #002B7F with #7F002B are triadic colors.

2 #2B007F and #007F2B with #7F002B are triadic colors.