COLOR #3E6863

HEX: #3E6863
RGB: (62,104,99)

Color info

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

RGB color model

#3E6863 color RGB value is (62,104,99).

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

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 99 of 255 = 39%

62
104
99

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

Portions of RGB colors in percentages

R + G + B =
62 + 104 + 99 = 265 (100%)
R 62 of 265 ~ 23.4%
G 104 of 265 ~ 39.25%
B 99 of 265 ~ 37.36%

%23.4
%39.25
%37.36

CMYK color model

#3E6863 color CMYK value is (40,0,5,59).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • key color value is 59.22%
CMYK:
(40,0,5,59)
C40M0Y5K59 
(40%,0%,5%,59%)
(0.40/0.00/0.05/0.59)	

CMYK percentages

%40.38
%0
%4.81
%59.22

Codes

Color #3E6863 in popluar color models

3E6863
RGB6210499
HSL173°25.30%32.55%
HSB/HSV173°40.38%40.78%
CMYK40.38%0.00%4.81%
59.22%

Color #3E6863 in popluar number systems.

HEX3E6863
Decimal6210499
Binary11111011010001100011
Octal76150143

Shades and tints

Shades of #3E6863

#3E6863
(62,104,99)
#395F5A
(57,95,90)
#345651
(52,86,81)
#2F4D48
(47,77,72)
#2A443F
(42,68,63)
#253B36
(37,59,54)
#20322D
(32,50,45)
#1B2924
(27,41,36)
#16201B
(22,32,27)
#111712
(17,23,18)
#0C0E09
(12,14,9)
#000000
(0,0,0)

Tints of #3E6863

#3E6863
(62,104,99)
#4F7571
(79,117,113)
#60827F
(96,130,127)
#718F8D
(113,143,141)
#829C9B
(130,156,155)
#93A9A9
(147,169,169)
#A4B6B7
(164,182,183)
#B5C3C5
(181,195,197)
#C6D0D3
(198,208,211)
#D7DDE1
(215,221,225)
#E8EAEF
(232,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6863; }

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

This text font color is #3E6863.


Background Color

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

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

This div background color is #3E6863.


Border color

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

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

This div border color is #3E6863.


Opacity

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

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

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

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

This text has shadow with #3E6863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6863 on black background.


Color preview on white background

This text has color #3E6863 on white background.



Black color preview on #3E6863 background

This text has black color on #3E6863 background.


White color preview on #3E6863 background

This text has white color on #3E6863 background.