COLOR #6E0F1B

HEX: #6E0F1B
RGB: (110,15,27)

Color info

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

RGB color model

#6E0F1B color RGB value is (110,15,27).

  • red value is 110;
  • green value is 15;
  • blue value is 27.
RGB:
(110,15,27)
(43%,6%,11%)

RGB channels and saturation

R 110 of 255 = 43%
G 15 of 255 = 6%
B 27 of 255 = 11%

110
15
27

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

Portions of RGB colors in percentages

R + G + B =
110 + 15 + 27 = 152 (100%)
R 110 of 152 ~ 72.37%
G 15 of 152 ~ 9.87%
B 27 of 152 ~ 17.76%

%72.37
%9.87
%17.76

CMYK color model

#6E0F1B color CMYK value is (0,86,75,57).

  • cyan value is 0.00%
  • magenta value is 86.36%
  • yellow value is 75.45%
  • key color value is 56.86%
CMYK:
(0,86,75,57)
C0M86Y75K57 
(0%,86%,75%,57%)
(0.00/0.86/0.75/0.57)	

CMYK percentages

%0
%86.36
%75.45
%56.86

Codes

Color #6E0F1B in popluar color models

6E0F1B
RGB1101527
HSL352°76.00%24.51%
HSB/HSV352°86.36%43.14%
CMYK0.00%86.36%75.45%
56.86%

Color #6E0F1B in popluar number systems.

HEX6E0F1B
Decimal1101527
Binary1101110111111011
Octal1561733

Shades and tints

Shades of #6E0F1B

#6E0F1B
(110,15,27)
#640E19
(100,14,25)
#5A0D17
(90,13,23)
#500C15
(80,12,21)
#460B13
(70,11,19)
#3C0A11
(60,10,17)
#32090F
(50,9,15)
#28080D
(40,8,13)
#1E070B
(30,7,11)
#140609
(20,6,9)
#0A0507
(10,5,7)
#000000
(0,0,0)

Tints of #6E0F1B

#6E0F1B
(110,15,27)
#7B242F
(123,36,47)
#883943
(136,57,67)
#954E57
(149,78,87)
#A2636B
(162,99,107)
#AF787F
(175,120,127)
#BC8D93
(188,141,147)
#C9A2A7
(201,162,167)
#D6B7BB
(214,183,187)
#E3CCCF
(227,204,207)
#F0E1E3
(240,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E0F1B color. Also use rgb(110,15,27) instead hex code.

Text Font Color

.myTextColor { color: #6E0F1B; }

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

This text font color is #6E0F1B.


Background Color

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

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

This div background color is #6E0F1B.


Border color

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

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

This div border color is #6E0F1B.


Opacity

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

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

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

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

This text has shadow with #6E0F1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E0F1B on black background.


Color preview on white background

This text has color #6E0F1B on white background.



Black color preview on #6E0F1B background

This text has black color on #6E0F1B background.


White color preview on #6E0F1B background

This text has white color on #6E0F1B background.