COLOR #6B1E1F

HEX: #6B1E1F
RGB: (107,30,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
30
31

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

Portions of RGB colors in percentages

R + G + B =
107 + 30 + 31 = 168 (100%)
R 107 of 168 ~ 63.69%
G 30 of 168 ~ 17.86%
B 31 of 168 ~ 18.45%

%63.69
%17.86
%18.45

CMYK color model

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

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

CMYK percentages

%0
%71.96
%71.03
%58.04

Codes

Color #6B1E1F in popluar color models

6B1E1F
RGB1073031
HSL359°56.20%26.86%
HSB/HSV359°71.96%41.96%
CMYK0.00%71.96%71.03%
58.04%

Color #6B1E1F in popluar number systems.

HEX6B1E1F
Decimal1073031
Binary11010111111011111
Octal1533637

Shades and tints

Shades of #6B1E1F

#6B1E1F
(107,30,31)
#621C1D
(98,28,29)
#591A1B
(89,26,27)
#501819
(80,24,25)
#471617
(71,22,23)
#3E1415
(62,20,21)
#351213
(53,18,19)
#2C1011
(44,16,17)
#230E0F
(35,14,15)
#1A0C0D
(26,12,13)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #6B1E1F

#6B1E1F
(107,30,31)
#783233
(120,50,51)
#854647
(133,70,71)
#925A5B
(146,90,91)
#9F6E6F
(159,110,111)
#AC8283
(172,130,131)
#B99697
(185,150,151)
#C6AAAB
(198,170,171)
#D3BEBF
(211,190,191)
#E0D2D3
(224,210,211)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1E1F; }

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

This text font color is #6B1E1F.


Background Color

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

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

This div background color is #6B1E1F.


Border color

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

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

This div border color is #6B1E1F.


Opacity

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

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

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

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

This text has shadow with #6B1E1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1E1F on black background.


Color preview on white background

This text has color #6B1E1F on white background.



Black color preview on #6B1E1F background

This text has black color on #6B1E1F background.


White color preview on #6B1E1F background

This text has white color on #6B1E1F background.