COLOR #3E8498

HEX: #3E8498
RGB: (62,132,152)

Color info

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

RGB color model

#3E8498 color RGB value is (62,132,152).

  • red value is 62;
  • green value is 132;
  • blue value is 152.
RGB:
(62,132,152)
(24%,52%,60%)

RGB channels and saturation

R 62 of 255 = 24%
G 132 of 255 = 52%
B 152 of 255 = 60%

62
132
152

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

Portions of RGB colors in percentages

R + G + B =
62 + 132 + 152 = 346 (100%)
R 62 of 346 ~ 17.92%
G 132 of 346 ~ 38.15%
B 152 of 346 ~ 43.93%

%17.92
%38.15
%43.93

CMYK color model

#3E8498 color CMYK value is (59,13,0,40).

  • cyan value is 59.21%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(59,13,0,40)
C59M13Y0K40 
(59%,13%,0%,40%)
(0.59/0.13/0.00/0.40)	

CMYK percentages

%59.21
%13.16
%0
%40.39

Codes

Color #3E8498 in popluar color models

3E8498
RGB62132152
HSL193°42.06%41.96%
HSB/HSV193°59.21%59.61%
CMYK59.21%13.16%0.00%
40.39%

Color #3E8498 in popluar number systems.

HEX3E8498
Decimal62132152
Binary1111101000010010011000
Octal76204230

Shades and tints

Shades of #3E8498

#3E8498
(62,132,152)
#39788B
(57,120,139)
#346C7E
(52,108,126)
#2F6071
(47,96,113)
#2A5464
(42,84,100)
#254857
(37,72,87)
#203C4A
(32,60,74)
#1B303D
(27,48,61)
#162430
(22,36,48)
#111823
(17,24,35)
#0C0C16
(12,12,22)
#000000
(0,0,0)

Tints of #3E8498

#3E8498
(62,132,152)
#4F8FA1
(79,143,161)
#609AAA
(96,154,170)
#71A5B3
(113,165,179)
#82B0BC
(130,176,188)
#93BBC5
(147,187,197)
#A4C6CE
(164,198,206)
#B5D1D7
(181,209,215)
#C6DCE0
(198,220,224)
#D7E7E9
(215,231,233)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8498 color. Also use rgb(62,132,152) instead hex code.

Text Font Color

.myTextColor { color: #3E8498; }

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

This text font color is #3E8498.


Background Color

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

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

This div background color is #3E8498.


Border color

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

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

This div border color is #3E8498.


Opacity

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

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

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

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

This text has shadow with #3E8498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8498 on black background.


Color preview on white background

This text has color #3E8498 on white background.



Black color preview on #3E8498 background

This text has black color on #3E8498 background.


White color preview on #3E8498 background

This text has white color on #3E8498 background.