COLOR #3E607A

HEX: #3E607A
RGB: (62,96,122)

Color info

#3E607A contains mainly green and blue colors. Web safe color of #3E607A is #336666 (or #366).

RGB color model

#3E607A color RGB value is (62,96,122).

  • red value is 62;
  • green value is 96;
  • blue value is 122.
RGB:
(62,96,122)
(24%,38%,48%)

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 122 of 255 = 48%

62
96
122

R + G + B ~ 37%. #3E607A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 122 = 280 (100%)
R 62 of 280 ~ 22.14%
G 96 of 280 ~ 34.29%
B 122 of 280 ~ 43.57%

%22.14
%34.29
%43.57

CMYK color model

#3E607A color CMYK value is (49,21,0,52).

  • cyan value is 49.18%
  • magenta value is 21.31%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(49,21,0,52)
C49M21Y0K52 
(49%,21%,0%,52%)
(0.49/0.21/0.00/0.52)	

CMYK percentages

%49.18
%21.31
%0
%52.16

Codes

Color #3E607A in popluar color models

3E607A
RGB6296122
HSL206°32.61%36.08%
HSB/HSV206°49.18%47.84%
CMYK49.18%21.31%0.00%
52.16%

Color #3E607A in popluar number systems.

HEX3E607A
Decimal6296122
Binary11111011000001111010
Octal76140172

Shades and tints

Shades of #3E607A

#3E607A
(62,96,122)
#39586F
(57,88,111)
#345064
(52,80,100)
#2F4859
(47,72,89)
#2A404E
(42,64,78)
#253843
(37,56,67)
#203038
(32,48,56)
#1B282D
(27,40,45)
#162022
(22,32,34)
#111817
(17,24,23)
#0C100C
(12,16,12)
#000000
(0,0,0)

Tints of #3E607A

#3E607A
(62,96,122)
#4F6E86
(79,110,134)
#607C92
(96,124,146)
#718A9E
(113,138,158)
#8298AA
(130,152,170)
#93A6B6
(147,166,182)
#A4B4C2
(164,180,194)
#B5C2CE
(181,194,206)
#C6D0DA
(198,208,218)
#D7DEE6
(215,222,230)
#E8ECF2
(232,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E607A color. Also use rgb(62,96,122) instead hex code.

Text Font Color

.myTextColor { color: #3E607A; }

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

This text font color is #3E607A.


Background Color

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

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

This div background color is #3E607A.


Border color

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

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

This div border color is #3E607A.


Opacity

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

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

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

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

This text has shadow with #3E607A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E607A on black background.


Color preview on white background

This text has color #3E607A on white background.



Black color preview on #3E607A background

This text has black color on #3E607A background.


White color preview on #3E607A background

This text has white color on #3E607A background.