COLOR #6E0C24

HEX: #6E0C24
RGB: (110,12,36)

Color info

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

RGB color model

#6E0C24 color RGB value is (110,12,36).

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

RGB channels and saturation

R 110 of 255 = 43%
G 12 of 255 = 5%
B 36 of 255 = 14%

110
12
36

R + G + B ~ 21%. #6E0C24 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 12 + 36 = 158 (100%)
R 110 of 158 ~ 69.62%
G 12 of 158 ~ 7.59%
B 36 of 158 ~ 22.78%

%69.62
%22.78

CMYK color model

#6E0C24 color CMYK value is (0,89,67,57).

  • cyan value is 0.00%
  • magenta value is 89.09%
  • yellow value is 67.27%
  • key color value is 56.86%
CMYK:
(0,89,67,57)
C0M89Y67K57 
(0%,89%,67%,57%)
(0.00/0.89/0.67/0.57)	

CMYK percentages

%0
%89.09
%67.27
%56.86

Codes

Color #6E0C24 in popluar color models

6E0C24
RGB1101236
HSL345°80.33%23.92%
HSB/HSV345°89.09%43.14%
CMYK0.00%89.09%67.27%
56.86%

Color #6E0C24 in popluar number systems.

HEX6E0C24
Decimal1101236
Binary11011101100100100
Octal1561444

Shades and tints

Shades of #6E0C24

#6E0C24
(110,12,36)
#640B21
(100,11,33)
#5A0A1E
(90,10,30)
#50091B
(80,9,27)
#460818
(70,8,24)
#3C0715
(60,7,21)
#320612
(50,6,18)
#28050F
(40,5,15)
#1E040C
(30,4,12)
#140309
(20,3,9)
#0A0206
(10,2,6)
#000000
(0,0,0)

Tints of #6E0C24

#6E0C24
(110,12,36)
#7B2237
(123,34,55)
#88384A
(136,56,74)
#954E5D
(149,78,93)
#A26470
(162,100,112)
#AF7A83
(175,122,131)
#BC9096
(188,144,150)
#C9A6A9
(201,166,169)
#D6BCBC
(214,188,188)
#E3D2CF
(227,210,207)
#F0E8E2
(240,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0C24 color. Also use rgb(110,12,36) instead hex code.

Text Font Color

.myTextColor { color: #6E0C24; }

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

This text font color is #6E0C24.


Background Color

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

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

This div background color is #6E0C24.


Border color

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

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

This div border color is #6E0C24.


Opacity

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

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

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

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

This text has shadow with #6E0C24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0C24 on black background.


Color preview on white background

This text has color #6E0C24 on white background.



Black color preview on #6E0C24 background

This text has black color on #6E0C24 background.


White color preview on #6E0C24 background

This text has white color on #6E0C24 background.