COLOR #3E6382

HEX: #3E6382
RGB: (62,99,130)

Color info

#3E6382 contains mainly green and blue colors. Web safe color of #3E6382 is #336699 (or #369).

RGB color model

#3E6382 color RGB value is (62,99,130).

  • red value is 62;
  • green value is 99;
  • blue value is 130.
RGB:
(62,99,130)
(24%,39%,51%)

RGB channels and saturation

R 62 of 255 = 24%
G 99 of 255 = 39%
B 130 of 255 = 51%

62
99
130

R + G + B ~ 38%. #3E6382 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 99 + 130 = 291 (100%)
R 62 of 291 ~ 21.31%
G 99 of 291 ~ 34.02%
B 130 of 291 ~ 44.67%

%21.31
%34.02
%44.67

CMYK color model

#3E6382 color CMYK value is (52,24,0,49).

  • cyan value is 52.31%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(52,24,0,49)
C52M24Y0K49 
(52%,24%,0%,49%)
(0.52/0.24/0.00/0.49)	

CMYK percentages

%52.31
%23.85
%0
%49.02

Codes

Color #3E6382 in popluar color models

3E6382
RGB6299130
HSL207°35.42%37.65%
HSB/HSV207°52.31%50.98%
CMYK52.31%23.85%0.00%
49.02%

Color #3E6382 in popluar number systems.

HEX3E6382
Decimal6299130
Binary111110110001110000010
Octal76143202

Shades and tints

Shades of #3E6382

#3E6382
(62,99,130)
#395A77
(57,90,119)
#34516C
(52,81,108)
#2F4861
(47,72,97)
#2A3F56
(42,63,86)
#25364B
(37,54,75)
#202D40
(32,45,64)
#1B2435
(27,36,53)
#161B2A
(22,27,42)
#11121F
(17,18,31)
#0C0914
(12,9,20)
#000000
(0,0,0)

Tints of #3E6382

#3E6382
(62,99,130)
#4F718D
(79,113,141)
#607F98
(96,127,152)
#718DA3
(113,141,163)
#829BAE
(130,155,174)
#93A9B9
(147,169,185)
#A4B7C4
(164,183,196)
#B5C5CF
(181,197,207)
#C6D3DA
(198,211,218)
#D7E1E5
(215,225,229)
#E8EFF0
(232,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E6382 color. Also use rgb(62,99,130) instead hex code.

Text Font Color

.myTextColor { color: #3E6382; }

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

This text font color is #3E6382.


Background Color

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

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

This div background color is #3E6382.


Border color

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

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

This div border color is #3E6382.


Opacity

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

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

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

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

This text has shadow with #3E6382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6382 on black background.


Color preview on white background

This text has color #3E6382 on white background.



Black color preview on #3E6382 background

This text has black color on #3E6382 background.


White color preview on #3E6382 background

This text has white color on #3E6382 background.