COLOR #3E3042

HEX: #3E3042
RGB: (62,48,66)

Color info

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

RGB color model

#3E3042 color RGB value is (62,48,66).

  • red value is 62;
  • green value is 48;
  • blue value is 66.
RGB:
(62,48,66)
(24%,19%,26%)

RGB channels and saturation

R 62 of 255 = 24%
G 48 of 255 = 19%
B 66 of 255 = 26%

62
48
66

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

Portions of RGB colors in percentages

R + G + B =
62 + 48 + 66 = 176 (100%)
R 62 of 176 ~ 35.23%
G 48 of 176 ~ 27.27%
B 66 of 176 ~ 37.5%

%35.23
%27.27
%37.5

CMYK color model

#3E3042 color CMYK value is (6,27,0,74).

  • cyan value is 6.06%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(6,27,0,74)
C6M27Y0K74 
(6%,27%,0%,74%)
(0.06/0.27/0.00/0.74)	

CMYK percentages

%6.06
%27.27
%0
%74.12

Codes

Color #3E3042 in popluar color models

3E3042
RGB624866
HSL287°15.79%22.35%
HSB/HSV287°27.27%25.88%
CMYK6.06%27.27%0.00%
74.12%

Color #3E3042 in popluar number systems.

HEX3E3042
Decimal624866
Binary1111101100001000010
Octal7660102

Shades and tints

Shades of #3E3042

#3E3042
(62,48,66)
#392C3C
(57,44,60)
#342836
(52,40,54)
#2F2430
(47,36,48)
#2A202A
(42,32,42)
#251C24
(37,28,36)
#20181E
(32,24,30)
#1B1418
(27,20,24)
#161012
(22,16,18)
#110C0C
(17,12,12)
#0C0806
(12,8,6)
#000000
(0,0,0)

Tints of #3E3042

#3E3042
(62,48,66)
#4F4253
(79,66,83)
#605464
(96,84,100)
#716675
(113,102,117)
#827886
(130,120,134)
#938A97
(147,138,151)
#A49CA8
(164,156,168)
#B5AEB9
(181,174,185)
#C6C0CA
(198,192,202)
#D7D2DB
(215,210,219)
#E8E4EC
(232,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E3042 color. Also use rgb(62,48,66) instead hex code.

Text Font Color

.myTextColor { color: #3E3042; }

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

This text font color is #3E3042.


Background Color

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

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

This div background color is #3E3042.


Border color

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

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

This div border color is #3E3042.


Opacity

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

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

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

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

This text has shadow with #3E3042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E3042 on black background.


Color preview on white background

This text has color #3E3042 on white background.



Black color preview on #3E3042 background

This text has black color on #3E3042 background.


White color preview on #3E3042 background

This text has white color on #3E3042 background.