COLOR #3E547A

HEX: #3E547A
RGB: (62,84,122)

Color info

#3E547A contains mainly green and blue colors. Web safe color of #3E547A is #336666 (or #366).

RGB color model

#3E547A color RGB value is (62,84,122).

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

RGB channels and saturation

R 62 of 255 = 24%
G 84 of 255 = 33%
B 122 of 255 = 48%

62
84
122

R + G + B ~ 35%. #3E547A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 84 + 122 = 268 (100%)
R 62 of 268 ~ 23.13%
G 84 of 268 ~ 31.34%
B 122 of 268 ~ 45.52%

%23.13
%31.34
%45.52

CMYK color model

#3E547A color CMYK value is (49,31,0,52).

  • cyan value is 49.18%
  • magenta value is 31.15%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(49,31,0,52)
C49M31Y0K52 
(49%,31%,0%,52%)
(0.49/0.31/0.00/0.52)	

CMYK percentages

%49.18
%31.15
%0
%52.16

Codes

Color #3E547A in popluar color models

3E547A
RGB6284122
HSL218°32.61%36.08%
HSB/HSV218°49.18%47.84%
CMYK49.18%31.15%0.00%
52.16%

Color #3E547A in popluar number systems.

HEX3E547A
Decimal6284122
Binary11111010101001111010
Octal76124172

Shades and tints

Shades of #3E547A

#3E547A
(62,84,122)
#394D6F
(57,77,111)
#344664
(52,70,100)
#2F3F59
(47,63,89)
#2A384E
(42,56,78)
#253143
(37,49,67)
#202A38
(32,42,56)
#1B232D
(27,35,45)
#161C22
(22,28,34)
#111517
(17,21,23)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #3E547A

#3E547A
(62,84,122)
#4F6386
(79,99,134)
#607292
(96,114,146)
#71819E
(113,129,158)
#8290AA
(130,144,170)
#939FB6
(147,159,182)
#A4AEC2
(164,174,194)
#B5BDCE
(181,189,206)
#C6CCDA
(198,204,218)
#D7DBE6
(215,219,230)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E547A; }

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

This text font color is #3E547A.


Background Color

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

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

This div background color is #3E547A.


Border color

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

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

This div border color is #3E547A.


Opacity

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

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

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

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

This text has shadow with #3E547A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E547A on black background.


Color preview on white background

This text has color #3E547A on white background.



Black color preview on #3E547A background

This text has black color on #3E547A background.


White color preview on #3E547A background

This text has white color on #3E547A background.