COLOR #3E375E

HEX: #3E375E
RGB: (62,55,94)

Color info

#3E375E contains red, green and blue colors in about the same proportion. Web safe color of #3E375E is #333366 (or #336).

RGB color model

#3E375E color RGB value is (62,55,94).

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

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 94 of 255 = 37%

62
55
94

R + G + B ~ 28%. #3E375E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 55 + 94 = 211 (100%)
R 62 of 211 ~ 29.38%
G 55 of 211 ~ 26.07%
B 94 of 211 ~ 44.55%

%29.38
%26.07
%44.55

CMYK color model

#3E375E color CMYK value is (34,41,0,63).

  • cyan value is 34.04%
  • magenta value is 41.49%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(34,41,0,63)
C34M41Y0K63 
(34%,41%,0%,63%)
(0.34/0.41/0.00/0.63)	

CMYK percentages

%34.04
%41.49
%0
%63.14

Codes

Color #3E375E in popluar color models

3E375E
RGB625594
HSL251°26.17%29.22%
HSB/HSV251°41.49%36.86%
CMYK34.04%41.49%0.00%
63.14%

Color #3E375E in popluar number systems.

HEX3E375E
Decimal625594
Binary1111101101111011110
Octal7667136

Shades and tints

Shades of #3E375E

#3E375E
(62,55,94)
#393256
(57,50,86)
#342D4E
(52,45,78)
#2F2846
(47,40,70)
#2A233E
(42,35,62)
#251E36
(37,30,54)
#20192E
(32,25,46)
#1B1426
(27,20,38)
#160F1E
(22,15,30)
#110A16
(17,10,22)
#0C050E
(12,5,14)
#000000
(0,0,0)

Tints of #3E375E

#3E375E
(62,55,94)
#4F496C
(79,73,108)
#605B7A
(96,91,122)
#716D88
(113,109,136)
#827F96
(130,127,150)
#9391A4
(147,145,164)
#A4A3B2
(164,163,178)
#B5B5C0
(181,181,192)
#C6C7CE
(198,199,206)
#D7D9DC
(215,217,220)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E375E; }

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

This text font color is #3E375E.


Background Color

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

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

This div background color is #3E375E.


Border color

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

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

This div border color is #3E375E.


Opacity

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

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

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

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

This text has shadow with #3E375E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E375E on black background.


Color preview on white background

This text has color #3E375E on white background.



Black color preview on #3E375E background

This text has black color on #3E375E background.


White color preview on #3E375E background

This text has white color on #3E375E background.