COLOR #3E606A

HEX: #3E606A
RGB: (62,96,106)

Color info

#3E606A contains red, green and blue colors in about the same proportion. Web safe color of #3E606A is #336666 (or #366).

RGB color model

#3E606A color RGB value is (62,96,106).

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

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 106 of 255 = 42%

62
96
106

R + G + B ~ 35%. #3E606A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 106 = 264 (100%)
R 62 of 264 ~ 23.48%
G 96 of 264 ~ 36.36%
B 106 of 264 ~ 40.15%

%23.48
%36.36
%40.15

CMYK color model

#3E606A color CMYK value is (42,9,0,58).

  • cyan value is 41.51%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(42,9,0,58)
C42M9Y0K58 
(42%,9%,0%,58%)
(0.42/0.09/0.00/0.58)	

CMYK percentages

%41.51
%9.43
%0
%58.43

Codes

Color #3E606A in popluar color models

3E606A
RGB6296106
HSL194°26.19%32.94%
HSB/HSV194°41.51%41.57%
CMYK41.51%9.43%0.00%
58.43%

Color #3E606A in popluar number systems.

HEX3E606A
Decimal6296106
Binary11111011000001101010
Octal76140152

Shades and tints

Shades of #3E606A

#3E606A
(62,96,106)
#395861
(57,88,97)
#345058
(52,80,88)
#2F484F
(47,72,79)
#2A4046
(42,64,70)
#25383D
(37,56,61)
#203034
(32,48,52)
#1B282B
(27,40,43)
#162022
(22,32,34)
#111819
(17,24,25)
#0C1010
(12,16,16)
#000000
(0,0,0)

Tints of #3E606A

#3E606A
(62,96,106)
#4F6E77
(79,110,119)
#607C84
(96,124,132)
#718A91
(113,138,145)
#82989E
(130,152,158)
#93A6AB
(147,166,171)
#A4B4B8
(164,180,184)
#B5C2C5
(181,194,197)
#C6D0D2
(198,208,210)
#D7DEDF
(215,222,223)
#E8ECEC
(232,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E606A; }

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

This text font color is #3E606A.


Background Color

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

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

This div background color is #3E606A.


Border color

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

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

This div border color is #3E606A.


Opacity

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

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

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

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

This text has shadow with #3E606A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E606A on black background.


Color preview on white background

This text has color #3E606A on white background.



Black color preview on #3E606A background

This text has black color on #3E606A background.


White color preview on #3E606A background

This text has white color on #3E606A background.