COLOR #3E5665

HEX: #3E5665
RGB: (62,86,101)

Color info

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

RGB color model

#3E5665 color RGB value is (62,86,101).

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

RGB channels and saturation

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

62
86
101

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

Portions of RGB colors in percentages

R + G + B =
62 + 86 + 101 = 249 (100%)
R 62 of 249 ~ 24.9%
G 86 of 249 ~ 34.54%
B 101 of 249 ~ 40.56%

%24.9
%34.54
%40.56

CMYK color model

#3E5665 color CMYK value is (39,15,0,60).

  • cyan value is 38.61%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(39,15,0,60)
C39M15Y0K60 
(39%,15%,0%,60%)
(0.39/0.15/0.00/0.60)	

CMYK percentages

%38.61
%14.85
%0
%60.39

Codes

Color #3E5665 in popluar color models

3E5665
RGB6286101
HSL203°23.93%31.96%
HSB/HSV203°38.61%39.61%
CMYK38.61%14.85%0.00%
60.39%

Color #3E5665 in popluar number systems.

HEX3E5665
Decimal6286101
Binary11111010101101100101
Octal76126145

Shades and tints

Shades of #3E5665

#3E5665
(62,86,101)
#394F5C
(57,79,92)
#344853
(52,72,83)
#2F414A
(47,65,74)
#2A3A41
(42,58,65)
#253338
(37,51,56)
#202C2F
(32,44,47)
#1B2526
(27,37,38)
#161E1D
(22,30,29)
#111714
(17,23,20)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #3E5665

#3E5665
(62,86,101)
#4F6573
(79,101,115)
#607481
(96,116,129)
#71838F
(113,131,143)
#82929D
(130,146,157)
#93A1AB
(147,161,171)
#A4B0B9
(164,176,185)
#B5BFC7
(181,191,199)
#C6CED5
(198,206,213)
#D7DDE3
(215,221,227)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5665; }

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

This text font color is #3E5665.


Background Color

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

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

This div background color is #3E5665.


Border color

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

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

This div border color is #3E5665.


Opacity

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

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

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

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

This text has shadow with #3E5665 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5665 on black background.


Color preview on white background

This text has color #3E5665 on white background.



Black color preview on #3E5665 background

This text has black color on #3E5665 background.


White color preview on #3E5665 background

This text has white color on #3E5665 background.