COLOR #3E1527

HEX: #3E1527
RGB: (62,21,39)

Color info

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

RGB color model

#3E1527 color RGB value is (62,21,39).

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

RGB channels and saturation

R 62 of 255 = 24%
G 21 of 255 = 8%
B 39 of 255 = 15%

62
21
39

R + G + B ~ 16%. #3E1527 is dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 21 + 39 = 122 (100%)
R 62 of 122 ~ 50.82%
G 21 of 122 ~ 17.21%
B 39 of 122 ~ 31.97%

%50.82
%17.21
%31.97

CMYK color model

#3E1527 color CMYK value is (0,66,37,76).

  • cyan value is 0.00%
  • magenta value is 66.13%
  • yellow value is 37.10%
  • key color value is 75.69%
CMYK:
(0,66,37,76)
C0M66Y37K76 
(0%,66%,37%,76%)
(0.00/0.66/0.37/0.76)	

CMYK percentages

%0
%66.13
%37.1
%75.69

Codes

Color #3E1527 in popluar color models

3E1527
RGB622139
HSL334°49.40%16.27%
HSB/HSV334°66.13%24.31%
CMYK0.00%66.13%37.10%
75.69%

Color #3E1527 in popluar number systems.

HEX3E1527
Decimal622139
Binary11111010101100111
Octal762547

Shades and tints

Shades of #3E1527

#3E1527
(62,21,39)
#391424
(57,20,36)
#341321
(52,19,33)
#2F121E
(47,18,30)
#2A111B
(42,17,27)
#251018
(37,16,24)
#200F15
(32,15,21)
#1B0E12
(27,14,18)
#160D0F
(22,13,15)
#110C0C
(17,12,12)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #3E1527

#3E1527
(62,21,39)
#4F2A3A
(79,42,58)
#603F4D
(96,63,77)
#715460
(113,84,96)
#826973
(130,105,115)
#937E86
(147,126,134)
#A49399
(164,147,153)
#B5A8AC
(181,168,172)
#C6BDBF
(198,189,191)
#D7D2D2
(215,210,210)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1527; }

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

This text font color is #3E1527.


Background Color

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

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

This div background color is #3E1527.


Border color

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

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

This div border color is #3E1527.


Opacity

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

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

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

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

This text has shadow with #3E1527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1527 on black background.


Color preview on white background

This text has color #3E1527 on white background.



Black color preview on #3E1527 background

This text has black color on #3E1527 background.


White color preview on #3E1527 background

This text has white color on #3E1527 background.