COLOR #3E586F

HEX: #3E586F
RGB: (62,88,111)

Color info

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

RGB color model

#3E586F color RGB value is (62,88,111).

  • red value is 62;
  • green value is 88;
  • blue value is 111.
RGB:
(62,88,111)
(24%,35%,44%)

RGB channels and saturation

R 62 of 255 = 24%
G 88 of 255 = 35%
B 111 of 255 = 44%

62
88
111

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

Portions of RGB colors in percentages

R + G + B =
62 + 88 + 111 = 261 (100%)
R 62 of 261 ~ 23.75%
G 88 of 261 ~ 33.72%
B 111 of 261 ~ 42.53%

%23.75
%33.72
%42.53

CMYK color model

#3E586F color CMYK value is (44,21,0,56).

  • cyan value is 44.14%
  • magenta value is 20.72%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(44,21,0,56)
C44M21Y0K56 
(44%,21%,0%,56%)
(0.44/0.21/0.00/0.56)	

CMYK percentages

%44.14
%20.72
%0
%56.47

Codes

Color #3E586F in popluar color models

3E586F
RGB6288111
HSL208°28.32%33.92%
HSB/HSV208°44.14%43.53%
CMYK44.14%20.72%0.00%
56.47%

Color #3E586F in popluar number systems.

HEX3E586F
Decimal6288111
Binary11111010110001101111
Octal76130157

Shades and tints

Shades of #3E586F

#3E586F
(62,88,111)
#395065
(57,80,101)
#34485B
(52,72,91)
#2F4051
(47,64,81)
#2A3847
(42,56,71)
#25303D
(37,48,61)
#202833
(32,40,51)
#1B2029
(27,32,41)
#16181F
(22,24,31)
#111015
(17,16,21)
#0C080B
(12,8,11)
#000000
(0,0,0)

Tints of #3E586F

#3E586F
(62,88,111)
#4F677C
(79,103,124)
#607689
(96,118,137)
#718596
(113,133,150)
#8294A3
(130,148,163)
#93A3B0
(147,163,176)
#A4B2BD
(164,178,189)
#B5C1CA
(181,193,202)
#C6D0D7
(198,208,215)
#D7DFE4
(215,223,228)
#E8EEF1
(232,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E586F color. Also use rgb(62,88,111) instead hex code.

Text Font Color

.myTextColor { color: #3E586F; }

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

This text font color is #3E586F.


Background Color

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

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

This div background color is #3E586F.


Border color

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

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

This div border color is #3E586F.


Opacity

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

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

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

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

This text has shadow with #3E586F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E586F on black background.


Color preview on white background

This text has color #3E586F on white background.



Black color preview on #3E586F background

This text has black color on #3E586F background.


White color preview on #3E586F background

This text has white color on #3E586F background.