COLOR #3E5358

HEX: #3E5358
RGB: (62,83,88)

Color info

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

RGB color model

#3E5358 color RGB value is (62,83,88).

  • red value is 62;
  • green value is 83;
  • blue value is 88.
RGB:
(62,83,88)
(24%,33%,35%)

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 88 of 255 = 35%

62
83
88

R + G + B ~ 31%. #3E5358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 83 + 88 = 233 (100%)
R 62 of 233 ~ 26.61%
G 83 of 233 ~ 35.62%
B 88 of 233 ~ 37.77%

%26.61
%35.62
%37.77

CMYK color model

#3E5358 color CMYK value is (30,6,0,65).

  • cyan value is 29.55%
  • magenta value is 5.68%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(30,6,0,65)
C30M6Y0K65 
(30%,6%,0%,65%)
(0.30/0.06/0.00/0.65)	

CMYK percentages

%29.55
%5.68
%0
%65.49

Codes

Color #3E5358 in popluar color models

3E5358
RGB628388
HSL192°17.33%29.41%
HSB/HSV192°29.55%34.51%
CMYK29.55%5.68%0.00%
65.49%

Color #3E5358 in popluar number systems.

HEX3E5358
Decimal628388
Binary11111010100111011000
Octal76123130

Shades and tints

Shades of #3E5358

#3E5358
(62,83,88)
#394C50
(57,76,80)
#344548
(52,69,72)
#2F3E40
(47,62,64)
#2A3738
(42,55,56)
#253030
(37,48,48)
#202928
(32,41,40)
#1B2220
(27,34,32)
#161B18
(22,27,24)
#111410
(17,20,16)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #3E5358

#3E5358
(62,83,88)
#4F6267
(79,98,103)
#607176
(96,113,118)
#718085
(113,128,133)
#828F94
(130,143,148)
#939EA3
(147,158,163)
#A4ADB2
(164,173,178)
#B5BCC1
(181,188,193)
#C6CBD0
(198,203,208)
#D7DADF
(215,218,223)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5358 color. Also use rgb(62,83,88) instead hex code.

Text Font Color

.myTextColor { color: #3E5358; }

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

This text font color is #3E5358.


Background Color

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

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

This div background color is #3E5358.


Border color

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

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

This div border color is #3E5358.


Opacity

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

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

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

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

This text has shadow with #3E5358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5358 on black background.


Color preview on white background

This text has color #3E5358 on white background.



Black color preview on #3E5358 background

This text has black color on #3E5358 background.


White color preview on #3E5358 background

This text has white color on #3E5358 background.