COLOR #7F3C58

HEX: #7F3C58
RGB: (127,60,88)

Color info

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

RGB color model

#7F3C58 color RGB value is (127,60,88).

  • red value is 127;
  • green value is 60;
  • blue value is 88.
RGB:
(127,60,88)
(50%,24%,35%)

RGB channels and saturation

R 127 of 255 = 50%
G 60 of 255 = 24%
B 88 of 255 = 35%

127
60
88

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

Portions of RGB colors in percentages

R + G + B =
127 + 60 + 88 = 275 (100%)
R 127 of 275 ~ 46.18%
G 60 of 275 ~ 21.82%
B 88 of 275 ~ 32%

%46.18
%21.82
%32

CMYK color model

#7F3C58 color CMYK value is (0,53,31,50).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 30.71%
  • key color value is 50.20%
CMYK:
(0,53,31,50)
C0M53Y31K50 
(0%,53%,31%,50%)
(0.00/0.53/0.31/0.50)	

CMYK percentages

%0
%52.76
%30.71
%50.2

Codes

Color #7F3C58 in popluar color models

7F3C58
RGB1276088
HSL335°35.83%36.67%
HSB/HSV335°52.76%49.80%
CMYK0.00%52.76%30.71%
50.20%

Color #7F3C58 in popluar number systems.

HEX7F3C58
Decimal1276088
Binary11111111111001011000
Octal17774130

Shades and tints

Shades of #7F3C58

#7F3C58
(127,60,88)
#743750
(116,55,80)
#693248
(105,50,72)
#5E2D40
(94,45,64)
#532838
(83,40,56)
#482330
(72,35,48)
#3D1E28
(61,30,40)
#321920
(50,25,32)
#271418
(39,20,24)
#1C0F10
(28,15,16)
#110A08
(17,10,8)
#000000
(0,0,0)

Tints of #7F3C58

#7F3C58
(127,60,88)
#8A4D67
(138,77,103)
#955E76
(149,94,118)
#A06F85
(160,111,133)
#AB8094
(171,128,148)
#B691A3
(182,145,163)
#C1A2B2
(193,162,178)
#CCB3C1
(204,179,193)
#D7C4D0
(215,196,208)
#E2D5DF
(226,213,223)
#EDE6EE
(237,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F3C58 color. Also use rgb(127,60,88) instead hex code.

Text Font Color

.myTextColor { color: #7F3C58; }

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

This text font color is #7F3C58.


Background Color

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

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

This div background color is #7F3C58.


Border color

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

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

This div border color is #7F3C58.


Opacity

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

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

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

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

This text has shadow with #7F3C58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3C58 on black background.


Color preview on white background

This text has color #7F3C58 on white background.



Black color preview on #7F3C58 background

This text has black color on #7F3C58 background.


White color preview on #7F3C58 background

This text has white color on #7F3C58 background.