COLOR #3E5A7A

HEX: #3E5A7A
RGB: (62,90,122)

Color info

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

RGB color model

#3E5A7A color RGB value is (62,90,122).

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

RGB channels and saturation

R 62 of 255 = 24%
G 90 of 255 = 35%
B 122 of 255 = 48%

62
90
122

R + G + B ~ 36%. #3E5A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 90 + 122 = 274 (100%)
R 62 of 274 ~ 22.63%
G 90 of 274 ~ 32.85%
B 122 of 274 ~ 44.53%

%22.63
%32.85
%44.53

CMYK color model

#3E5A7A color CMYK value is (49,26,0,52).

  • cyan value is 49.18%
  • magenta value is 26.23%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(49,26,0,52)
C49M26Y0K52 
(49%,26%,0%,52%)
(0.49/0.26/0.00/0.52)	

CMYK percentages

%49.18
%26.23
%0
%52.16

Codes

Color #3E5A7A in popluar color models

3E5A7A
RGB6290122
HSL212°32.61%36.08%
HSB/HSV212°49.18%47.84%
CMYK49.18%26.23%0.00%
52.16%

Color #3E5A7A in popluar number systems.

HEX3E5A7A
Decimal6290122
Binary11111010110101111010
Octal76132172

Shades and tints

Shades of #3E5A7A

#3E5A7A
(62,90,122)
#39526F
(57,82,111)
#344A64
(52,74,100)
#2F4259
(47,66,89)
#2A3A4E
(42,58,78)
#253243
(37,50,67)
#202A38
(32,42,56)
#1B222D
(27,34,45)
#161A22
(22,26,34)
#111217
(17,18,23)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #3E5A7A

#3E5A7A
(62,90,122)
#4F6986
(79,105,134)
#607892
(96,120,146)
#71879E
(113,135,158)
#8296AA
(130,150,170)
#93A5B6
(147,165,182)
#A4B4C2
(164,180,194)
#B5C3CE
(181,195,206)
#C6D2DA
(198,210,218)
#D7E1E6
(215,225,230)
#E8F0F2
(232,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5A7A; }

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

This text font color is #3E5A7A.


Background Color

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

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

This div background color is #3E5A7A.


Border color

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

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

This div border color is #3E5A7A.


Opacity

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

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

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

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

This text has shadow with #3E5A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5A7A on black background.


Color preview on white background

This text has color #3E5A7A on white background.



Black color preview on #3E5A7A background

This text has black color on #3E5A7A background.


White color preview on #3E5A7A background

This text has white color on #3E5A7A background.