COLOR #3E6871

HEX: #3E6871
RGB: (62,104,113)

Color info

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

RGB color model

#3E6871 color RGB value is (62,104,113).

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

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 113 of 255 = 44%

62
104
113

R + G + B ~ 36%. #3E6871 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 104 + 113 = 279 (100%)
R 62 of 279 ~ 22.22%
G 104 of 279 ~ 37.28%
B 113 of 279 ~ 40.5%

%22.22
%37.28
%40.5

CMYK color model

#3E6871 color CMYK value is (45,8,0,56).

  • cyan value is 45.13%
  • magenta value is 7.96%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(45,8,0,56)
C45M8Y0K56 
(45%,8%,0%,56%)
(0.45/0.08/0.00/0.56)	

CMYK percentages

%45.13
%7.96
%0
%55.69

Codes

Color #3E6871 in popluar color models

3E6871
RGB62104113
HSL191°29.14%34.31%
HSB/HSV191°45.13%44.31%
CMYK45.13%7.96%0.00%
55.69%

Color #3E6871 in popluar number systems.

HEX3E6871
Decimal62104113
Binary11111011010001110001
Octal76150161

Shades and tints

Shades of #3E6871

#3E6871
(62,104,113)
#395F67
(57,95,103)
#34565D
(52,86,93)
#2F4D53
(47,77,83)
#2A4449
(42,68,73)
#253B3F
(37,59,63)
#203235
(32,50,53)
#1B292B
(27,41,43)
#162021
(22,32,33)
#111717
(17,23,23)
#0C0E0D
(12,14,13)
#000000
(0,0,0)

Tints of #3E6871

#3E6871
(62,104,113)
#4F757D
(79,117,125)
#608289
(96,130,137)
#718F95
(113,143,149)
#829CA1
(130,156,161)
#93A9AD
(147,169,173)
#A4B6B9
(164,182,185)
#B5C3C5
(181,195,197)
#C6D0D1
(198,208,209)
#D7DDDD
(215,221,221)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6871; }

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

This text font color is #3E6871.


Background Color

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

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

This div background color is #3E6871.


Border color

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

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

This div border color is #3E6871.


Opacity

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

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

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

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

This text has shadow with #3E6871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6871 on black background.


Color preview on white background

This text has color #3E6871 on white background.



Black color preview on #3E6871 background

This text has black color on #3E6871 background.


White color preview on #3E6871 background

This text has white color on #3E6871 background.