COLOR #3E5654

HEX: #3E5654
RGB: (62,86,84)

Color info

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

RGB color model

#3E5654 color RGB value is (62,86,84).

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

RGB channels and saturation

R 62 of 255 = 24%
G 86 of 255 = 34%
B 84 of 255 = 33%

62
86
84

R + G + B ~ 30%. #3E5654 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 86 + 84 = 232 (100%)
R 62 of 232 ~ 26.72%
G 86 of 232 ~ 37.07%
B 84 of 232 ~ 36.21%

%26.72
%37.07
%36.21

CMYK color model

#3E5654 color CMYK value is (28,0,2,66).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 2.33%
  • key color value is 66.27%
CMYK:
(28,0,2,66)
C28M0Y2K66 
(28%,0%,2%,66%)
(0.28/0.00/0.02/0.66)	

CMYK percentages

%27.91
%0
%2.33
%66.27

Codes

Color #3E5654 in popluar color models

3E5654
RGB628684
HSL175°16.22%29.02%
HSB/HSV175°27.91%33.73%
CMYK27.91%0.00%2.33%
66.27%

Color #3E5654 in popluar number systems.

HEX3E5654
Decimal628684
Binary11111010101101010100
Octal76126124

Shades and tints

Shades of #3E5654

#3E5654
(62,86,84)
#394F4D
(57,79,77)
#344846
(52,72,70)
#2F413F
(47,65,63)
#2A3A38
(42,58,56)
#253331
(37,51,49)
#202C2A
(32,44,42)
#1B2523
(27,37,35)
#161E1C
(22,30,28)
#111715
(17,23,21)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #3E5654

#3E5654
(62,86,84)
#4F6563
(79,101,99)
#607472
(96,116,114)
#718381
(113,131,129)
#829290
(130,146,144)
#93A19F
(147,161,159)
#A4B0AE
(164,176,174)
#B5BFBD
(181,191,189)
#C6CECC
(198,206,204)
#D7DDDB
(215,221,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5654; }

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

This text font color is #3E5654.


Background Color

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

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

This div background color is #3E5654.


Border color

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

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

This div border color is #3E5654.


Opacity

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

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

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

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

This text has shadow with #3E5654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5654 on black background.


Color preview on white background

This text has color #3E5654 on white background.



Black color preview on #3E5654 background

This text has black color on #3E5654 background.


White color preview on #3E5654 background

This text has white color on #3E5654 background.