COLOR #3E5161

HEX: #3E5161 RGB: (62,81,97)

Color info

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

RGB color model

#3E5161 color RGB value is (62,81,97).

RGB: (62,81,97) (24%, 32%, 38%)

RGB channels and saturation

R 62 of 255 = 24%
G 81 of 255 = 32%
B 97 of 255 = 38%

62
81
97

R + G + B ~ 31%. #3E5161 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 81 + 97 = 240 (100%)
R 62 of 240 ~ 25.83%
G 81 of 240 ~ 33.75%
B 97 of 240 ~ 40.42'%

%25.83
%33.75
%40.42

CMYK color model

#3E5161 color CMYK value is (36,16,0,62).

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

CMYK: (36,16,0,62)
C36M16Y0K62 (36%, 16%, 0%, 62%)
(0.36 / 0.16 / 0.00 / 0.62)

CMYK percentages

%36.08
%16.49
%0
%61.96

Codes

Color #3E5161 in popluar color models

3E 51 61
RGB 62 81 97
HSL 207° 22.01% 31.18%
HSB/HSV 207° 36.08% 38.04%
CMYK 36.08% 16.49% 0.00%
61.96%

Color #3E5161 in popluar number systems.

HEX 3E 51 61
Decimal 62 81 97
Binary 111110 1010001 1100001
Octal 76 121 141

Shades and tints

Shades of #3E5161

#3E5161
(62,81,97)
#394A59
(57,74,89)
#344351
(52,67,81)
#2F3C49
(47,60,73)
#2A3541
(42,53,65)
#252E39
(37,46,57)
#202731
(32,39,49)
#1B2029
(27,32,41)
#161921
(22,25,33)
#111219
(17,18,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #3E5161

#3E5161
(62,81,97)
#4F606F
(79,96,111)
#606F7D
(96,111,125)
#717E8B
(113,126,139)
#828D99
(130,141,153)
#939CA7
(147,156,167)
#A4ABB5
(164,171,181)
#B5BAC3
(181,186,195)
#C6C9D1
(198,201,209)
#D7D8DF
(215,216,223)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5161; }

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

This text font color is #3E5161.

Background Color

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

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

This div background color is #3E5161.

Border color

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

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

This div border color is #3E5161.

Opacity

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

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

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

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

This text has shadow with #3E5161 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E5161.

Preview

Color preview on black background

This text has color #3E5161 on black background.


Color preview on white background

This text has color #3E5161 on white background.


Black color preview on #3E5161 background

This text has black color on #3E5161 background.


White color preview on #3E5161 background

This text has white color on #3E5161 background.


Related colors

Complementary color

Complementary color for #hex is #C1AE9E.


I love getcolorcode.com

Triadic colors

1 #613E51 and #51613E with #3E5161 are triadic colors.

2 #61513E and #513E61 with #3E5161 are triadic colors.