COLOR #3E4551

HEX: #3E4551
RGB: (62,69,81)

Color info

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

RGB color model

#3E4551 color RGB value is (62,69,81).

  • red value is 62;
  • green value is 69;
  • blue value is 81.
RGB:
(62,69,81)
(24%,27%,32%)

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 81 of 255 = 32%

62
69
81

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

Portions of RGB colors in percentages

R + G + B =
62 + 69 + 81 = 212 (100%)
R 62 of 212 ~ 29.25%
G 69 of 212 ~ 32.55%
B 81 of 212 ~ 38.21%

%29.25
%32.55
%38.21

CMYK color model

#3E4551 color CMYK value is (23,15,0,68).

  • cyan value is 23.46%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(23,15,0,68)
C23M15Y0K68 
(23%,15%,0%,68%)
(0.23/0.15/0.00/0.68)	

CMYK percentages

%23.46
%14.81
%0
%68.24

Codes

Color #3E4551 in popluar color models

3E4551
RGB626981
HSL218°13.29%28.04%
HSB/HSV218°23.46%31.76%
CMYK23.46%14.81%0.00%
68.24%

Color #3E4551 in popluar number systems.

HEX3E4551
Decimal626981
Binary11111010001011010001
Octal76105121

Shades and tints

Shades of #3E4551

#3E4551
(62,69,81)
#393F4A
(57,63,74)
#343943
(52,57,67)
#2F333C
(47,51,60)
#2A2D35
(42,45,53)
#25272E
(37,39,46)
#202127
(32,33,39)
#1B1B20
(27,27,32)
#161519
(22,21,25)
#110F12
(17,15,18)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #3E4551

#3E4551
(62,69,81)
#4F5560
(79,85,96)
#60656F
(96,101,111)
#71757E
(113,117,126)
#82858D
(130,133,141)
#93959C
(147,149,156)
#A4A5AB
(164,165,171)
#B5B5BA
(181,181,186)
#C6C5C9
(198,197,201)
#D7D5D8
(215,213,216)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4551 color. Also use rgb(62,69,81) instead hex code.

Text Font Color

.myTextColor { color: #3E4551; }

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

This text font color is #3E4551.


Background Color

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

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

This div background color is #3E4551.


Border color

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

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

This div border color is #3E4551.


Opacity

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

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

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

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

This text has shadow with #3E4551 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4551 on black background.


Color preview on white background

This text has color #3E4551 on white background.



Black color preview on #3E4551 background

This text has black color on #3E4551 background.


White color preview on #3E4551 background

This text has white color on #3E4551 background.