COLOR #3E5666

HEX: #3E5666
RGB: (62,86,102)

Color info

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

RGB color model

#3E5666 color RGB value is (62,86,102).

  • red value is 62;
  • green value is 86;
  • blue value is 102.
RGB:
(62,86,102)
(24%,34%,40%)

RGB channels and saturation

R 62 of 255 = 24%
G 86 of 255 = 34%
B 102 of 255 = 40%

62
86
102

R + G + B ~ 33%. #3E5666 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 86 + 102 = 250 (100%)
R 62 of 250 ~ 24.8%
G 86 of 250 ~ 34.4%
B 102 of 250 ~ 40.8%

%24.8
%34.4
%40.8

CMYK color model

#3E5666 color CMYK value is (39,16,0,60).

  • cyan value is 39.22%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(39,16,0,60)
C39M16Y0K60 
(39%,16%,0%,60%)
(0.39/0.16/0.00/0.60)	

CMYK percentages

%39.22
%15.69
%0
%60

Codes

Color #3E5666 in popluar color models

3E5666
RGB6286102
HSL204°24.39%32.16%
HSB/HSV204°39.22%40.00%
CMYK39.22%15.69%0.00%
60.00%

Color #3E5666 in popluar number systems.

HEX3E5666
Decimal6286102
Binary11111010101101100110
Octal76126146

Shades and tints

Shades of #3E5666

#3E5666
(62,86,102)
#394F5D
(57,79,93)
#344854
(52,72,84)
#2F414B
(47,65,75)
#2A3A42
(42,58,66)
#253339
(37,51,57)
#202C30
(32,44,48)
#1B2527
(27,37,39)
#161E1E
(22,30,30)
#111715
(17,23,21)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #3E5666

#3E5666
(62,86,102)
#4F6573
(79,101,115)
#607480
(96,116,128)
#71838D
(113,131,141)
#82929A
(130,146,154)
#93A1A7
(147,161,167)
#A4B0B4
(164,176,180)
#B5BFC1
(181,191,193)
#C6CECE
(198,206,206)
#D7DDDB
(215,221,219)
#E8ECE8
(232,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5666 color. Also use rgb(62,86,102) instead hex code.

Text Font Color

.myTextColor { color: #3E5666; }

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

This text font color is #3E5666.


Background Color

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

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

This div background color is #3E5666.


Border color

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

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

This div border color is #3E5666.


Opacity

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

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

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

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

This text has shadow with #3E5666 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5666 on black background.


Color preview on white background

This text has color #3E5666 on white background.



Black color preview on #3E5666 background

This text has black color on #3E5666 background.


White color preview on #3E5666 background

This text has white color on #3E5666 background.