COLOR #6E0412

HEX: #6E0412
RGB: (110,4,18)

Color info

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

RGB color model

#6E0412 color RGB value is (110,4,18).

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

RGB channels and saturation

R 110 of 255 = 43%
G 4 of 255 = 2%
B 18 of 255 = 7%

110
4
18

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

Portions of RGB colors in percentages

R + G + B =
110 + 4 + 18 = 132 (100%)
R 110 of 132 ~ 83.33%
G 4 of 132 ~ 3.03%
B 18 of 132 ~ 13.64%

%83.33
%13.64

CMYK color model

#6E0412 color CMYK value is (0,96,84,57).

  • cyan value is 0.00%
  • magenta value is 96.36%
  • yellow value is 83.64%
  • key color value is 56.86%
CMYK:
(0,96,84,57)
C0M96Y84K57 
(0%,96%,84%,57%)
(0.00/0.96/0.84/0.57)	

CMYK percentages

%0
%96.36
%83.64
%56.86

Codes

Color #6E0412 in popluar color models

6E0412
RGB110418
HSL352°92.98%22.35%
HSB/HSV352°96.36%43.14%
CMYK0.00%96.36%83.64%
56.86%

Color #6E0412 in popluar number systems.

HEX6E0412
Decimal110418
Binary110111010010010
Octal156422

Shades and tints

Shades of #6E0412

#6E0412
(110,4,18)
#640411
(100,4,17)
#5A0410
(90,4,16)
#50040F
(80,4,15)
#46040E
(70,4,14)
#3C040D
(60,4,13)
#32040C
(50,4,12)
#28040B
(40,4,11)
#1E040A
(30,4,10)
#140409
(20,4,9)
#0A0408
(10,4,8)
#000000
(0,0,0)

Tints of #6E0412

#6E0412
(110,4,18)
#7B1A27
(123,26,39)
#88303C
(136,48,60)
#954651
(149,70,81)
#A25C66
(162,92,102)
#AF727B
(175,114,123)
#BC8890
(188,136,144)
#C99EA5
(201,158,165)
#D6B4BA
(214,180,186)
#E3CACF
(227,202,207)
#F0E0E4
(240,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E0412; }

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

This text font color is #6E0412.


Background Color

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

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

This div background color is #6E0412.


Border color

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

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

This div border color is #6E0412.


Opacity

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

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

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

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

This text has shadow with #6E0412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0412 on black background.


Color preview on white background

This text has color #6E0412 on white background.



Black color preview on #6E0412 background

This text has black color on #6E0412 background.


White color preview on #6E0412 background

This text has white color on #6E0412 background.