COLOR #3E1831

HEX: #3E1831 RGB: (62,24,49)

Color info

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

RGB color model

#3E1831 color RGB value is (62,24,49).

RGB: (62,24,49) (24%, 9%, 19%)

RGB channels and saturation

R 62 of 255 = 24%
G 24 of 255 = 9%
B 49 of 255 = 19%

62
24
49

R + G + B ~ 17%. #3E1831 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 24 + 49 = 135 (100%)
R 62 of 135 ~ 45.93%
G 24 of 135 ~ 17.78%
B 49 of 135 ~ 36.3'%

%45.93
%17.78
%36.3

CMYK color model

#3E1831 color CMYK value is (0,61,21,76).

  • cyan value is 0.00%
  • magenta value is 61.29%
  • yellow value is 20.97%
  • key color value is 75.69%

CMYK: (0,61,21,76)
C0M61Y21K76 (0%, 61%, 21%, 76%)
(0.00 / 0.61 / 0.21 / 0.76)

CMYK percentages

%0
%61.29
%20.97
%75.69

Codes

Color #3E1831 in popluar color models

3E 18 31
RGB 62 24 49
HSL 321° 44.19% 16.86%
HSB/HSV 321° 61.29% 24.31%
CMYK 0.00% 61.29% 20.97%
75.69%

Color #3E1831 in popluar number systems.

HEX 3E 18 31
Decimal 62 24 49
Binary 111110 11000 110001
Octal 76 30 61

Shades and tints

Shades of #3E1831

#3E1831
(62,24,49)
#39162D
(57,22,45)
#341429
(52,20,41)
#2F1225
(47,18,37)
#2A1021
(42,16,33)
#250E1D
(37,14,29)
#200C19
(32,12,25)
#1B0A15
(27,10,21)
#160811
(22,8,17)
#11060D
(17,6,13)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #3E1831

#3E1831
(62,24,49)
#4F2D43
(79,45,67)
#604255
(96,66,85)
#715767
(113,87,103)
#826C79
(130,108,121)
#93818B
(147,129,139)
#A4969D
(164,150,157)
#B5ABAF
(181,171,175)
#C6C0C1
(198,192,193)
#D7D5D3
(215,213,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1831 color. Also use rgb(62,24,49) instead hex code.

Text Font Color

.myTextColor { color: #3E1831; }

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

This text font color is #3E1831.

Background Color

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

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

This div background color is #3E1831.

Border color

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

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

This div border color is #3E1831.

Opacity

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

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

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

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

This text has shadow with #3E1831 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E1831.

Preview

Color preview on black background

This text has color #3E1831 on black background.


Color preview on white background

This text has color #3E1831 on white background.


Black color preview on #3E1831 background

This text has black color on #3E1831 background.


White color preview on #3E1831 background

This text has white color on #3E1831 background.


Related colors

Complementary color

Complementary color for #hex is #C1E7CE.


I love getcolorcode.com

Triadic colors

1 #313E18 and #18313E with #3E1831 are triadic colors.

2 #31183E and #183E31 with #3E1831 are triadic colors.