COLOR #3E4953

HEX: #3E4953
RGB: (62,73,83)

Color info

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

RGB color model

#3E4953 color RGB value is (62,73,83).

  • red value is 62;
  • green value is 73;
  • blue value is 83.
RGB:
(62,73,83)
(24%,29%,33%)

RGB channels and saturation

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

62
73
83

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

Portions of RGB colors in percentages

R + G + B =
62 + 73 + 83 = 218 (100%)
R 62 of 218 ~ 28.44%
G 73 of 218 ~ 33.49%
B 83 of 218 ~ 38.07%

%28.44
%33.49
%38.07

CMYK color model

#3E4953 color CMYK value is (25,12,0,67).

  • cyan value is 25.30%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(25,12,0,67)
C25M12Y0K67 
(25%,12%,0%,67%)
(0.25/0.12/0.00/0.67)	

CMYK percentages

%25.3
%12.05
%0
%67.45

Codes

Color #3E4953 in popluar color models

3E4953
RGB627383
HSL209°14.48%28.43%
HSB/HSV209°25.30%32.55%
CMYK25.30%12.05%0.00%
67.45%

Color #3E4953 in popluar number systems.

HEX3E4953
Decimal627383
Binary11111010010011010011
Octal76111123

Shades and tints

Shades of #3E4953

#3E4953
(62,73,83)
#39434C
(57,67,76)
#343D45
(52,61,69)
#2F373E
(47,55,62)
#2A3137
(42,49,55)
#252B30
(37,43,48)
#202529
(32,37,41)
#1B1F22
(27,31,34)
#16191B
(22,25,27)
#111314
(17,19,20)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E4953

#3E4953
(62,73,83)
#4F5962
(79,89,98)
#606971
(96,105,113)
#717980
(113,121,128)
#82898F
(130,137,143)
#93999E
(147,153,158)
#A4A9AD
(164,169,173)
#B5B9BC
(181,185,188)
#C6C9CB
(198,201,203)
#D7D9DA
(215,217,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4953; }

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

This text font color is #3E4953.


Background Color

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

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

This div background color is #3E4953.


Border color

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

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

This div border color is #3E4953.


Opacity

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

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

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

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

This text has shadow with #3E4953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4953 on black background.


Color preview on white background

This text has color #3E4953 on white background.



Black color preview on #3E4953 background

This text has black color on #3E4953 background.


White color preview on #3E4953 background

This text has white color on #3E4953 background.