COLOR #6E1814

HEX: #6E1814
RGB: (110,24,20)

Color info

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

RGB color model

#6E1814 color RGB value is (110,24,20).

  • red value is 110;
  • green value is 24;
  • blue value is 20.
RGB:
(110,24,20)
(43%,9%,8%)

RGB channels and saturation

R 110 of 255 = 43%
G 24 of 255 = 9%
B 20 of 255 = 8%

110
24
20

R + G + B ~ 20%. #6E1814 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 24 + 20 = 154 (100%)
R 110 of 154 ~ 71.43%
G 24 of 154 ~ 15.58%
B 20 of 154 ~ 12.99%

%71.43
%15.58
%12.99

CMYK color model

#6E1814 color CMYK value is (0,78,82,57).

  • cyan value is 0.00%
  • magenta value is 78.18%
  • yellow value is 81.82%
  • key color value is 56.86%
CMYK:
(0,78,82,57)
C0M78Y82K57 
(0%,78%,82%,57%)
(0.00/0.78/0.82/0.57)	

CMYK percentages

%0
%78.18
%81.82
%56.86

Codes

Color #6E1814 in popluar color models

6E1814
RGB1102420
HSL69.23%25.49%
HSB/HSV81.82%43.14%
CMYK0.00%78.18%81.82%
56.86%

Color #6E1814 in popluar number systems.

HEX6E1814
Decimal1102420
Binary11011101100010100
Octal1563024

Shades and tints

Shades of #6E1814

#6E1814
(110,24,20)
#641613
(100,22,19)
#5A1412
(90,20,18)
#501211
(80,18,17)
#461010
(70,16,16)
#3C0E0F
(60,14,15)
#320C0E
(50,12,14)
#280A0D
(40,10,13)
#1E080C
(30,8,12)
#14060B
(20,6,11)
#0A040A
(10,4,10)
#000000
(0,0,0)

Tints of #6E1814

#6E1814
(110,24,20)
#7B2D29
(123,45,41)
#88423E
(136,66,62)
#955753
(149,87,83)
#A26C68
(162,108,104)
#AF817D
(175,129,125)
#BC9692
(188,150,146)
#C9ABA7
(201,171,167)
#D6C0BC
(214,192,188)
#E3D5D1
(227,213,209)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1814 color. Also use rgb(110,24,20) instead hex code.

Text Font Color

.myTextColor { color: #6E1814; }

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

This text font color is #6E1814.


Background Color

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

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

This div background color is #6E1814.


Border color

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

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

This div border color is #6E1814.


Opacity

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

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

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

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

This text has shadow with #6E1814 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1814 on black background.


Color preview on white background

This text has color #6E1814 on white background.



Black color preview on #6E1814 background

This text has black color on #6E1814 background.


White color preview on #6E1814 background

This text has white color on #6E1814 background.