COLOR #3E4754

HEX: #3E4754
RGB: (62,71,84)

Color info

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

RGB color model

#3E4754 color RGB value is (62,71,84).

  • red value is 62;
  • green value is 71;
  • blue value is 84.
RGB:
(62,71,84)
(24%,28%,33%)

RGB channels and saturation

R 62 of 255 = 24%
G 71 of 255 = 28%
B 84 of 255 = 33%

62
71
84

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

Portions of RGB colors in percentages

R + G + B =
62 + 71 + 84 = 217 (100%)
R 62 of 217 ~ 28.57%
G 71 of 217 ~ 32.72%
B 84 of 217 ~ 38.71%

%28.57
%32.72
%38.71

CMYK color model

#3E4754 color CMYK value is (26,15,0,67).

  • cyan value is 26.19%
  • magenta value is 15.48%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(26,15,0,67)
C26M15Y0K67 
(26%,15%,0%,67%)
(0.26/0.15/0.00/0.67)	

CMYK percentages

%26.19
%15.48
%0
%67.06

Codes

Color #3E4754 in popluar color models

3E4754
RGB627184
HSL215°15.07%28.63%
HSB/HSV215°26.19%32.94%
CMYK26.19%15.48%0.00%
67.06%

Color #3E4754 in popluar number systems.

HEX3E4754
Decimal627184
Binary11111010001111010100
Octal76107124

Shades and tints

Shades of #3E4754

#3E4754
(62,71,84)
#39414D
(57,65,77)
#343B46
(52,59,70)
#2F353F
(47,53,63)
#2A2F38
(42,47,56)
#252931
(37,41,49)
#20232A
(32,35,42)
#1B1D23
(27,29,35)
#16171C
(22,23,28)
#111115
(17,17,21)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #3E4754

#3E4754
(62,71,84)
#4F5763
(79,87,99)
#606772
(96,103,114)
#717781
(113,119,129)
#828790
(130,135,144)
#93979F
(147,151,159)
#A4A7AE
(164,167,174)
#B5B7BD
(181,183,189)
#C6C7CC
(198,199,204)
#D7D7DB
(215,215,219)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E4754; }

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

This text font color is #3E4754.


Background Color

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

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

This div background color is #3E4754.


Border color

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

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

This div border color is #3E4754.


Opacity

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

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

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

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

This text has shadow with #3E4754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E4754 on black background.


Color preview on white background

This text has color #3E4754 on white background.



Black color preview on #3E4754 background

This text has black color on #3E4754 background.


White color preview on #3E4754 background

This text has white color on #3E4754 background.