COLOR #3E6875

HEX: #3E6875
RGB: (62,104,117)

Color info

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

RGB color model

#3E6875 color RGB value is (62,104,117).

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

RGB channels and saturation

R 62 of 255 = 24%
G 104 of 255 = 41%
B 117 of 255 = 46%

62
104
117

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

Portions of RGB colors in percentages

R + G + B =
62 + 104 + 117 = 283 (100%)
R 62 of 283 ~ 21.91%
G 104 of 283 ~ 36.75%
B 117 of 283 ~ 41.34%

%21.91
%36.75
%41.34

CMYK color model

#3E6875 color CMYK value is (47,11,0,54).

  • cyan value is 47.01%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(47,11,0,54)
C47M11Y0K54 
(47%,11%,0%,54%)
(0.47/0.11/0.00/0.54)	

CMYK percentages

%47.01
%11.11
%0
%54.12

Codes

Color #3E6875 in popluar color models

3E6875
RGB62104117
HSL194°30.73%35.10%
HSB/HSV194°47.01%45.88%
CMYK47.01%11.11%0.00%
54.12%

Color #3E6875 in popluar number systems.

HEX3E6875
Decimal62104117
Binary11111011010001110101
Octal76150165

Shades and tints

Shades of #3E6875

#3E6875
(62,104,117)
#395F6B
(57,95,107)
#345661
(52,86,97)
#2F4D57
(47,77,87)
#2A444D
(42,68,77)
#253B43
(37,59,67)
#203239
(32,50,57)
#1B292F
(27,41,47)
#162025
(22,32,37)
#11171B
(17,23,27)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #3E6875

#3E6875
(62,104,117)
#4F7581
(79,117,129)
#60828D
(96,130,141)
#718F99
(113,143,153)
#829CA5
(130,156,165)
#93A9B1
(147,169,177)
#A4B6BD
(164,182,189)
#B5C3C9
(181,195,201)
#C6D0D5
(198,208,213)
#D7DDE1
(215,221,225)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E6875; }

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

This text font color is #3E6875.


Background Color

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

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

This div background color is #3E6875.


Border color

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

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

This div border color is #3E6875.


Opacity

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

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

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

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

This text has shadow with #3E6875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E6875 on black background.


Color preview on white background

This text has color #3E6875 on white background.



Black color preview on #3E6875 background

This text has black color on #3E6875 background.


White color preview on #3E6875 background

This text has white color on #3E6875 background.