COLOR #3E506C

HEX: #3E506C
RGB: (62,80,108)

Color info

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

RGB color model

#3E506C color RGB value is (62,80,108).

  • red value is 62;
  • green value is 80;
  • blue value is 108.
RGB:
(62,80,108)
(24%,31%,42%)

RGB channels and saturation

R 62 of 255 = 24%
G 80 of 255 = 31%
B 108 of 255 = 42%

62
80
108

R + G + B ~ 32%. #3E506C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 80 + 108 = 250 (100%)
R 62 of 250 ~ 24.8%
G 80 of 250 ~ 32%
B 108 of 250 ~ 43.2%

%24.8
%32
%43.2

CMYK color model

#3E506C color CMYK value is (43,26,0,58).

  • cyan value is 42.59%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(43,26,0,58)
C43M26Y0K58 
(43%,26%,0%,58%)
(0.43/0.26/0.00/0.58)	

CMYK percentages

%42.59
%25.93
%0
%57.65

Codes

Color #3E506C in popluar color models

3E506C
RGB6280108
HSL217°27.06%33.33%
HSB/HSV217°42.59%42.35%
CMYK42.59%25.93%0.00%
57.65%

Color #3E506C in popluar number systems.

HEX3E506C
Decimal6280108
Binary11111010100001101100
Octal76120154

Shades and tints

Shades of #3E506C

#3E506C
(62,80,108)
#394963
(57,73,99)
#34425A
(52,66,90)
#2F3B51
(47,59,81)
#2A3448
(42,52,72)
#252D3F
(37,45,63)
#202636
(32,38,54)
#1B1F2D
(27,31,45)
#161824
(22,24,36)
#11111B
(17,17,27)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #3E506C

#3E506C
(62,80,108)
#4F5F79
(79,95,121)
#606E86
(96,110,134)
#717D93
(113,125,147)
#828CA0
(130,140,160)
#939BAD
(147,155,173)
#A4AABA
(164,170,186)
#B5B9C7
(181,185,199)
#C6C8D4
(198,200,212)
#D7D7E1
(215,215,225)
#E8E6EE
(232,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E506C color. Also use rgb(62,80,108) instead hex code.

Text Font Color

.myTextColor { color: #3E506C; }

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

This text font color is #3E506C.


Background Color

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

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

This div background color is #3E506C.


Border color

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

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

This div border color is #3E506C.


Opacity

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

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

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

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

This text has shadow with #3E506C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E506C on black background.


Color preview on white background

This text has color #3E506C on white background.



Black color preview on #3E506C background

This text has black color on #3E506C background.


White color preview on #3E506C background

This text has white color on #3E506C background.