COLOR #3E4954

HEX: #3E4954 RGB: (62,73,84)

Color info

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

RGB color model

#3E4954 color RGB value is (62,73,84).

RGB: (62,73,84) (24%, 29%, 33%)

RGB channels and saturation

R 62 of 255 = 24%
G 73 of 255 = 29%
B 84 of 255 = 33%

62
73
84

R + G + B ~ 29%. #3E4954 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 73 + 84 = 219 (100%)
R 62 of 219 ~ 28.31%
G 73 of 219 ~ 33.33%
B 84 of 219 ~ 38.36'%

%28.31
%33.33
%38.36

CMYK color model

#3E4954 color CMYK value is (26,13,0,67).

  • cyan value is 26.19%
  • magenta value is 13.10%
  • yellow value is 0.00%
  • key color value is 67.06%

CMYK: (26,13,0,67)
C26M13Y0K67 (26%, 13%, 0%, 67%)
(0.26 / 0.13 / 0.00 / 0.67)

CMYK percentages

%26.19
%13.1
%0
%67.06

Codes

Color #3E4954 in popluar color models

3E 49 54
RGB 62 73 84
HSL 210° 15.07% 28.63%
HSB/HSV 210° 26.19% 32.94%
CMYK 26.19% 13.10% 0.00%
67.06%

Color #3E4954 in popluar number systems.

HEX 3E 49 54
Decimal 62 73 84
Binary 111110 1001001 1010100
Octal 76 111 124

Shades and tints

Shades of #3E4954

#3E4954
(62,73,84)
#39434D
(57,67,77)
#343D46
(52,61,70)
#2F373F
(47,55,63)
#2A3138
(42,49,56)
#252B31
(37,43,49)
#20252A
(32,37,42)
#1B1F23
(27,31,35)
#16191C
(22,25,28)
#111315
(17,19,21)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #3E4954

#3E4954
(62,73,84)
#4F5963
(79,89,99)
#606972
(96,105,114)
#717981
(113,121,129)
#828990
(130,137,144)
#93999F
(147,153,159)
#A4A9AE
(164,169,174)
#B5B9BD
(181,185,189)
#C6C9CC
(198,201,204)
#D7D9DB
(215,217,219)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E4954 color. Also use rgb(62,73,84) instead hex code.

Text Font Color

.myTextColor { color: #3E4954; }

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

This text font color is #3E4954.

Background Color

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

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

This div background color is #3E4954.

Border color

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

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

This div border color is #3E4954.

Opacity

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

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

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

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

This text has shadow with #3E4954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E4954.

Preview

Color preview on black background

This text has color #3E4954 on black background.


Color preview on white background

This text has color #3E4954 on white background.


Black color preview on #3E4954 background

This text has black color on #3E4954 background.


White color preview on #3E4954 background

This text has white color on #3E4954 background.


Related colors

Complementary color

Complementary color for #hex is #C1B6AB.


I love getcolorcode.com

Triadic colors

1 #543E49 and #49543E with #3E4954 are triadic colors.

2 #54493E and #493E54 with #3E4954 are triadic colors.