COLOR #3E5B6E

HEX: #3E5B6E RGB: (62,91,110)

Color info

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

RGB color model

#3E5B6E color RGB value is (62,91,110).

RGB: (62,91,110) (24%, 36%, 43%)

RGB channels and saturation

R 62 of 255 = 24%
G 91 of 255 = 36%
B 110 of 255 = 43%

62
91
110

R + G + B ~ 34%. #3E5B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 91 + 110 = 263 (100%)
R 62 of 263 ~ 23.57%
G 91 of 263 ~ 34.6%
B 110 of 263 ~ 41.83'%

%23.57
%34.6
%41.83

CMYK color model

#3E5B6E color CMYK value is (44,17,0,57).

  • cyan value is 43.64%
  • magenta value is 17.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (44,17,0,57)
C44M17Y0K57 (44%, 17%, 0%, 57%)
(0.44 / 0.17 / 0.00 / 0.57)

CMYK percentages

%43.64
%17.27
%0
%56.86

Codes

Color #3E5B6E in popluar color models

3E 5B 6E
RGB 62 91 110
HSL 204° 27.91% 33.73%
HSB/HSV 204° 43.64% 43.14%
CMYK 43.64% 17.27% 0.00%
56.86%

Color #3E5B6E in popluar number systems.

HEX 3E 5B 6E
Decimal 62 91 110
Binary 111110 1011011 1101110
Octal 76 133 156

Shades and tints

Shades of #3E5B6E

#3E5B6E
(62,91,110)
#395364
(57,83,100)
#344B5A
(52,75,90)
#2F4350
(47,67,80)
#2A3B46
(42,59,70)
#25333C
(37,51,60)
#202B32
(32,43,50)
#1B2328
(27,35,40)
#161B1E
(22,27,30)
#111314
(17,19,20)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #3E5B6E

#3E5B6E
(62,91,110)
#4F697B
(79,105,123)
#607788
(96,119,136)
#718595
(113,133,149)
#8293A2
(130,147,162)
#93A1AF
(147,161,175)
#A4AFBC
(164,175,188)
#B5BDC9
(181,189,201)
#C6CBD6
(198,203,214)
#D7D9E3
(215,217,227)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5B6E color. Also use rgb(62,91,110) instead hex code.

Text Font Color

.myTextColor { color: #3E5B6E; }

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

This text font color is #3E5B6E.

Background Color

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

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

This div background color is #3E5B6E.

Border color

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

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

This div border color is #3E5B6E.

Opacity

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

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

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

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

This text has shadow with #3E5B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5B6E.

Preview

Color preview on black background

This text has color #3E5B6E on black background.


Color preview on white background

This text has color #3E5B6E on white background.


Black color preview on #3E5B6E background

This text has black color on #3E5B6E background.


White color preview on #3E5B6E background

This text has white color on #3E5B6E background.


Related colors

Complementary color

Complementary color for #hex is #C1A491.


I love getcolorcode.com

Triadic colors

1 #6E3E5B and #5B6E3E with #3E5B6E are triadic colors.

2 #6E5B3E and #5B3E6E with #3E5B6E are triadic colors.