COLOR #3E748F

HEX: #3E748F
RGB: (62,116,143)

Color info

#3E748F contains mainly green and blue colors. Web safe color of #3E748F is #336699 (or #369).

RGB color model

#3E748F color RGB value is (62,116,143).

  • red value is 62;
  • green value is 116;
  • blue value is 143.
RGB:
(62,116,143)
(24%,45%,56%)

RGB channels and saturation

R 62 of 255 = 24%
G 116 of 255 = 45%
B 143 of 255 = 56%

62
116
143

R + G + B ~ 42%. #3E748F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
62 + 116 + 143 = 321 (100%)
R 62 of 321 ~ 19.31%
G 116 of 321 ~ 36.14%
B 143 of 321 ~ 44.55%

%19.31
%36.14
%44.55

CMYK color model

#3E748F color CMYK value is (57,19,0,44).

  • cyan value is 56.64%
  • magenta value is 18.88%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(57,19,0,44)
C57M19Y0K44 
(57%,19%,0%,44%)
(0.57/0.19/0.00/0.44)	

CMYK percentages

%56.64
%18.88
%0
%43.92

Codes

Color #3E748F in popluar color models

3E748F
RGB62116143
HSL200°39.51%40.20%
HSB/HSV200°56.64%56.08%
CMYK56.64%18.88%0.00%
43.92%

Color #3E748F in popluar number systems.

HEX3E748F
Decimal62116143
Binary111110111010010001111
Octal76164217

Shades and tints

Shades of #3E748F

#3E748F
(62,116,143)
#396A82
(57,106,130)
#346075
(52,96,117)
#2F5668
(47,86,104)
#2A4C5B
(42,76,91)
#25424E
(37,66,78)
#203841
(32,56,65)
#1B2E34
(27,46,52)
#162427
(22,36,39)
#111A1A
(17,26,26)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #3E748F

#3E748F
(62,116,143)
#4F8099
(79,128,153)
#608CA3
(96,140,163)
#7198AD
(113,152,173)
#82A4B7
(130,164,183)
#93B0C1
(147,176,193)
#A4BCCB
(164,188,203)
#B5C8D5
(181,200,213)
#C6D4DF
(198,212,223)
#D7E0E9
(215,224,233)
#E8ECF3
(232,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E748F color. Also use rgb(62,116,143) instead hex code.

Text Font Color

.myTextColor { color: #3E748F; }

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

This text font color is #3E748F.


Background Color

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

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

This div background color is #3E748F.


Border color

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

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

This div border color is #3E748F.


Opacity

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

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

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

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

This text has shadow with #3E748F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E748F on black background.


Color preview on white background

This text has color #3E748F on white background.



Black color preview on #3E748F background

This text has black color on #3E748F background.


White color preview on #3E748F background

This text has white color on #3E748F background.