COLOR #3E1613

HEX: #3E1613 RGB: (62,22,19)

Color info

#3E1613 contains red, green and blue colors in about the same proportion. Web safe color of #3E1613 is #330000 (or #300).

RGB color model

#3E1613 color RGB value is (62,22,19).

RGB: (62,22,19) (24%, 9%, 7%)

RGB channels and saturation

R 62 of 255 = 24%
G 22 of 255 = 9%
B 19 of 255 = 7%

62
22
19

R + G + B ~ 13%. #3E1613 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 22 + 19 = 103 (100%)
R 62 of 103 ~ 60.19%
G 22 of 103 ~ 21.36%
B 19 of 103 ~ 18.45'%

%60.19
%21.36
%18.45

CMYK color model

#3E1613 color CMYK value is (0,65,69,76).

  • cyan value is 0.00%
  • magenta value is 64.52%
  • yellow value is 69.35%
  • key color value is 75.69%

CMYK: (0,65,69,76)
C0M65Y69K76 (0%, 65%, 69%, 76%)
(0.00 / 0.65 / 0.69 / 0.76)

CMYK percentages

%0
%64.52
%69.35
%75.69

Codes

Color #3E1613 in popluar color models

3E 16 13
RGB 62 22 19
HSL 53.09% 15.88%
HSB/HSV 69.35% 24.31%
CMYK 0.00% 64.52% 69.35%
75.69%

Color #3E1613 in popluar number systems.

HEX 3E 16 13
Decimal 62 22 19
Binary 111110 10110 10011
Octal 76 26 23

Shades and tints

Shades of #3E1613

#3E1613
(62,22,19)
#391412
(57,20,18)
#341211
(52,18,17)
#2F1010
(47,16,16)
#2A0E0F
(42,14,15)
#250C0E
(37,12,14)
#200A0D
(32,10,13)
#1B080C
(27,8,12)
#16060B
(22,6,11)
#11040A
(17,4,10)
#0C0209
(12,2,9)
#000000
(0,0,0)

Tints of #3E1613

#3E1613
(62,22,19)
#4F2B28
(79,43,40)
#60403D
(96,64,61)
#715552
(113,85,82)
#826A67
(130,106,103)
#937F7C
(147,127,124)
#A49491
(164,148,145)
#B5A9A6
(181,169,166)
#C6BEBB
(198,190,187)
#D7D3D0
(215,211,208)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E1613 color. Also use rgb(62,22,19) instead hex code.

Text Font Color

.myTextColor { color: #3E1613; }

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

This text font color is #3E1613.

Background Color

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

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

This div background color is #3E1613.

Border color

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

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

This div border color is #3E1613.

Opacity

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

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

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

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

This text has shadow with #3E1613 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E1613.

Preview

Color preview on black background

This text has color #3E1613 on black background.


Color preview on white background

This text has color #3E1613 on white background.


Black color preview on #3E1613 background

This text has black color on #3E1613 background.


White color preview on #3E1613 background

This text has white color on #3E1613 background.


Related colors

Complementary color

Complementary color for #hex is #C1E9EC.


I love getcolorcode.com

Triadic colors

1 #133E16 and #16133E with #3E1613 are triadic colors.

2 #13163E and #163E13 with #3E1613 are triadic colors.