COLOR #3E1524

HEX: #3E1524
RGB: (62,21,36)

Color info

#3E1524 contains red, green and blue colors in about the same proportion. Web safe color of #3E1524 is #330033 (or #303).

RGB color model

#3E1524 color RGB value is (62,21,36).

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

RGB channels and saturation

R 62 of 255 = 24%
G 21 of 255 = 8%
B 36 of 255 = 14%

62
21
36

R + G + B ~ 15%. #3E1524 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 21 + 36 = 119 (100%)
R 62 of 119 ~ 52.1%
G 21 of 119 ~ 17.65%
B 36 of 119 ~ 30.25%

%52.1
%17.65
%30.25

CMYK color model

#3E1524 color CMYK value is (0,66,42,76).

  • cyan value is 0.00%
  • magenta value is 66.13%
  • yellow value is 41.94%
  • key color value is 75.69%
CMYK:
(0,66,42,76)
C0M66Y42K76 
(0%,66%,42%,76%)
(0.00/0.66/0.42/0.76)	

CMYK percentages

%0
%66.13
%41.94
%75.69

Codes

Color #3E1524 in popluar color models

3E1524
RGB622136
HSL338°49.40%16.27%
HSB/HSV338°66.13%24.31%
CMYK0.00%66.13%41.94%
75.69%

Color #3E1524 in popluar number systems.

HEX3E1524
Decimal622136
Binary11111010101100100
Octal762544

Shades and tints

Shades of #3E1524

#3E1524
(62,21,36)
#391421
(57,20,33)
#34131E
(52,19,30)
#2F121B
(47,18,27)
#2A1118
(42,17,24)
#251015
(37,16,21)
#200F12
(32,15,18)
#1B0E0F
(27,14,15)
#160D0C
(22,13,12)
#110C09
(17,12,9)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #3E1524

#3E1524
(62,21,36)
#4F2A37
(79,42,55)
#603F4A
(96,63,74)
#71545D
(113,84,93)
#826970
(130,105,112)
#937E83
(147,126,131)
#A49396
(164,147,150)
#B5A8A9
(181,168,169)
#C6BDBC
(198,189,188)
#D7D2CF
(215,210,207)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1524; }

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

This text font color is #3E1524.


Background Color

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

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

This div background color is #3E1524.


Border color

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

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

This div border color is #3E1524.


Opacity

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

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

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

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

This text has shadow with #3E1524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1524 on black background.


Color preview on white background

This text has color #3E1524 on white background.



Black color preview on #3E1524 background

This text has black color on #3E1524 background.


White color preview on #3E1524 background

This text has white color on #3E1524 background.