COLOR #3E5268

HEX: #3E5268 RGB: (62,82,104)

Color info

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

RGB color model

#3E5268 color RGB value is (62,82,104).

RGB: (62,82,104) (24%, 32%, 41%)

RGB channels and saturation

R 62 of 255 = 24%
G 82 of 255 = 32%
B 104 of 255 = 41%

62
82
104

R + G + B ~ 32%. #3E5268 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 82 + 104 = 248 (100%)
R 62 of 248 ~ 25%
G 82 of 248 ~ 33.06%
B 104 of 248 ~ 41.94'%

%25
%33.06
%41.94

CMYK color model

#3E5268 color CMYK value is (40,21,0,59).

  • cyan value is 40.38%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (40,21,0,59)
C40M21Y0K59 (40%, 21%, 0%, 59%)
(0.40 / 0.21 / 0.00 / 0.59)

CMYK percentages

%40.38
%21.15
%0
%59.22

Codes

Color #3E5268 in popluar color models

3E 52 68
RGB 62 82 104
HSL 211° 25.30% 32.55%
HSB/HSV 211° 40.38% 40.78%
CMYK 40.38% 21.15% 0.00%
59.22%

Color #3E5268 in popluar number systems.

HEX 3E 52 68
Decimal 62 82 104
Binary 111110 1010010 1101000
Octal 76 122 150

Shades and tints

Shades of #3E5268

#3E5268
(62,82,104)
#394B5F
(57,75,95)
#344456
(52,68,86)
#2F3D4D
(47,61,77)
#2A3644
(42,54,68)
#252F3B
(37,47,59)
#202832
(32,40,50)
#1B2129
(27,33,41)
#161A20
(22,26,32)
#111317
(17,19,23)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #3E5268

#3E5268
(62,82,104)
#4F6175
(79,97,117)
#607082
(96,112,130)
#717F8F
(113,127,143)
#828E9C
(130,142,156)
#939DA9
(147,157,169)
#A4ACB6
(164,172,182)
#B5BBC3
(181,187,195)
#C6CAD0
(198,202,208)
#D7D9DD
(215,217,221)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5268; }

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

This text font color is #3E5268.

Background Color

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

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

This div background color is #3E5268.

Border color

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

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

This div border color is #3E5268.

Opacity

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

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

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

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

This text has shadow with #3E5268 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5268.

Preview

Color preview on black background

This text has color #3E5268 on black background.


Color preview on white background

This text has color #3E5268 on white background.


Black color preview on #3E5268 background

This text has black color on #3E5268 background.


White color preview on #3E5268 background

This text has white color on #3E5268 background.


Related colors

Complementary color

Complementary color for #hex is #C1AD97.


I love getcolorcode.com

Triadic colors

1 #683E52 and #52683E with #3E5268 are triadic colors.

2 #68523E and #523E68 with #3E5268 are triadic colors.