COLOR #7F2136

HEX: #7F2136 RGB: (127,33,54)

Color info

#7F2136 contains mainly red color. Web safe color of #7F2136 is #663333 (or #633).

RGB color model

#7F2136 color RGB value is (127,33,54).

RGB: (127,33,54) (50%, 13%, 21%)

RGB channels and saturation

R 127 of 255 = 50%
G 33 of 255 = 13%
B 54 of 255 = 21%

127
33
54

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

Portions of RGB colors in percentages

R + G + B = 127 + 33 + 54 = 214 (100%)
R 127 of 214 ~ 59.35%
G 33 of 214 ~ 15.42%
B 54 of 214 ~ 25.23'%

%59.35
%15.42
%25.23

CMYK color model

#7F2136 color CMYK value is (0,74,57,50).

  • cyan value is 0.00%
  • magenta value is 74.02%
  • yellow value is 57.48%
  • key color value is 50.20%

CMYK: (0,74,57,50)
C0M74Y57K50 (0%, 74%, 57%, 50%)
(0.00 / 0.74 / 0.57 / 0.50)

CMYK percentages

%0
%74.02
%57.48
%50.2

Codes

Color #7F2136 in popluar color models

7F 21 36
RGB 127 33 54
HSL 347° 58.75% 31.37%
HSB/HSV 347° 74.02% 49.80%
CMYK 0.00% 74.02% 57.48%
50.20%

Color #7F2136 in popluar number systems.

HEX 7F 21 36
Decimal 127 33 54
Binary 1111111 100001 110110
Octal 177 41 66

Shades and tints

Shades of #7F2136

#7F2136
(127,33,54)
#741E32
(116,30,50)
#691B2E
(105,27,46)
#5E182A
(94,24,42)
#531526
(83,21,38)
#481222
(72,18,34)
#3D0F1E
(61,15,30)
#320C1A
(50,12,26)
#270916
(39,9,22)
#1C0612
(28,6,18)
#11030E
(17,3,14)
#000000
(0,0,0)

Tints of #7F2136

#7F2136
(127,33,54)
#8A3548
(138,53,72)
#95495A
(149,73,90)
#A05D6C
(160,93,108)
#AB717E
(171,113,126)
#B68590
(182,133,144)
#C199A2
(193,153,162)
#CCADB4
(204,173,180)
#D7C1C6
(215,193,198)
#E2D5D8
(226,213,216)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2136 color. Also use rgb(127,33,54) instead hex code.

Text Font Color

.myTextColor { color: #7F2136; }

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

This text font color is #7F2136.

Background Color

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

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

This div background color is #7F2136.

Border color

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

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

This div border color is #7F2136.

Opacity

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

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

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

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

This text has shadow with #7F2136 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F2136.

Preview

Color preview on black background

This text has color #7F2136 on black background.


Color preview on white background

This text has color #7F2136 on white background.


Black color preview on #7F2136 background

This text has black color on #7F2136 background.


White color preview on #7F2136 background

This text has white color on #7F2136 background.


Related colors

Complementary color

Complementary color for #hex is #80DEC9.


I love getcolorcode.com

Triadic colors

1 #367F21 and #21367F with #7F2136 are triadic colors.

2 #36217F and #217F36 with #7F2136 are triadic colors.