COLOR #3E1018

HEX: #3E1018
RGB: (62,16,24)

Color info

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

RGB color model

#3E1018 color RGB value is (62,16,24).

  • red value is 62;
  • green value is 16;
  • blue value is 24.
RGB:
(62,16,24)
(24%,6%,9%)

RGB channels and saturation

R 62 of 255 = 24%
G 16 of 255 = 6%
B 24 of 255 = 9%

62
16
24

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

Portions of RGB colors in percentages

R + G + B =
62 + 16 + 24 = 102 (100%)
R 62 of 102 ~ 60.78%
G 16 of 102 ~ 15.69%
B 24 of 102 ~ 23.53%

%60.78
%15.69
%23.53

CMYK color model

#3E1018 color CMYK value is (0,74,61,76).

  • cyan value is 0.00%
  • magenta value is 74.19%
  • yellow value is 61.29%
  • key color value is 75.69%
CMYK:
(0,74,61,76)
C0M74Y61K76 
(0%,74%,61%,76%)
(0.00/0.74/0.61/0.76)	

CMYK percentages

%0
%74.19
%61.29
%75.69

Codes

Color #3E1018 in popluar color models

3E1018
RGB621624
HSL350°58.97%15.29%
HSB/HSV350°74.19%24.31%
CMYK0.00%74.19%61.29%
75.69%

Color #3E1018 in popluar number systems.

HEX3E1018
Decimal621624
Binary1111101000011000
Octal762030

Shades and tints

Shades of #3E1018

#3E1018
(62,16,24)
#390F16
(57,15,22)
#340E14
(52,14,20)
#2F0D12
(47,13,18)
#2A0C10
(42,12,16)
#250B0E
(37,11,14)
#200A0C
(32,10,12)
#1B090A
(27,9,10)
#160808
(22,8,8)
#110706
(17,7,6)
#0C0604
(12,6,4)
#000000
(0,0,0)

Tints of #3E1018

#3E1018
(62,16,24)
#4F252D
(79,37,45)
#603A42
(96,58,66)
#714F57
(113,79,87)
#82646C
(130,100,108)
#937981
(147,121,129)
#A48E96
(164,142,150)
#B5A3AB
(181,163,171)
#C6B8C0
(198,184,192)
#D7CDD5
(215,205,213)
#E8E2EA
(232,226,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E1018; }

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

This text font color is #3E1018.


Background Color

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

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

This div background color is #3E1018.


Border color

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

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

This div border color is #3E1018.


Opacity

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

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

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

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

This text has shadow with #3E1018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E1018 on black background.


Color preview on white background

This text has color #3E1018 on white background.



Black color preview on #3E1018 background

This text has black color on #3E1018 background.


White color preview on #3E1018 background

This text has white color on #3E1018 background.