COLOR #3E175E

HEX: #3E175E
RGB: (62,23,94)

Color info

#3E175E contains mainly red and blue colors. Web safe color of #3E175E is #330066 (or #306).

RGB color model

#3E175E color RGB value is (62,23,94).

  • red value is 62;
  • green value is 23;
  • blue value is 94.
RGB:
(62,23,94)
(24%,9%,37%)

RGB channels and saturation

R 62 of 255 = 24%
G 23 of 255 = 9%
B 94 of 255 = 37%

62
23
94

R + G + B ~ 23%. #3E175E is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 23 + 94 = 179 (100%)
R 62 of 179 ~ 34.64%
G 23 of 179 ~ 12.85%
B 94 of 179 ~ 52.51%

%34.64
%12.85
%52.51

CMYK color model

#3E175E color CMYK value is (34,76,0,63).

  • cyan value is 34.04%
  • magenta value is 75.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(34,76,0,63)
C34M76Y0K63 
(34%,76%,0%,63%)
(0.34/0.76/0.00/0.63)	

CMYK percentages

%34.04
%75.53
%0
%63.14

Codes

Color #3E175E in popluar color models

3E175E
RGB622394
HSL273°60.68%22.94%
HSB/HSV273°75.53%36.86%
CMYK34.04%75.53%0.00%
63.14%

Color #3E175E in popluar number systems.

HEX3E175E
Decimal622394
Binary111110101111011110
Octal7627136

Shades and tints

Shades of #3E175E

#3E175E
(62,23,94)
#391556
(57,21,86)
#34134E
(52,19,78)
#2F1146
(47,17,70)
#2A0F3E
(42,15,62)
#250D36
(37,13,54)
#200B2E
(32,11,46)
#1B0926
(27,9,38)
#16071E
(22,7,30)
#110516
(17,5,22)
#0C030E
(12,3,14)
#000000
(0,0,0)

Tints of #3E175E

#3E175E
(62,23,94)
#4F2C6C
(79,44,108)
#60417A
(96,65,122)
#715688
(113,86,136)
#826B96
(130,107,150)
#9380A4
(147,128,164)
#A495B2
(164,149,178)
#B5AAC0
(181,170,192)
#C6BFCE
(198,191,206)
#D7D4DC
(215,212,220)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E175E color. Also use rgb(62,23,94) instead hex code.

Text Font Color

.myTextColor { color: #3E175E; }

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

This text font color is #3E175E.


Background Color

.myBgColor { background-color: #3E175E; }

<div style="background-color:#3E175E">Inner text</div>

This div background color is #3E175E.


Border color

.myBorderColor { border: 1px solid #3E175E; }

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

This div border color is #3E175E.


Opacity

.myOpacity80 { color: #3E175E; opacity: 0.8; }

<p style="color:#3E175E;opacity:0.8;">80%</p>

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

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

This text has shadow with #3E175E color.

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

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

This text has shadow with #3E175E primary color and red secondary color.


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

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

This text has shadow with #3E175E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E175E on black background.


Color preview on white background

This text has color #3E175E on white background.



Black color preview on #3E175E background

This text has black color on #3E175E background.


White color preview on #3E175E background

This text has white color on #3E175E background.