COLOR #3E8596

HEX: #3E8596
RGB: (62,133,150)

Color info

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

RGB color model

#3E8596 color RGB value is (62,133,150).

  • red value is 62;
  • green value is 133;
  • blue value is 150.
RGB:
(62,133,150)
(24%,52%,59%)

RGB channels and saturation

R 62 of 255 = 24%
G 133 of 255 = 52%
B 150 of 255 = 59%

62
133
150

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

Portions of RGB colors in percentages

R + G + B =
62 + 133 + 150 = 345 (100%)
R 62 of 345 ~ 17.97%
G 133 of 345 ~ 38.55%
B 150 of 345 ~ 43.48%

%17.97
%38.55
%43.48

CMYK color model

#3E8596 color CMYK value is (59,11,0,41).

  • cyan value is 58.67%
  • magenta value is 11.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(59,11,0,41)
C59M11Y0K41 
(59%,11%,0%,41%)
(0.59/0.11/0.00/0.41)	

CMYK percentages

%58.67
%11.33
%0
%41.18

Codes

Color #3E8596 in popluar color models

3E8596
RGB62133150
HSL192°41.51%41.57%
HSB/HSV192°58.67%58.82%
CMYK58.67%11.33%0.00%
41.18%

Color #3E8596 in popluar number systems.

HEX3E8596
Decimal62133150
Binary1111101000010110010110
Octal76205226

Shades and tints

Shades of #3E8596

#3E8596
(62,133,150)
#397989
(57,121,137)
#346D7C
(52,109,124)
#2F616F
(47,97,111)
#2A5562
(42,85,98)
#254955
(37,73,85)
#203D48
(32,61,72)
#1B313B
(27,49,59)
#16252E
(22,37,46)
#111921
(17,25,33)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #3E8596

#3E8596
(62,133,150)
#4F909F
(79,144,159)
#609BA8
(96,155,168)
#71A6B1
(113,166,177)
#82B1BA
(130,177,186)
#93BCC3
(147,188,195)
#A4C7CC
(164,199,204)
#B5D2D5
(181,210,213)
#C6DDDE
(198,221,222)
#D7E8E7
(215,232,231)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E8596 color. Also use rgb(62,133,150) instead hex code.

Text Font Color

.myTextColor { color: #3E8596; }

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

This text font color is #3E8596.


Background Color

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

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

This div background color is #3E8596.


Border color

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

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

This div border color is #3E8596.


Opacity

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

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

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

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

This text has shadow with #3E8596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E8596 on black background.


Color preview on white background

This text has color #3E8596 on white background.



Black color preview on #3E8596 background

This text has black color on #3E8596 background.


White color preview on #3E8596 background

This text has white color on #3E8596 background.