COLOR #3E374C

HEX: #3E374C RGB: (62,55,76)

Color info

#3E374C contains red, green and blue colors in about the same proportion. Web safe color of #3E374C is #333333 (or #333).

RGB color model

#3E374C color RGB value is (62,55,76).

RGB: (62,55,76) (24%, 22%, 30%)

RGB channels and saturation

R 62 of 255 = 24%
G 55 of 255 = 22%
B 76 of 255 = 30%

62
55
76

R + G + B ~ 25%. #3E374C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 55 + 76 = 193 (100%)
R 62 of 193 ~ 32.12%
G 55 of 193 ~ 28.5%
B 76 of 193 ~ 39.38'%

%32.12
%28.5
%39.38

CMYK color model

#3E374C color CMYK value is (18,28,0,70).

  • cyan value is 18.42%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 70.20%

CMYK: (18,28,0,70)
C18M28Y0K70 (18%, 28%, 0%, 70%)
(0.18 / 0.28 / 0.00 / 0.70)

CMYK percentages

%18.42
%27.63
%0
%70.2

Codes

Color #3E374C in popluar color models

3E 37 4C
RGB 62 55 76
HSL 260° 16.03% 25.69%
HSB/HSV 260° 27.63% 29.80%
CMYK 18.42% 27.63% 0.00%
70.20%

Color #3E374C in popluar number systems.

HEX 3E 37 4C
Decimal 62 55 76
Binary 111110 110111 1001100
Octal 76 67 114

Shades and tints

Shades of #3E374C

#3E374C
(62,55,76)
#393246
(57,50,70)
#342D40
(52,45,64)
#2F283A
(47,40,58)
#2A2334
(42,35,52)
#251E2E
(37,30,46)
#201928
(32,25,40)
#1B1422
(27,20,34)
#160F1C
(22,15,28)
#110A16
(17,10,22)
#0C0510
(12,5,16)
#000000
(0,0,0)

Tints of #3E374C

#3E374C
(62,55,76)
#4F495C
(79,73,92)
#605B6C
(96,91,108)
#716D7C
(113,109,124)
#827F8C
(130,127,140)
#93919C
(147,145,156)
#A4A3AC
(164,163,172)
#B5B5BC
(181,181,188)
#C6C7CC
(198,199,204)
#D7D9DC
(215,217,220)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E374C color. Also use rgb(62,55,76) instead hex code.

Text Font Color

.myTextColor { color: #3E374C; }

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

This text font color is #3E374C.

Background Color

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

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

This div background color is #3E374C.

Border color

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

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

This div border color is #3E374C.

Opacity

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

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

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

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

This text has shadow with #3E374C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E374C.

Preview

Color preview on black background

This text has color #3E374C on black background.


Color preview on white background

This text has color #3E374C on white background.


Black color preview on #3E374C background

This text has black color on #3E374C background.


White color preview on #3E374C background

This text has white color on #3E374C background.


Related colors

Complementary color

Complementary color for #hex is #C1C8B3.


I love getcolorcode.com

Triadic colors

1 #4C3E37 and #374C3E with #3E374C are triadic colors.

2 #4C373E and #373E4C with #3E374C are triadic colors.