COLOR #6B1E1E

HEX: #6B1E1E
RGB: (107,30,30)

Color info

#6B1E1E contains mainly red color. Web safe color of #6B1E1E is #663333 (or #633).

RGB color model

#6B1E1E color RGB value is (107,30,30).

  • red value is 107;
  • green value is 30;
  • blue value is 30.
RGB:
(107,30,30)
(42%,12%,12%)

RGB channels and saturation

R 107 of 255 = 42%
G 30 of 255 = 12%
B 30 of 255 = 12%

107
30
30

R + G + B ~ 22%. #6B1E1E is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 30 + 30 = 167 (100%)
R 107 of 167 ~ 64.07%
G 30 of 167 ~ 17.96%
B 30 of 167 ~ 17.96%

%64.07
%17.96
%17.96

CMYK color model

#6B1E1E color CMYK value is (0,72,72,58).

  • cyan value is 0.00%
  • magenta value is 71.96%
  • yellow value is 71.96%
  • key color value is 58.04%
CMYK:
(0,72,72,58)
C0M72Y72K58 
(0%,72%,72%,58%)
(0.00/0.72/0.72/0.58)	

CMYK percentages

%0
%71.96
%71.96
%58.04

Codes

Color #6B1E1E in popluar color models

6B1E1E
RGB1073030
HSL56.20%26.86%
HSB/HSV71.96%41.96%
CMYK0.00%71.96%71.96%
58.04%

Color #6B1E1E in popluar number systems.

HEX6B1E1E
Decimal1073030
Binary11010111111011110
Octal1533636

Shades and tints

Shades of #6B1E1E

#6B1E1E
(107,30,30)
#621C1C
(98,28,28)
#591A1A
(89,26,26)
#501818
(80,24,24)
#471616
(71,22,22)
#3E1414
(62,20,20)
#351212
(53,18,18)
#2C1010
(44,16,16)
#230E0E
(35,14,14)
#1A0C0C
(26,12,12)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B1E1E

#6B1E1E
(107,30,30)
#783232
(120,50,50)
#854646
(133,70,70)
#925A5A
(146,90,90)
#9F6E6E
(159,110,110)
#AC8282
(172,130,130)
#B99696
(185,150,150)
#C6AAAA
(198,170,170)
#D3BEBE
(211,190,190)
#E0D2D2
(224,210,210)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1E1E color. Also use rgb(107,30,30) instead hex code.

Text Font Color

.myTextColor { color: #6B1E1E; }

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

This text font color is #6B1E1E.


Background Color

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

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

This div background color is #6B1E1E.


Border color

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

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

This div border color is #6B1E1E.


Opacity

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

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

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

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

This text has shadow with #6B1E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1E1E on black background.


Color preview on white background

This text has color #6B1E1E on white background.



Black color preview on #6B1E1E background

This text has black color on #6B1E1E background.


White color preview on #6B1E1E background

This text has white color on #6B1E1E background.