COLOR #3E5E6F

HEX: #3E5E6F
RGB: (62,94,111)

Color info

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

RGB color model

#3E5E6F color RGB value is (62,94,111).

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

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 111 of 255 = 44%

62
94
111

R + G + B ~ 35%. #3E5E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 94 + 111 = 267 (100%)
R 62 of 267 ~ 23.22%
G 94 of 267 ~ 35.21%
B 111 of 267 ~ 41.57%

%23.22
%35.21
%41.57

CMYK color model

#3E5E6F color CMYK value is (44,15,0,56).

  • cyan value is 44.14%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(44,15,0,56)
C44M15Y0K56 
(44%,15%,0%,56%)
(0.44/0.15/0.00/0.56)	

CMYK percentages

%44.14
%15.32
%0
%56.47

Codes

Color #3E5E6F in popluar color models

3E5E6F
RGB6294111
HSL201°28.32%33.92%
HSB/HSV201°44.14%43.53%
CMYK44.14%15.32%0.00%
56.47%

Color #3E5E6F in popluar number systems.

HEX3E5E6F
Decimal6294111
Binary11111010111101101111
Octal76136157

Shades and tints

Shades of #3E5E6F

#3E5E6F
(62,94,111)
#395665
(57,86,101)
#344E5B
(52,78,91)
#2F4651
(47,70,81)
#2A3E47
(42,62,71)
#25363D
(37,54,61)
#202E33
(32,46,51)
#1B2629
(27,38,41)
#161E1F
(22,30,31)
#111615
(17,22,21)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #3E5E6F

#3E5E6F
(62,94,111)
#4F6C7C
(79,108,124)
#607A89
(96,122,137)
#718896
(113,136,150)
#8296A3
(130,150,163)
#93A4B0
(147,164,176)
#A4B2BD
(164,178,189)
#B5C0CA
(181,192,202)
#C6CED7
(198,206,215)
#D7DCE4
(215,220,228)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5E6F; }

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

This text font color is #3E5E6F.


Background Color

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

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

This div background color is #3E5E6F.


Border color

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

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

This div border color is #3E5E6F.


Opacity

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

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

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

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

This text has shadow with #3E5E6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5E6F on black background.


Color preview on white background

This text has color #3E5E6F on white background.



Black color preview on #3E5E6F background

This text has black color on #3E5E6F background.


White color preview on #3E5E6F background

This text has white color on #3E5E6F background.