COLOR #3E728F

HEX: #3E728F
RGB: (62,114,143)

Color info

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

RGB color model

#3E728F color RGB value is (62,114,143).

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

RGB channels and saturation

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

62
114
143

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

Portions of RGB colors in percentages

R + G + B =
62 + 114 + 143 = 319 (100%)
R 62 of 319 ~ 19.44%
G 114 of 319 ~ 35.74%
B 143 of 319 ~ 44.83%

%19.44
%35.74
%44.83

CMYK color model

#3E728F color CMYK value is (57,20,0,44).

  • cyan value is 56.64%
  • magenta value is 20.28%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(57,20,0,44)
C57M20Y0K44 
(57%,20%,0%,44%)
(0.57/0.20/0.00/0.44)	

CMYK percentages

%56.64
%20.28
%0
%43.92

Codes

Color #3E728F in popluar color models

3E728F
RGB62114143
HSL201°39.51%40.20%
HSB/HSV201°56.64%56.08%
CMYK56.64%20.28%0.00%
43.92%

Color #3E728F in popluar number systems.

HEX3E728F
Decimal62114143
Binary111110111001010001111
Octal76162217

Shades and tints

Shades of #3E728F

#3E728F
(62,114,143)
#396882
(57,104,130)
#345E75
(52,94,117)
#2F5468
(47,84,104)
#2A4A5B
(42,74,91)
#25404E
(37,64,78)
#203641
(32,54,65)
#1B2C34
(27,44,52)
#162227
(22,34,39)
#11181A
(17,24,26)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #3E728F

#3E728F
(62,114,143)
#4F7E99
(79,126,153)
#608AA3
(96,138,163)
#7196AD
(113,150,173)
#82A2B7
(130,162,183)
#93AEC1
(147,174,193)
#A4BACB
(164,186,203)
#B5C6D5
(181,198,213)
#C6D2DF
(198,210,223)
#D7DEE9
(215,222,233)
#E8EAF3
(232,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E728F; }

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

This text font color is #3E728F.


Background Color

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

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

This div background color is #3E728F.


Border color

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

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

This div border color is #3E728F.


Opacity

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

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

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

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

This text has shadow with #3E728F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E728F on black background.


Color preview on white background

This text has color #3E728F on white background.



Black color preview on #3E728F background

This text has black color on #3E728F background.


White color preview on #3E728F background

This text has white color on #3E728F background.