COLOR #3E242F

HEX: #3E242F
RGB: (62,36,47)

Color info

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

RGB color model

#3E242F color RGB value is (62,36,47).

  • red value is 62;
  • green value is 36;
  • blue value is 47.
RGB:
(62,36,47)
(24%,14%,18%)

RGB channels and saturation

R 62 of 255 = 24%
G 36 of 255 = 14%
B 47 of 255 = 18%

62
36
47

R + G + B ~ 19%. #3E242F is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 36 + 47 = 145 (100%)
R 62 of 145 ~ 42.76%
G 36 of 145 ~ 24.83%
B 47 of 145 ~ 32.41%

%42.76
%24.83
%32.41

CMYK color model

#3E242F color CMYK value is (0,42,24,76).

  • cyan value is 0.00%
  • magenta value is 41.94%
  • yellow value is 24.19%
  • key color value is 75.69%
CMYK:
(0,42,24,76)
C0M42Y24K76 
(0%,42%,24%,76%)
(0.00/0.42/0.24/0.76)	

CMYK percentages

%0
%41.94
%24.19
%75.69

Codes

Color #3E242F in popluar color models

3E242F
RGB623647
HSL335°26.53%19.22%
HSB/HSV335°41.94%24.31%
CMYK0.00%41.94%24.19%
75.69%

Color #3E242F in popluar number systems.

HEX3E242F
Decimal623647
Binary111110100100101111
Octal764457

Shades and tints

Shades of #3E242F

#3E242F
(62,36,47)
#39212B
(57,33,43)
#341E27
(52,30,39)
#2F1B23
(47,27,35)
#2A181F
(42,24,31)
#25151B
(37,21,27)
#201217
(32,18,23)
#1B0F13
(27,15,19)
#160C0F
(22,12,15)
#11090B
(17,9,11)
#0C0607
(12,6,7)
#000000
(0,0,0)

Tints of #3E242F

#3E242F
(62,36,47)
#4F3741
(79,55,65)
#604A53
(96,74,83)
#715D65
(113,93,101)
#827077
(130,112,119)
#938389
(147,131,137)
#A4969B
(164,150,155)
#B5A9AD
(181,169,173)
#C6BCBF
(198,188,191)
#D7CFD1
(215,207,209)
#E8E2E3
(232,226,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E242F color. Also use rgb(62,36,47) instead hex code.

Text Font Color

.myTextColor { color: #3E242F; }

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

This text font color is #3E242F.


Background Color

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

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

This div background color is #3E242F.


Border color

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

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

This div border color is #3E242F.


Opacity

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

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

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

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

This text has shadow with #3E242F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E242F on black background.


Color preview on white background

This text has color #3E242F on white background.



Black color preview on #3E242F background

This text has black color on #3E242F background.


White color preview on #3E242F background

This text has white color on #3E242F background.