COLOR #6E0E20

HEX: #6E0E20
RGB: (110,14,32)

Color info

#6E0E20 contains mainly red color. Web safe color of #6E0E20 is #660033 (or #603).

RGB color model

#6E0E20 color RGB value is (110,14,32).

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

RGB channels and saturation

R 110 of 255 = 43%
G 14 of 255 = 5%
B 32 of 255 = 13%

110
14
32

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

Portions of RGB colors in percentages

R + G + B =
110 + 14 + 32 = 156 (100%)
R 110 of 156 ~ 70.51%
G 14 of 156 ~ 8.97%
B 32 of 156 ~ 20.51%

%70.51
%20.51

CMYK color model

#6E0E20 color CMYK value is (0,87,71,57).

  • cyan value is 0.00%
  • magenta value is 87.27%
  • yellow value is 70.91%
  • key color value is 56.86%
CMYK:
(0,87,71,57)
C0M87Y71K57 
(0%,87%,71%,57%)
(0.00/0.87/0.71/0.57)	

CMYK percentages

%0
%87.27
%70.91
%56.86

Codes

Color #6E0E20 in popluar color models

6E0E20
RGB1101432
HSL349°77.42%24.31%
HSB/HSV349°87.27%43.14%
CMYK0.00%87.27%70.91%
56.86%

Color #6E0E20 in popluar number systems.

HEX6E0E20
Decimal1101432
Binary11011101110100000
Octal1561640

Shades and tints

Shades of #6E0E20

#6E0E20
(110,14,32)
#640D1E
(100,13,30)
#5A0C1C
(90,12,28)
#500B1A
(80,11,26)
#460A18
(70,10,24)
#3C0916
(60,9,22)
#320814
(50,8,20)
#280712
(40,7,18)
#1E0610
(30,6,16)
#14050E
(20,5,14)
#0A040C
(10,4,12)
#000000
(0,0,0)

Tints of #6E0E20

#6E0E20
(110,14,32)
#7B2334
(123,35,52)
#883848
(136,56,72)
#954D5C
(149,77,92)
#A26270
(162,98,112)
#AF7784
(175,119,132)
#BC8C98
(188,140,152)
#C9A1AC
(201,161,172)
#D6B6C0
(214,182,192)
#E3CBD4
(227,203,212)
#F0E0E8
(240,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E0E20; }

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

This text font color is #6E0E20.


Background Color

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

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

This div background color is #6E0E20.


Border color

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

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

This div border color is #6E0E20.


Opacity

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

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

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

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

This text has shadow with #6E0E20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0E20 on black background.


Color preview on white background

This text has color #6E0E20 on white background.



Black color preview on #6E0E20 background

This text has black color on #6E0E20 background.


White color preview on #6E0E20 background

This text has white color on #6E0E20 background.