COLOR #3E606D

HEX: #3E606D
RGB: (62,96,109)

Color info

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

RGB color model

#3E606D color RGB value is (62,96,109).

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

RGB channels and saturation

R 62 of 255 = 24%
G 96 of 255 = 38%
B 109 of 255 = 43%

62
96
109

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

Portions of RGB colors in percentages

R + G + B =
62 + 96 + 109 = 267 (100%)
R 62 of 267 ~ 23.22%
G 96 of 267 ~ 35.96%
B 109 of 267 ~ 40.82%

%23.22
%35.96
%40.82

CMYK color model

#3E606D color CMYK value is (43,12,0,57).

  • cyan value is 43.12%
  • magenta value is 11.93%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(43,12,0,57)
C43M12Y0K57 
(43%,12%,0%,57%)
(0.43/0.12/0.00/0.57)	

CMYK percentages

%43.12
%11.93
%0
%57.25

Codes

Color #3E606D in popluar color models

3E606D
RGB6296109
HSL197°27.49%33.53%
HSB/HSV197°43.12%42.75%
CMYK43.12%11.93%0.00%
57.25%

Color #3E606D in popluar number systems.

HEX3E606D
Decimal6296109
Binary11111011000001101101
Octal76140155

Shades and tints

Shades of #3E606D

#3E606D
(62,96,109)
#395864
(57,88,100)
#34505B
(52,80,91)
#2F4852
(47,72,82)
#2A4049
(42,64,73)
#253840
(37,56,64)
#203037
(32,48,55)
#1B282E
(27,40,46)
#162025
(22,32,37)
#11181C
(17,24,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #3E606D

#3E606D
(62,96,109)
#4F6E7A
(79,110,122)
#607C87
(96,124,135)
#718A94
(113,138,148)
#8298A1
(130,152,161)
#93A6AE
(147,166,174)
#A4B4BB
(164,180,187)
#B5C2C8
(181,194,200)
#C6D0D5
(198,208,213)
#D7DEE2
(215,222,226)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E606D; }

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

This text font color is #3E606D.


Background Color

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

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

This div background color is #3E606D.


Border color

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

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

This div border color is #3E606D.


Opacity

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

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

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

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

This text has shadow with #3E606D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E606D on black background.


Color preview on white background

This text has color #3E606D on white background.



Black color preview on #3E606D background

This text has black color on #3E606D background.


White color preview on #3E606D background

This text has white color on #3E606D background.