COLOR #3E1913

HEX: #3E1913 RGB: (62,25,19)

Color info

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

RGB color model

#3E1913 color RGB value is (62,25,19).

RGB: (62,25,19) (24%, 10%, 7%)

RGB channels and saturation

R 62 of 255 = 24%
G 25 of 255 = 10%
B 19 of 255 = 7%

62
25
19

R + G + B ~ 14%. #3E1913 is dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 25 + 19 = 106 (100%)
R 62 of 106 ~ 58.49%
G 25 of 106 ~ 23.58%
B 19 of 106 ~ 17.92'%

%58.49
%23.58
%17.92

CMYK color model

#3E1913 color CMYK value is (0,60,69,76).

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

CMYK: (0,60,69,76)
C0M60Y69K76 (0%, 60%, 69%, 76%)
(0.00 / 0.60 / 0.69 / 0.76)

CMYK percentages

%0
%59.68
%69.35
%75.69

Codes

Color #3E1913 in popluar color models

3E 19 13
RGB 62 25 19
HSL 53.09% 15.88%
HSB/HSV 69.35% 24.31%
CMYK 0.00% 59.68% 69.35%
75.69%

Color #3E1913 in popluar number systems.

HEX 3E 19 13
Decimal 62 25 19
Binary 111110 11001 10011
Octal 76 31 23

Shades and tints

Shades of #3E1913

#3E1913
(62,25,19)
#391712
(57,23,18)
#341511
(52,21,17)
#2F1310
(47,19,16)
#2A110F
(42,17,15)
#250F0E
(37,15,14)
#200D0D
(32,13,13)
#1B0B0C
(27,11,12)
#16090B
(22,9,11)
#11070A
(17,7,10)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #3E1913

#3E1913
(62,25,19)
#4F2D28
(79,45,40)
#60413D
(96,65,61)
#715552
(113,85,82)
#826967
(130,105,103)
#937D7C
(147,125,124)
#A49191
(164,145,145)
#B5A5A6
(181,165,166)
#C6B9BB
(198,185,187)
#D7CDD0
(215,205,208)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1913; }

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

This text font color is #3E1913.

Background Color

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

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

This div background color is #3E1913.

Border color

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

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

This div border color is #3E1913.

Opacity

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

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

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

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

This text has shadow with #3E1913 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E1913.

Preview

Color preview on black background

This text has color #3E1913 on black background.


Color preview on white background

This text has color #3E1913 on white background.


Black color preview on #3E1913 background

This text has black color on #3E1913 background.


White color preview on #3E1913 background

This text has white color on #3E1913 background.


Related colors

Complementary color

Complementary color for #hex is #C1E6EC.


I love getcolorcode.com

Triadic colors

1 #133E19 and #19133E with #3E1913 are triadic colors.

2 #13193E and #193E13 with #3E1913 are triadic colors.