COLOR #3E8690

HEX: #3E8690
RGB: (62,134,144)

Color info

#3E8690 contains mainly green and blue colors. Web safe color of #3E8690 is #339999 (or #399).

RGB color model

#3E8690 color RGB value is (62,134,144).

  • red value is 62;
  • green value is 134;
  • blue value is 144.
RGB:
(62,134,144)
(24%,53%,56%)

RGB channels and saturation

R 62 of 255 = 24%
G 134 of 255 = 53%
B 144 of 255 = 56%

62
134
144

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

Portions of RGB colors in percentages

R + G + B =
62 + 134 + 144 = 340 (100%)
R 62 of 340 ~ 18.24%
G 134 of 340 ~ 39.41%
B 144 of 340 ~ 42.35%

%18.24
%39.41
%42.35

CMYK color model

#3E8690 color CMYK value is (57,7,0,44).

  • cyan value is 56.94%
  • magenta value is 6.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(57,7,0,44)
C57M7Y0K44 
(57%,7%,0%,44%)
(0.57/0.07/0.00/0.44)	

CMYK percentages

%56.94
%6.94
%0
%43.53

Codes

Color #3E8690 in popluar color models

3E8690
RGB62134144
HSL187°39.81%40.39%
HSB/HSV187°56.94%56.47%
CMYK56.94%6.94%0.00%
43.53%

Color #3E8690 in popluar number systems.

HEX3E8690
Decimal62134144
Binary1111101000011010010000
Octal76206220

Shades and tints

Shades of #3E8690

#3E8690
(62,134,144)
#397A83
(57,122,131)
#346E76
(52,110,118)
#2F6269
(47,98,105)
#2A565C
(42,86,92)
#254A4F
(37,74,79)
#203E42
(32,62,66)
#1B3235
(27,50,53)
#162628
(22,38,40)
#111A1B
(17,26,27)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #3E8690

#3E8690
(62,134,144)
#4F919A
(79,145,154)
#609CA4
(96,156,164)
#71A7AE
(113,167,174)
#82B2B8
(130,178,184)
#93BDC2
(147,189,194)
#A4C8CC
(164,200,204)
#B5D3D6
(181,211,214)
#C6DEE0
(198,222,224)
#D7E9EA
(215,233,234)
#E8F4F4
(232,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8690 color. Also use rgb(62,134,144) instead hex code.

Text Font Color

.myTextColor { color: #3E8690; }

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

This text font color is #3E8690.


Background Color

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

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

This div background color is #3E8690.


Border color

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

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

This div border color is #3E8690.


Opacity

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

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

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

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

This text has shadow with #3E8690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8690 on black background.


Color preview on white background

This text has color #3E8690 on white background.



Black color preview on #3E8690 background

This text has black color on #3E8690 background.


White color preview on #3E8690 background

This text has white color on #3E8690 background.