COLOR #3E1124

HEX: #3E1124
RGB: (62,17,36)

Color info

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

RGB color model

#3E1124 color RGB value is (62,17,36).

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

RGB channels and saturation

R 62 of 255 = 24%
G 17 of 255 = 7%
B 36 of 255 = 14%

62
17
36

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

Portions of RGB colors in percentages

R + G + B =
62 + 17 + 36 = 115 (100%)
R 62 of 115 ~ 53.91%
G 17 of 115 ~ 14.78%
B 36 of 115 ~ 31.3%

%53.91
%14.78
%31.3

CMYK color model

#3E1124 color CMYK value is (0,73,42,76).

  • cyan value is 0.00%
  • magenta value is 72.58%
  • yellow value is 41.94%
  • key color value is 75.69%
CMYK:
(0,73,42,76)
C0M73Y42K76 
(0%,73%,42%,76%)
(0.00/0.73/0.42/0.76)	

CMYK percentages

%0
%72.58
%41.94
%75.69

Codes

Color #3E1124 in popluar color models

3E1124
RGB621736
HSL335°56.96%15.49%
HSB/HSV335°72.58%24.31%
CMYK0.00%72.58%41.94%
75.69%

Color #3E1124 in popluar number systems.

HEX3E1124
Decimal621736
Binary11111010001100100
Octal762144

Shades and tints

Shades of #3E1124

#3E1124
(62,17,36)
#391021
(57,16,33)
#340F1E
(52,15,30)
#2F0E1B
(47,14,27)
#2A0D18
(42,13,24)
#250C15
(37,12,21)
#200B12
(32,11,18)
#1B0A0F
(27,10,15)
#16090C
(22,9,12)
#110809
(17,8,9)
#0C0706
(12,7,6)
#000000
(0,0,0)

Tints of #3E1124

#3E1124
(62,17,36)
#4F2637
(79,38,55)
#603B4A
(96,59,74)
#71505D
(113,80,93)
#826570
(130,101,112)
#937A83
(147,122,131)
#A48F96
(164,143,150)
#B5A4A9
(181,164,169)
#C6B9BC
(198,185,188)
#D7CECF
(215,206,207)
#E8E3E2
(232,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1124; }

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

This text font color is #3E1124.


Background Color

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

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

This div background color is #3E1124.


Border color

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

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

This div border color is #3E1124.


Opacity

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

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

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

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

This text has shadow with #3E1124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1124 on black background.


Color preview on white background

This text has color #3E1124 on white background.



Black color preview on #3E1124 background

This text has black color on #3E1124 background.


White color preview on #3E1124 background

This text has white color on #3E1124 background.