COLOR #3E454F

HEX: #3E454F
RGB: (62,69,79)

Color info

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

RGB color model

#3E454F color RGB value is (62,69,79).

  • red value is 62;
  • green value is 69;
  • blue value is 79.
RGB:
(62,69,79)
(24%,27%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 69 of 255 = 27%
B 79 of 255 = 31%

62
69
79

R + G + B ~ 27%. #3E454F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 69 + 79 = 210 (100%)
R 62 of 210 ~ 29.52%
G 69 of 210 ~ 32.86%
B 79 of 210 ~ 37.62%

%29.52
%32.86
%37.62

CMYK color model

#3E454F color CMYK value is (22,13,0,69).

  • cyan value is 21.52%
  • magenta value is 12.66%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(22,13,0,69)
C22M13Y0K69 
(22%,13%,0%,69%)
(0.22/0.13/0.00/0.69)	

CMYK percentages

%21.52
%12.66
%0
%69.02

Codes

Color #3E454F in popluar color models

3E454F
RGB626979
HSL215°12.06%27.65%
HSB/HSV215°21.52%30.98%
CMYK21.52%12.66%0.00%
69.02%

Color #3E454F in popluar number systems.

HEX3E454F
Decimal626979
Binary11111010001011001111
Octal76105117

Shades and tints

Shades of #3E454F

#3E454F
(62,69,79)
#393F48
(57,63,72)
#343941
(52,57,65)
#2F333A
(47,51,58)
#2A2D33
(42,45,51)
#25272C
(37,39,44)
#202125
(32,33,37)
#1B1B1E
(27,27,30)
#161517
(22,21,23)
#110F10
(17,15,16)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #3E454F

#3E454F
(62,69,79)
#4F555F
(79,85,95)
#60656F
(96,101,111)
#71757F
(113,117,127)
#82858F
(130,133,143)
#93959F
(147,149,159)
#A4A5AF
(164,165,175)
#B5B5BF
(181,181,191)
#C6C5CF
(198,197,207)
#D7D5DF
(215,213,223)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E454F color. Also use rgb(62,69,79) instead hex code.

Text Font Color

.myTextColor { color: #3E454F; }

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

This text font color is #3E454F.


Background Color

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

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

This div background color is #3E454F.


Border color

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

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

This div border color is #3E454F.


Opacity

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

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

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

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

This text has shadow with #3E454F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E454F on black background.


Color preview on white background

This text has color #3E454F on white background.



Black color preview on #3E454F background

This text has black color on #3E454F background.


White color preview on #3E454F background

This text has white color on #3E454F background.