COLOR #6E0410

HEX: #6E0410
RGB: (110,4,16)

Color info

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

RGB color model

#6E0410 color RGB value is (110,4,16).

  • red value is 110;
  • green value is 4;
  • blue value is 16.
RGB:
(110,4,16)
(43%,2%,6%)

RGB channels and saturation

R 110 of 255 = 43%
G 4 of 255 = 2%
B 16 of 255 = 6%

110
4
16

R + G + B ~ 17%. #6E0410 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 4 + 16 = 130 (100%)
R 110 of 130 ~ 84.62%
G 4 of 130 ~ 3.08%
B 16 of 130 ~ 12.31%

%84.62
%12.31

CMYK color model

#6E0410 color CMYK value is (0,96,85,57).

  • cyan value is 0.00%
  • magenta value is 96.36%
  • yellow value is 85.45%
  • key color value is 56.86%
CMYK:
(0,96,85,57)
C0M96Y85K57 
(0%,96%,85%,57%)
(0.00/0.96/0.85/0.57)	

CMYK percentages

%0
%96.36
%85.45
%56.86

Codes

Color #6E0410 in popluar color models

6E0410
RGB110416
HSL353°92.98%22.35%
HSB/HSV353°96.36%43.14%
CMYK0.00%96.36%85.45%
56.86%

Color #6E0410 in popluar number systems.

HEX6E0410
Decimal110416
Binary110111010010000
Octal156420

Shades and tints

Shades of #6E0410

#6E0410
(110,4,16)
#64040F
(100,4,15)
#5A040E
(90,4,14)
#50040D
(80,4,13)
#46040C
(70,4,12)
#3C040B
(60,4,11)
#32040A
(50,4,10)
#280409
(40,4,9)
#1E0408
(30,4,8)
#140407
(20,4,7)
#0A0406
(10,4,6)
#000000
(0,0,0)

Tints of #6E0410

#6E0410
(110,4,16)
#7B1A25
(123,26,37)
#88303A
(136,48,58)
#95464F
(149,70,79)
#A25C64
(162,92,100)
#AF7279
(175,114,121)
#BC888E
(188,136,142)
#C99EA3
(201,158,163)
#D6B4B8
(214,180,184)
#E3CACD
(227,202,205)
#F0E0E2
(240,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0410 color. Also use rgb(110,4,16) instead hex code.

Text Font Color

.myTextColor { color: #6E0410; }

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

This text font color is #6E0410.


Background Color

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

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

This div background color is #6E0410.


Border color

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

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

This div border color is #6E0410.


Opacity

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

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

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

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

This text has shadow with #6E0410 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0410 on black background.


Color preview on white background

This text has color #6E0410 on white background.



Black color preview on #6E0410 background

This text has black color on #6E0410 background.


White color preview on #6E0410 background

This text has white color on #6E0410 background.