COLOR #7F2E4F

HEX: #7F2E4F
RGB: (127,46,79)

Color info

#7F2E4F contains mainly red and blue colors. Web safe color of #7F2E4F is #663366 (or #636).

RGB color model

#7F2E4F color RGB value is (127,46,79).

  • red value is 127;
  • green value is 46;
  • blue value is 79.
RGB:
(127,46,79)
(50%,18%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 46 of 255 = 18%
B 79 of 255 = 31%

127
46
79

R + G + B ~ 33%. #7F2E4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 46 + 79 = 252 (100%)
R 127 of 252 ~ 50.4%
G 46 of 252 ~ 18.25%
B 79 of 252 ~ 31.35%

%50.4
%18.25
%31.35

CMYK color model

#7F2E4F color CMYK value is (0,64,38,50).

  • cyan value is 0.00%
  • magenta value is 63.78%
  • yellow value is 37.80%
  • key color value is 50.20%
CMYK:
(0,64,38,50)
C0M64Y38K50 
(0%,64%,38%,50%)
(0.00/0.64/0.38/0.50)	

CMYK percentages

%0
%63.78
%37.8
%50.2

Codes

Color #7F2E4F in popluar color models

7F2E4F
RGB1274679
HSL336°46.82%33.92%
HSB/HSV336°63.78%49.80%
CMYK0.00%63.78%37.80%
50.20%

Color #7F2E4F in popluar number systems.

HEX7F2E4F
Decimal1274679
Binary11111111011101001111
Octal17756117

Shades and tints

Shades of #7F2E4F

#7F2E4F
(127,46,79)
#742A48
(116,42,72)
#692641
(105,38,65)
#5E223A
(94,34,58)
#531E33
(83,30,51)
#481A2C
(72,26,44)
#3D1625
(61,22,37)
#32121E
(50,18,30)
#270E17
(39,14,23)
#1C0A10
(28,10,16)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #7F2E4F

#7F2E4F
(127,46,79)
#8A415F
(138,65,95)
#95546F
(149,84,111)
#A0677F
(160,103,127)
#AB7A8F
(171,122,143)
#B68D9F
(182,141,159)
#C1A0AF
(193,160,175)
#CCB3BF
(204,179,191)
#D7C6CF
(215,198,207)
#E2D9DF
(226,217,223)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F2E4F color. Also use rgb(127,46,79) instead hex code.

Text Font Color

.myTextColor { color: #7F2E4F; }

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

This text font color is #7F2E4F.


Background Color

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

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

This div background color is #7F2E4F.


Border color

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

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

This div border color is #7F2E4F.


Opacity

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

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

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

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

This text has shadow with #7F2E4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F2E4F on black background.


Color preview on white background

This text has color #7F2E4F on white background.



Black color preview on #7F2E4F background

This text has black color on #7F2E4F background.


White color preview on #7F2E4F background

This text has white color on #7F2E4F background.