COLOR #3E5561

HEX: #3E5561 RGB: (62,85,97)

Color info

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

RGB color model

#3E5561 color RGB value is (62,85,97).

RGB: (62,85,97) (24%, 33%, 38%)

RGB channels and saturation

R 62 of 255 = 24%
G 85 of 255 = 33%
B 97 of 255 = 38%

62
85
97

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

Portions of RGB colors in percentages

R + G + B = 62 + 85 + 97 = 244 (100%)
R 62 of 244 ~ 25.41%
G 85 of 244 ~ 34.84%
B 97 of 244 ~ 39.75'%

%25.41
%34.84
%39.75

CMYK color model

#3E5561 color CMYK value is (36,12,0,62).

  • cyan value is 36.08%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (36,12,0,62)
C36M12Y0K62 (36%, 12%, 0%, 62%)
(0.36 / 0.12 / 0.00 / 0.62)

CMYK percentages

%36.08
%12.37
%0
%61.96

Codes

Color #3E5561 in popluar color models

3E 55 61
RGB 62 85 97
HSL 201° 22.01% 31.18%
HSB/HSV 201° 36.08% 38.04%
CMYK 36.08% 12.37% 0.00%
61.96%

Color #3E5561 in popluar number systems.

HEX 3E 55 61
Decimal 62 85 97
Binary 111110 1010101 1100001
Octal 76 125 141

Shades and tints

Shades of #3E5561

#3E5561
(62,85,97)
#394E59
(57,78,89)
#344751
(52,71,81)
#2F4049
(47,64,73)
#2A3941
(42,57,65)
#253239
(37,50,57)
#202B31
(32,43,49)
#1B2429
(27,36,41)
#161D21
(22,29,33)
#111619
(17,22,25)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #3E5561

#3E5561
(62,85,97)
#4F646F
(79,100,111)
#60737D
(96,115,125)
#71828B
(113,130,139)
#829199
(130,145,153)
#93A0A7
(147,160,167)
#A4AFB5
(164,175,181)
#B5BEC3
(181,190,195)
#C6CDD1
(198,205,209)
#D7DCDF
(215,220,223)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E5561 color. Also use rgb(62,85,97) instead hex code.

Text Font Color

.myTextColor { color: #3E5561; }

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

This text font color is #3E5561.

Background Color

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

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

This div background color is #3E5561.

Border color

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

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

This div border color is #3E5561.

Opacity

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

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

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

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

This text has shadow with #3E5561 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5561.

Preview

Color preview on black background

This text has color #3E5561 on black background.


Color preview on white background

This text has color #3E5561 on white background.


Black color preview on #3E5561 background

This text has black color on #3E5561 background.


White color preview on #3E5561 background

This text has white color on #3E5561 background.


Related colors

Complementary color

Complementary color for #hex is #C1AA9E.


I love getcolorcode.com

Triadic colors

1 #613E55 and #55613E with #3E5561 are triadic colors.

2 #61553E and #553E61 with #3E5561 are triadic colors.