COLOR #3E384B

HEX: #3E384B
RGB: (62,56,75)

Color info

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

RGB color model

#3E384B color RGB value is (62,56,75).

  • red value is 62;
  • green value is 56;
  • blue value is 75.
RGB:
(62,56,75)
(24%,22%,29%)

RGB channels and saturation

R 62 of 255 = 24%
G 56 of 255 = 22%
B 75 of 255 = 29%

62
56
75

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

Portions of RGB colors in percentages

R + G + B =
62 + 56 + 75 = 193 (100%)
R 62 of 193 ~ 32.12%
G 56 of 193 ~ 29.02%
B 75 of 193 ~ 38.86%

%32.12
%29.02
%38.86

CMYK color model

#3E384B color CMYK value is (17,25,0,71).

  • cyan value is 17.33%
  • magenta value is 25.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(17,25,0,71)
C17M25Y0K71 
(17%,25%,0%,71%)
(0.17/0.25/0.00/0.71)	

CMYK percentages

%17.33
%25.33
%0
%70.59

Codes

Color #3E384B in popluar color models

3E384B
RGB625675
HSL259°14.50%25.69%
HSB/HSV259°25.33%29.41%
CMYK17.33%25.33%0.00%
70.59%

Color #3E384B in popluar number systems.

HEX3E384B
Decimal625675
Binary1111101110001001011
Octal7670113

Shades and tints

Shades of #3E384B

#3E384B
(62,56,75)
#393345
(57,51,69)
#342E3F
(52,46,63)
#2F2939
(47,41,57)
#2A2433
(42,36,51)
#251F2D
(37,31,45)
#201A27
(32,26,39)
#1B1521
(27,21,33)
#16101B
(22,16,27)
#110B15
(17,11,21)
#0C060F
(12,6,15)
#000000
(0,0,0)

Tints of #3E384B

#3E384B
(62,56,75)
#4F4A5B
(79,74,91)
#605C6B
(96,92,107)
#716E7B
(113,110,123)
#82808B
(130,128,139)
#93929B
(147,146,155)
#A4A4AB
(164,164,171)
#B5B6BB
(181,182,187)
#C6C8CB
(198,200,203)
#D7DADB
(215,218,219)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E384B color. Also use rgb(62,56,75) instead hex code.

Text Font Color

.myTextColor { color: #3E384B; }

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

This text font color is #3E384B.


Background Color

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

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

This div background color is #3E384B.


Border color

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

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

This div border color is #3E384B.


Opacity

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

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

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

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

This text has shadow with #3E384B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E384B on black background.


Color preview on white background

This text has color #3E384B on white background.



Black color preview on #3E384B background

This text has black color on #3E384B background.


White color preview on #3E384B background

This text has white color on #3E384B background.