COLOR #3E3441

HEX: #3E3441
RGB: (62,52,65)

Color info

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

RGB color model

#3E3441 color RGB value is (62,52,65).

  • red value is 62;
  • green value is 52;
  • blue value is 65.
RGB:
(62,52,65)
(24%,20%,25%)

RGB channels and saturation

R 62 of 255 = 24%
G 52 of 255 = 20%
B 65 of 255 = 25%

62
52
65

R + G + B ~ 23%. #3E3441 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 52 + 65 = 179 (100%)
R 62 of 179 ~ 34.64%
G 52 of 179 ~ 29.05%
B 65 of 179 ~ 36.31%

%34.64
%29.05
%36.31

CMYK color model

#3E3441 color CMYK value is (5,20,0,75).

  • cyan value is 4.62%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(5,20,0,75)
C5M20Y0K75 
(5%,20%,0%,75%)
(0.05/0.20/0.00/0.75)	

CMYK percentages

%4.62
%20
%0
%74.51

Codes

Color #3E3441 in popluar color models

3E3441
RGB625265
HSL286°11.11%22.94%
HSB/HSV286°20.00%25.49%
CMYK4.62%20.00%0.00%
74.51%

Color #3E3441 in popluar number systems.

HEX3E3441
Decimal625265
Binary1111101101001000001
Octal7664101

Shades and tints

Shades of #3E3441

#3E3441
(62,52,65)
#39303C
(57,48,60)
#342C37
(52,44,55)
#2F2832
(47,40,50)
#2A242D
(42,36,45)
#252028
(37,32,40)
#201C23
(32,28,35)
#1B181E
(27,24,30)
#161419
(22,20,25)
#111014
(17,16,20)
#0C0C0F
(12,12,15)
#000000
(0,0,0)

Tints of #3E3441

#3E3441
(62,52,65)
#4F4652
(79,70,82)
#605863
(96,88,99)
#716A74
(113,106,116)
#827C85
(130,124,133)
#938E96
(147,142,150)
#A4A0A7
(164,160,167)
#B5B2B8
(181,178,184)
#C6C4C9
(198,196,201)
#D7D6DA
(215,214,218)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3441 color. Also use rgb(62,52,65) instead hex code.

Text Font Color

.myTextColor { color: #3E3441; }

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

This text font color is #3E3441.


Background Color

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

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

This div background color is #3E3441.


Border color

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

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

This div border color is #3E3441.


Opacity

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

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

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

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

This text has shadow with #3E3441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3441 on black background.


Color preview on white background

This text has color #3E3441 on white background.



Black color preview on #3E3441 background

This text has black color on #3E3441 background.


White color preview on #3E3441 background

This text has white color on #3E3441 background.