COLOR #7F3151

HEX: #7F3151
RGB: (127,49,81)

Color info

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

RGB color model

#7F3151 color RGB value is (127,49,81).

  • red value is 127;
  • green value is 49;
  • blue value is 81.
RGB:
(127,49,81)
(50%,19%,32%)

RGB channels and saturation

R 127 of 255 = 50%
G 49 of 255 = 19%
B 81 of 255 = 32%

127
49
81

R + G + B ~ 34%. #7F3151 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 49 + 81 = 257 (100%)
R 127 of 257 ~ 49.42%
G 49 of 257 ~ 19.07%
B 81 of 257 ~ 31.52%

%49.42
%19.07
%31.52

CMYK color model

#7F3151 color CMYK value is (0,61,36,50).

  • cyan value is 0.00%
  • magenta value is 61.42%
  • yellow value is 36.22%
  • key color value is 50.20%
CMYK:
(0,61,36,50)
C0M61Y36K50 
(0%,61%,36%,50%)
(0.00/0.61/0.36/0.50)	

CMYK percentages

%0
%61.42
%36.22
%50.2

Codes

Color #7F3151 in popluar color models

7F3151
RGB1274981
HSL335°44.32%34.51%
HSB/HSV335°61.42%49.80%
CMYK0.00%61.42%36.22%
50.20%

Color #7F3151 in popluar number systems.

HEX7F3151
Decimal1274981
Binary11111111100011010001
Octal17761121

Shades and tints

Shades of #7F3151

#7F3151
(127,49,81)
#742D4A
(116,45,74)
#692943
(105,41,67)
#5E253C
(94,37,60)
#532135
(83,33,53)
#481D2E
(72,29,46)
#3D1927
(61,25,39)
#321520
(50,21,32)
#271119
(39,17,25)
#1C0D12
(28,13,18)
#11090B
(17,9,11)
#000000
(0,0,0)

Tints of #7F3151

#7F3151
(127,49,81)
#8A4360
(138,67,96)
#95556F
(149,85,111)
#A0677E
(160,103,126)
#AB798D
(171,121,141)
#B68B9C
(182,139,156)
#C19DAB
(193,157,171)
#CCAFBA
(204,175,186)
#D7C1C9
(215,193,201)
#E2D3D8
(226,211,216)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3151 color. Also use rgb(127,49,81) instead hex code.

Text Font Color

.myTextColor { color: #7F3151; }

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

This text font color is #7F3151.


Background Color

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

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

This div background color is #7F3151.


Border color

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

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

This div border color is #7F3151.


Opacity

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

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

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

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

This text has shadow with #7F3151 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3151 on black background.


Color preview on white background

This text has color #7F3151 on white background.



Black color preview on #7F3151 background

This text has black color on #7F3151 background.


White color preview on #7F3151 background

This text has white color on #7F3151 background.