COLOR #3E879F

HEX: #3E879F
RGB: (62,135,159)

Color info

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

RGB color model

#3E879F color RGB value is (62,135,159).

  • red value is 62;
  • green value is 135;
  • blue value is 159.
RGB:
(62,135,159)
(24%,53%,62%)

RGB channels and saturation

R 62 of 255 = 24%
G 135 of 255 = 53%
B 159 of 255 = 62%

62
135
159

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

Portions of RGB colors in percentages

R + G + B =
62 + 135 + 159 = 356 (100%)
R 62 of 356 ~ 17.42%
G 135 of 356 ~ 37.92%
B 159 of 356 ~ 44.66%

%17.42
%37.92
%44.66

CMYK color model

#3E879F color CMYK value is (61,15,0,38).

  • cyan value is 61.01%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(61,15,0,38)
C61M15Y0K38 
(61%,15%,0%,38%)
(0.61/0.15/0.00/0.38)	

CMYK percentages

%61.01
%15.09
%0
%37.65

Codes

Color #3E879F in popluar color models

3E879F
RGB62135159
HSL195°43.89%43.33%
HSB/HSV195°61.01%62.35%
CMYK61.01%15.09%0.00%
37.65%

Color #3E879F in popluar number systems.

HEX3E879F
Decimal62135159
Binary1111101000011110011111
Octal76207237

Shades and tints

Shades of #3E879F

#3E879F
(62,135,159)
#397B91
(57,123,145)
#346F83
(52,111,131)
#2F6375
(47,99,117)
#2A5767
(42,87,103)
#254B59
(37,75,89)
#203F4B
(32,63,75)
#1B333D
(27,51,61)
#16272F
(22,39,47)
#111B21
(17,27,33)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #3E879F

#3E879F
(62,135,159)
#4F91A7
(79,145,167)
#609BAF
(96,155,175)
#71A5B7
(113,165,183)
#82AFBF
(130,175,191)
#93B9C7
(147,185,199)
#A4C3CF
(164,195,207)
#B5CDD7
(181,205,215)
#C6D7DF
(198,215,223)
#D7E1E7
(215,225,231)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E879F color. Also use rgb(62,135,159) instead hex code.

Text Font Color

.myTextColor { color: #3E879F; }

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

This text font color is #3E879F.


Background Color

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

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

This div background color is #3E879F.


Border color

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

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

This div border color is #3E879F.


Opacity

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

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

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

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

This text has shadow with #3E879F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E879F on black background.


Color preview on white background

This text has color #3E879F on white background.



Black color preview on #3E879F background

This text has black color on #3E879F background.


White color preview on #3E879F background

This text has white color on #3E879F background.