COLOR #3E5863

HEX: #3E5863 RGB: (62,88,99)

Color info

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

RGB color model

#3E5863 color RGB value is (62,88,99).

RGB: (62,88,99) (24%, 35%, 39%)

RGB channels and saturation

R 62 of 255 = 24%
G 88 of 255 = 35%
B 99 of 255 = 39%

62
88
99

R + G + B ~ 33%. #3E5863 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 88 + 99 = 249 (100%)
R 62 of 249 ~ 24.9%
G 88 of 249 ~ 35.34%
B 99 of 249 ~ 39.76'%

%24.9
%35.34
%39.76

CMYK color model

#3E5863 color CMYK value is (37,11,0,61).

  • cyan value is 37.37%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (37,11,0,61) C37M11Y0K61 (37%,11%,0%,61%) (0.37/0.11/0.00/0.61) 

CMYK percentages

%37.37
%11.11
%0
%61.18

Codes

Color #3E5863 in popluar color models

3E 58 63
RGB 62 88 99
HSL 198° 22.98% 31.57%
HSB/HSV 198° 37.37% 38.82%
CMYK 37.37% 11.11% 0.00%
61.18%

Color #3E5863 in popluar number systems.

HEX 3E 58 63
Decimal 62 88 99
Binary 111110 1011000 1100011
Octal 76 130 143

Shades and tints

Shades of #3E5863

#3E5863
(62,88,99)
#39505A
(57,80,90)
#344851
(52,72,81)
#2F4048
(47,64,72)
#2A383F
(42,56,63)
#253036
(37,48,54)
#20282D
(32,40,45)
#1B2024
(27,32,36)
#16181B
(22,24,27)
#111012
(17,16,18)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #3E5863

#3E5863
(62,88,99)
#4F6771
(79,103,113)
#60767F
(96,118,127)
#71858D
(113,133,141)
#82949B
(130,148,155)
#93A3A9
(147,163,169)
#A4B2B7
(164,178,183)
#B5C1C5
(181,193,197)
#C6D0D3
(198,208,211)
#D7DFE1
(215,223,225)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5863; }

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

This text font color is #3E5863.

Background Color

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

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

This div background color is #3E5863.

Border color

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

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

This div border color is #3E5863.

Opacity

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

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

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

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

This text has shadow with #3E5863 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5863.

Preview

Color preview on black background

This text has color #3E5863 on black background.


Color preview on white background

This text has color #3E5863 on white background.


Black color preview on #3E5863 background

This text has black color on #3E5863 background.


White color preview on #3E5863 background

This text has white color on #3E5863 background.


Related colors

Complementary color

Complementary color for #hex is #C1A79C.


I love getcolorcode.com

Triadic colors

1 #633E58 and #58633E with #3E5863 are triadic colors.

2 #63583E and #583E63 with #3E5863 are triadic colors.