COLOR #7F3E57

HEX: #7F3E57
RGB: (127,62,87)

Color info

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

RGB color model

#7F3E57 color RGB value is (127,62,87).

  • red value is 127;
  • green value is 62;
  • blue value is 87.
RGB:
(127,62,87)
(50%,24%,34%)

RGB channels and saturation

R 127 of 255 = 50%
G 62 of 255 = 24%
B 87 of 255 = 34%

127
62
87

R + G + B ~ 36%. #7F3E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 62 + 87 = 276 (100%)
R 127 of 276 ~ 46.01%
G 62 of 276 ~ 22.46%
B 87 of 276 ~ 31.52%

%46.01
%22.46
%31.52

CMYK color model

#7F3E57 color CMYK value is (0,51,31,50).

  • cyan value is 0.00%
  • magenta value is 51.18%
  • yellow value is 31.50%
  • key color value is 50.20%
CMYK:
(0,51,31,50)
C0M51Y31K50 
(0%,51%,31%,50%)
(0.00/0.51/0.31/0.50)	

CMYK percentages

%0
%51.18
%31.5
%50.2

Codes

Color #7F3E57 in popluar color models

7F3E57
RGB1276287
HSL337°34.39%37.06%
HSB/HSV337°51.18%49.80%
CMYK0.00%51.18%31.50%
50.20%

Color #7F3E57 in popluar number systems.

HEX7F3E57
Decimal1276287
Binary11111111111101010111
Octal17776127

Shades and tints

Shades of #7F3E57

#7F3E57
(127,62,87)
#743950
(116,57,80)
#693449
(105,52,73)
#5E2F42
(94,47,66)
#532A3B
(83,42,59)
#482534
(72,37,52)
#3D202D
(61,32,45)
#321B26
(50,27,38)
#27161F
(39,22,31)
#1C1118
(28,17,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F3E57

#7F3E57
(127,62,87)
#8A4F66
(138,79,102)
#956075
(149,96,117)
#A07184
(160,113,132)
#AB8293
(171,130,147)
#B693A2
(182,147,162)
#C1A4B1
(193,164,177)
#CCB5C0
(204,181,192)
#D7C6CF
(215,198,207)
#E2D7DE
(226,215,222)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3E57 color. Also use rgb(127,62,87) instead hex code.

Text Font Color

.myTextColor { color: #7F3E57; }

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

This text font color is #7F3E57.


Background Color

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

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

This div background color is #7F3E57.


Border color

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

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

This div border color is #7F3E57.


Opacity

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

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

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

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

This text has shadow with #7F3E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3E57 on black background.


Color preview on white background

This text has color #7F3E57 on white background.



Black color preview on #7F3E57 background

This text has black color on #7F3E57 background.


White color preview on #7F3E57 background

This text has white color on #7F3E57 background.