COLOR #6E0513

HEX: #6E0513
RGB: (110,5,19)

Color info

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

RGB color model

#6E0513 color RGB value is (110,5,19).

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

RGB channels and saturation

R 110 of 255 = 43%
G 5 of 255 = 2%
B 19 of 255 = 7%

110
5
19

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

Portions of RGB colors in percentages

R + G + B =
110 + 5 + 19 = 134 (100%)
R 110 of 134 ~ 82.09%
G 5 of 134 ~ 3.73%
B 19 of 134 ~ 14.18%

%82.09
%14.18

CMYK color model

#6E0513 color CMYK value is (0,95,83,57).

  • cyan value is 0.00%
  • magenta value is 95.45%
  • yellow value is 82.73%
  • key color value is 56.86%
CMYK:
(0,95,83,57)
C0M95Y83K57 
(0%,95%,83%,57%)
(0.00/0.95/0.83/0.57)	

CMYK percentages

%0
%95.45
%82.73
%56.86

Codes

Color #6E0513 in popluar color models

6E0513
RGB110519
HSL352°91.30%22.55%
HSB/HSV352°95.45%43.14%
CMYK0.00%95.45%82.73%
56.86%

Color #6E0513 in popluar number systems.

HEX6E0513
Decimal110519
Binary110111010110011
Octal156523

Shades and tints

Shades of #6E0513

#6E0513
(110,5,19)
#640512
(100,5,18)
#5A0511
(90,5,17)
#500510
(80,5,16)
#46050F
(70,5,15)
#3C050E
(60,5,14)
#32050D
(50,5,13)
#28050C
(40,5,12)
#1E050B
(30,5,11)
#14050A
(20,5,10)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #6E0513

#6E0513
(110,5,19)
#7B1B28
(123,27,40)
#88313D
(136,49,61)
#954752
(149,71,82)
#A25D67
(162,93,103)
#AF737C
(175,115,124)
#BC8991
(188,137,145)
#C99FA6
(201,159,166)
#D6B5BB
(214,181,187)
#E3CBD0
(227,203,208)
#F0E1E5
(240,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0513 color. Also use rgb(110,5,19) instead hex code.

Text Font Color

.myTextColor { color: #6E0513; }

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

This text font color is #6E0513.


Background Color

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

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

This div background color is #6E0513.


Border color

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

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

This div border color is #6E0513.


Opacity

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

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

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

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

This text has shadow with #6E0513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0513 on black background.


Color preview on white background

This text has color #6E0513 on white background.



Black color preview on #6E0513 background

This text has black color on #6E0513 background.


White color preview on #6E0513 background

This text has white color on #6E0513 background.