COLOR #6E0E12

HEX: #6E0E12
RGB: (110,14,18)

Color info

#6E0E12 contains mainly red color. Web safe color of #6E0E12 is #660000 (or #600).

RGB color model

#6E0E12 color RGB value is (110,14,18).

  • red value is 110;
  • green value is 14;
  • blue value is 18.
RGB:
(110,14,18)
(43%,5%,7%)

RGB channels and saturation

R 110 of 255 = 43%
G 14 of 255 = 5%
B 18 of 255 = 7%

110
14
18

R + G + B ~ 18%. #6E0E12 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 14 + 18 = 142 (100%)
R 110 of 142 ~ 77.46%
G 14 of 142 ~ 9.86%
B 18 of 142 ~ 12.68%

%77.46
%9.86
%12.68

CMYK color model

#6E0E12 color CMYK value is (0,87,84,57).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 83.64%
  • key color value is 56.86%
CMYK:
(0,87,84,57)
C0M87Y84K57 
(0%,87%,84%,57%)
(0.00/0.87/0.84/0.57)	

CMYK percentages

%0
%87.27
%83.64
%56.86

Codes

Color #6E0E12 in popluar color models

6E0E12
RGB1101418
HSL358°77.42%24.31%
HSB/HSV358°87.27%43.14%
CMYK0.00%87.27%83.64%
56.86%

Color #6E0E12 in popluar number systems.

HEX6E0E12
Decimal1101418
Binary1101110111010010
Octal1561622

Shades and tints

Shades of #6E0E12

#6E0E12
(110,14,18)
#640D11
(100,13,17)
#5A0C10
(90,12,16)
#500B0F
(80,11,15)
#460A0E
(70,10,14)
#3C090D
(60,9,13)
#32080C
(50,8,12)
#28070B
(40,7,11)
#1E060A
(30,6,10)
#140509
(20,5,9)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #6E0E12

#6E0E12
(110,14,18)
#7B2327
(123,35,39)
#88383C
(136,56,60)
#954D51
(149,77,81)
#A26266
(162,98,102)
#AF777B
(175,119,123)
#BC8C90
(188,140,144)
#C9A1A5
(201,161,165)
#D6B6BA
(214,182,186)
#E3CBCF
(227,203,207)
#F0E0E4
(240,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0E12 color. Also use rgb(110,14,18) instead hex code.

Text Font Color

.myTextColor { color: #6E0E12; }

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

This text font color is #6E0E12.


Background Color

.myBgColor { background-color: #6E0E12; }

<div style="background-color:#6E0E12">Inner text</div>

This div background color is #6E0E12.


Border color

.myBorderColor { border: 1px solid #6E0E12; }

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

This div border color is #6E0E12.


Opacity

.myOpacity80 { color: #6E0E12; opacity: 0.8; }

<p style="color:#6E0E12;opacity:0.8;">80%</p>

Text with #6E0E12 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 #6E0E12;}

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

This text has shadow with #6E0E12 color.

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

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

This text has shadow with #6E0E12 primary color and red secondary color.


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

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

This text has shadow with #6E0E12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0E12 on black background.


Color preview on white background

This text has color #6E0E12 on white background.



Black color preview on #6E0E12 background

This text has black color on #6E0E12 background.


White color preview on #6E0E12 background

This text has white color on #6E0E12 background.