COLOR #3E4761

HEX: #3E4761 RGB: (62,71,97)

Color info

#3E4761 contains red, green and blue colors in about the same proportion. Web safe color of #3E4761 is #333366 (or #336).

RGB color model

#3E4761 color RGB value is (62,71,97).

RGB: (62,71,97) (24%, 28%, 38%)

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 97 of 255 = 38%

62
71
97

R + G + B ~ 30%. #3E4761 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 71 + 97 = 230 (100%)
R 62 of 230 ~ 26.96%
G 71 of 230 ~ 30.87%
B 97 of 230 ~ 42.17'%

%26.96
%30.87
%42.17

CMYK color model

#3E4761 color CMYK value is (36,27,0,62).

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

CMYK: (36,27,0,62)
C36M27Y0K62 (36%, 27%, 0%, 62%)
(0.36 / 0.27 / 0.00 / 0.62)

CMYK percentages

%36.08
%26.8
%0
%61.96

Codes

Color #3E4761 in popluar color models

3E 47 61
RGB 62 71 97
HSL 225° 22.01% 31.18%
HSB/HSV 225° 36.08% 38.04%
CMYK 36.08% 26.80% 0.00%
61.96%

Color #3E4761 in popluar number systems.

HEX 3E 47 61
Decimal 62 71 97
Binary 111110 1000111 1100001
Octal 76 107 141

Shades and tints

Shades of #3E4761

#3E4761
(62,71,97)
#394159
(57,65,89)
#343B51
(52,59,81)
#2F3549
(47,53,73)
#2A2F41
(42,47,65)
#252939
(37,41,57)
#202331
(32,35,49)
#1B1D29
(27,29,41)
#161721
(22,23,33)
#111119
(17,17,25)
#0C0B11
(12,11,17)
#000000
(0,0,0)

Tints of #3E4761

#3E4761
(62,71,97)
#4F576F
(79,87,111)
#60677D
(96,103,125)
#71778B
(113,119,139)
#828799
(130,135,153)
#9397A7
(147,151,167)
#A4A7B5
(164,167,181)
#B5B7C3
(181,183,195)
#C6C7D1
(198,199,209)
#D7D7DF
(215,215,223)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4761; }

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

This text font color is #3E4761.

Background Color

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

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

This div background color is #3E4761.

Border color

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

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

This div border color is #3E4761.

Opacity

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

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

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

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

This text has shadow with #3E4761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4761.

Preview

Color preview on black background

This text has color #3E4761 on black background.


Color preview on white background

This text has color #3E4761 on white background.


Black color preview on #3E4761 background

This text has black color on #3E4761 background.


White color preview on #3E4761 background

This text has white color on #3E4761 background.


Related colors

Complementary color

Complementary color for #hex is #C1B89E.


I love getcolorcode.com

Triadic colors

1 #613E47 and #47613E with #3E4761 are triadic colors.

2 #61473E and #473E61 with #3E4761 are triadic colors.