COLOR #3E4654

HEX: #3E4654
RGB: (62,70,84)

Color info

#3E4654 contains red, green and blue colors in about the same proportion. Web safe color of #3E4654 is #333366 (or #336).

RGB color model

#3E4654 color RGB value is (62,70,84).

  • red value is 62;
  • green value is 70;
  • blue value is 84.
RGB:
(62,70,84)
(24%,27%,33%)

RGB channels and saturation

R 62 of 255 = 24%
G 70 of 255 = 27%
B 84 of 255 = 33%

62
70
84

R + G + B ~ 28%. #3E4654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 70 + 84 = 216 (100%)
R 62 of 216 ~ 28.7%
G 70 of 216 ~ 32.41%
B 84 of 216 ~ 38.89%

%28.7
%32.41
%38.89

CMYK color model

#3E4654 color CMYK value is (26,17,0,67).

  • cyan value is 26.19%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(26,17,0,67)
C26M17Y0K67 
(26%,17%,0%,67%)
(0.26/0.17/0.00/0.67)	

CMYK percentages

%26.19
%16.67
%0
%67.06

Codes

Color #3E4654 in popluar color models

3E4654
RGB627084
HSL218°15.07%28.63%
HSB/HSV218°26.19%32.94%
CMYK26.19%16.67%0.00%
67.06%

Color #3E4654 in popluar number systems.

HEX3E4654
Decimal627084
Binary11111010001101010100
Octal76106124

Shades and tints

Shades of #3E4654

#3E4654
(62,70,84)
#39404D
(57,64,77)
#343A46
(52,58,70)
#2F343F
(47,52,63)
#2A2E38
(42,46,56)
#252831
(37,40,49)
#20222A
(32,34,42)
#1B1C23
(27,28,35)
#16161C
(22,22,28)
#111015
(17,16,21)
#0C0A0E
(12,10,14)
#000000
(0,0,0)

Tints of #3E4654

#3E4654
(62,70,84)
#4F5663
(79,86,99)
#606672
(96,102,114)
#717681
(113,118,129)
#828690
(130,134,144)
#93969F
(147,150,159)
#A4A6AE
(164,166,174)
#B5B6BD
(181,182,189)
#C6C6CC
(198,198,204)
#D7D6DB
(215,214,219)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4654 color. Also use rgb(62,70,84) instead hex code.

Text Font Color

.myTextColor { color: #3E4654; }

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

This text font color is #3E4654.


Background Color

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

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

This div background color is #3E4654.


Border color

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

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

This div border color is #3E4654.


Opacity

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

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

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

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

This text has shadow with #3E4654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4654 on black background.


Color preview on white background

This text has color #3E4654 on white background.



Black color preview on #3E4654 background

This text has black color on #3E4654 background.


White color preview on #3E4654 background

This text has white color on #3E4654 background.