COLOR #3E4353

HEX: #3E4353
RGB: (62,67,83)

Color info

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

RGB color model

#3E4353 color RGB value is (62,67,83).

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

RGB channels and saturation

R 62 of 255 = 24%
G 67 of 255 = 26%
B 83 of 255 = 33%

62
67
83

R + G + B ~ 28%. #3E4353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 67 + 83 = 212 (100%)
R 62 of 212 ~ 29.25%
G 67 of 212 ~ 31.6%
B 83 of 212 ~ 39.15%

%29.25
%31.6
%39.15

CMYK color model

#3E4353 color CMYK value is (25,19,0,67).

  • cyan value is 25.30%
  • magenta value is 19.28%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(25,19,0,67)
C25M19Y0K67 
(25%,19%,0%,67%)
(0.25/0.19/0.00/0.67)	

CMYK percentages

%25.3
%19.28
%0
%67.45

Codes

Color #3E4353 in popluar color models

3E4353
RGB626783
HSL226°14.48%28.43%
HSB/HSV226°25.30%32.55%
CMYK25.30%19.28%0.00%
67.45%

Color #3E4353 in popluar number systems.

HEX3E4353
Decimal626783
Binary11111010000111010011
Octal76103123

Shades and tints

Shades of #3E4353

#3E4353
(62,67,83)
#393D4C
(57,61,76)
#343745
(52,55,69)
#2F313E
(47,49,62)
#2A2B37
(42,43,55)
#252530
(37,37,48)
#201F29
(32,31,41)
#1B1922
(27,25,34)
#16131B
(22,19,27)
#110D14
(17,13,20)
#0C070D
(12,7,13)
#000000
(0,0,0)

Tints of #3E4353

#3E4353
(62,67,83)
#4F5462
(79,84,98)
#606571
(96,101,113)
#717680
(113,118,128)
#82878F
(130,135,143)
#93989E
(147,152,158)
#A4A9AD
(164,169,173)
#B5BABC
(181,186,188)
#C6CBCB
(198,203,203)
#D7DCDA
(215,220,218)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4353; }

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

This text font color is #3E4353.


Background Color

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

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

This div background color is #3E4353.


Border color

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

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

This div border color is #3E4353.


Opacity

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

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

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

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

This text has shadow with #3E4353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4353 on black background.


Color preview on white background

This text has color #3E4353 on white background.



Black color preview on #3E4353 background

This text has black color on #3E4353 background.


White color preview on #3E4353 background

This text has white color on #3E4353 background.