COLOR #7F3F5E

HEX: #7F3F5E
RGB: (127,63,94)

Color info

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

RGB color model

#7F3F5E color RGB value is (127,63,94).

  • red value is 127;
  • green value is 63;
  • blue value is 94.
RGB:
(127,63,94)
(50%,25%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 63 of 255 = 25%
B 94 of 255 = 37%

127
63
94

R + G + B ~ 37%. #7F3F5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 63 + 94 = 284 (100%)
R 127 of 284 ~ 44.72%
G 63 of 284 ~ 22.18%
B 94 of 284 ~ 33.1%

%44.72
%22.18
%33.1

CMYK color model

#7F3F5E color CMYK value is (0,50,26,50).

  • cyan value is 0.00%
  • magenta value is 50.39%
  • yellow value is 25.98%
  • key color value is 50.20%
CMYK:
(0,50,26,50)
C0M50Y26K50 
(0%,50%,26%,50%)
(0.00/0.50/0.26/0.50)	

CMYK percentages

%0
%50.39
%25.98
%50.2

Codes

Color #7F3F5E in popluar color models

7F3F5E
RGB1276394
HSL331°33.68%37.25%
HSB/HSV331°50.39%49.80%
CMYK0.00%50.39%25.98%
50.20%

Color #7F3F5E in popluar number systems.

HEX7F3F5E
Decimal1276394
Binary11111111111111011110
Octal17777136

Shades and tints

Shades of #7F3F5E

#7F3F5E
(127,63,94)
#743A56
(116,58,86)
#69354E
(105,53,78)
#5E3046
(94,48,70)
#532B3E
(83,43,62)
#482636
(72,38,54)
#3D212E
(61,33,46)
#321C26
(50,28,38)
#27171E
(39,23,30)
#1C1216
(28,18,22)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F3F5E

#7F3F5E
(127,63,94)
#8A506C
(138,80,108)
#95617A
(149,97,122)
#A07288
(160,114,136)
#AB8396
(171,131,150)
#B694A4
(182,148,164)
#C1A5B2
(193,165,178)
#CCB6C0
(204,182,192)
#D7C7CE
(215,199,206)
#E2D8DC
(226,216,220)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3F5E color. Also use rgb(127,63,94) instead hex code.

Text Font Color

.myTextColor { color: #7F3F5E; }

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

This text font color is #7F3F5E.


Background Color

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

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

This div background color is #7F3F5E.


Border color

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

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

This div border color is #7F3F5E.


Opacity

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

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

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

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

This text has shadow with #7F3F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3F5E on black background.


Color preview on white background

This text has color #7F3F5E on white background.



Black color preview on #7F3F5E background

This text has black color on #7F3F5E background.


White color preview on #7F3F5E background

This text has white color on #7F3F5E background.