COLOR #3E556E

HEX: #3E556E
RGB: (62,85,110)

Color info

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

RGB color model

#3E556E color RGB value is (62,85,110).

  • red value is 62;
  • green value is 85;
  • blue value is 110.
RGB:
(62,85,110)
(24%,33%,43%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 110 of 255 = 43%

62
85
110

R + G + B ~ 33%. #3E556E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 85 + 110 = 257 (100%)
R 62 of 257 ~ 24.12%
G 85 of 257 ~ 33.07%
B 110 of 257 ~ 42.8%

%24.12
%33.07
%42.8

CMYK color model

#3E556E color CMYK value is (44,23,0,57).

  • cyan value is 43.64%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(44,23,0,57)
C44M23Y0K57 
(44%,23%,0%,57%)
(0.44/0.23/0.00/0.57)	

CMYK percentages

%43.64
%22.73
%0
%56.86

Codes

Color #3E556E in popluar color models

3E556E
RGB6285110
HSL211°27.91%33.73%
HSB/HSV211°43.64%43.14%
CMYK43.64%22.73%0.00%
56.86%

Color #3E556E in popluar number systems.

HEX3E556E
Decimal6285110
Binary11111010101011101110
Octal76125156

Shades and tints

Shades of #3E556E

#3E556E
(62,85,110)
#394E64
(57,78,100)
#34475A
(52,71,90)
#2F4050
(47,64,80)
#2A3946
(42,57,70)
#25323C
(37,50,60)
#202B32
(32,43,50)
#1B2428
(27,36,40)
#161D1E
(22,29,30)
#111614
(17,22,20)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #3E556E

#3E556E
(62,85,110)
#4F647B
(79,100,123)
#607388
(96,115,136)
#718295
(113,130,149)
#8291A2
(130,145,162)
#93A0AF
(147,160,175)
#A4AFBC
(164,175,188)
#B5BEC9
(181,190,201)
#C6CDD6
(198,205,214)
#D7DCE3
(215,220,227)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E556E color. Also use rgb(62,85,110) instead hex code.

Text Font Color

.myTextColor { color: #3E556E; }

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

This text font color is #3E556E.


Background Color

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

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

This div background color is #3E556E.


Border color

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

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

This div border color is #3E556E.


Opacity

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

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

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

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

This text has shadow with #3E556E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E556E on black background.


Color preview on white background

This text has color #3E556E on white background.



Black color preview on #3E556E background

This text has black color on #3E556E background.


White color preview on #3E556E background

This text has white color on #3E556E background.