COLOR #3E5575

HEX: #3E5575
RGB: (62,85,117)

Color info

#3E5575 contains red, green and blue colors in about the same proportion. Web safe color of #3E5575 is #336666 (or #366).

RGB color model

#3E5575 color RGB value is (62,85,117).

  • red value is 62;
  • green value is 85;
  • blue value is 117.
RGB:
(62,85,117)
(24%,33%,46%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 117 of 255 = 46%

62
85
117

R + G + B ~ 34%. #3E5575 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 117 = 264 (100%)
R 62 of 264 ~ 23.48%
G 85 of 264 ~ 32.2%
B 117 of 264 ~ 44.32%

%23.48
%32.2
%44.32

CMYK color model

#3E5575 color CMYK value is (47,27,0,54).

  • cyan value is 47.01%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(47,27,0,54)
C47M27Y0K54 
(47%,27%,0%,54%)
(0.47/0.27/0.00/0.54)	

CMYK percentages

%47.01
%27.35
%0
%54.12

Codes

Color #3E5575 in popluar color models

3E5575
RGB6285117
HSL215°30.73%35.10%
HSB/HSV215°47.01%45.88%
CMYK47.01%27.35%0.00%
54.12%

Color #3E5575 in popluar number systems.

HEX3E5575
Decimal6285117
Binary11111010101011110101
Octal76125165

Shades and tints

Shades of #3E5575

#3E5575
(62,85,117)
#394E6B
(57,78,107)
#344761
(52,71,97)
#2F4057
(47,64,87)
#2A394D
(42,57,77)
#253243
(37,50,67)
#202B39
(32,43,57)
#1B242F
(27,36,47)
#161D25
(22,29,37)
#11161B
(17,22,27)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #3E5575

#3E5575
(62,85,117)
#4F6481
(79,100,129)
#60738D
(96,115,141)
#718299
(113,130,153)
#8291A5
(130,145,165)
#93A0B1
(147,160,177)
#A4AFBD
(164,175,189)
#B5BEC9
(181,190,201)
#C6CDD5
(198,205,213)
#D7DCE1
(215,220,225)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5575 color. Also use rgb(62,85,117) instead hex code.

Text Font Color

.myTextColor { color: #3E5575; }

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

This text font color is #3E5575.


Background Color

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

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

This div background color is #3E5575.


Border color

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

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

This div border color is #3E5575.


Opacity

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

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

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

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

This text has shadow with #3E5575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5575 on black background.


Color preview on white background

This text has color #3E5575 on white background.



Black color preview on #3E5575 background

This text has black color on #3E5575 background.


White color preview on #3E5575 background

This text has white color on #3E5575 background.