COLOR #3E97A4

HEX: #3E97A4
RGB: (62,151,164)

Color info

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

RGB color model

#3E97A4 color RGB value is (62,151,164).

  • red value is 62;
  • green value is 151;
  • blue value is 164.
RGB:
(62,151,164)
(24%,59%,64%)

RGB channels and saturation

R 62 of 255 = 24%
G 151 of 255 = 59%
B 164 of 255 = 64%

62
151
164

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

Portions of RGB colors in percentages

R + G + B =
62 + 151 + 164 = 377 (100%)
R 62 of 377 ~ 16.45%
G 151 of 377 ~ 40.05%
B 164 of 377 ~ 43.5%

%16.45
%40.05
%43.5

CMYK color model

#3E97A4 color CMYK value is (62,8,0,36).

  • cyan value is 62.20%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(62,8,0,36)
C62M8Y0K36 
(62%,8%,0%,36%)
(0.62/0.08/0.00/0.36)	

CMYK percentages

%62.2
%7.93
%0
%35.69

Codes

Color #3E97A4 in popluar color models

3E97A4
RGB62151164
HSL188°45.13%44.31%
HSB/HSV188°62.20%64.31%
CMYK62.20%7.93%0.00%
35.69%

Color #3E97A4 in popluar number systems.

HEX3E97A4
Decimal62151164
Binary1111101001011110100100
Octal76227244

Shades and tints

Shades of #3E97A4

#3E97A4
(62,151,164)
#398A96
(57,138,150)
#347D88
(52,125,136)
#2F707A
(47,112,122)
#2A636C
(42,99,108)
#25565E
(37,86,94)
#204950
(32,73,80)
#1B3C42
(27,60,66)
#162F34
(22,47,52)
#112226
(17,34,38)
#0C1518
(12,21,24)
#000000
(0,0,0)

Tints of #3E97A4

#3E97A4
(62,151,164)
#4FA0AC
(79,160,172)
#60A9B4
(96,169,180)
#71B2BC
(113,178,188)
#82BBC4
(130,187,196)
#93C4CC
(147,196,204)
#A4CDD4
(164,205,212)
#B5D6DC
(181,214,220)
#C6DFE4
(198,223,228)
#D7E8EC
(215,232,236)
#E8F1F4
(232,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E97A4 color. Also use rgb(62,151,164) instead hex code.

Text Font Color

.myTextColor { color: #3E97A4; }

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

This text font color is #3E97A4.


Background Color

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

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

This div background color is #3E97A4.


Border color

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

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

This div border color is #3E97A4.


Opacity

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

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

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

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

This text has shadow with #3E97A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E97A4 on black background.


Color preview on white background

This text has color #3E97A4 on white background.



Black color preview on #3E97A4 background

This text has black color on #3E97A4 background.


White color preview on #3E97A4 background

This text has white color on #3E97A4 background.