COLOR #6B141E

HEX: #6B141E
RGB: (107,20,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

107
20
30

R + G + B ~ 21%. #6B141E is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 20 + 30 = 157 (100%)
R 107 of 157 ~ 68.15%
G 20 of 157 ~ 12.74%
B 30 of 157 ~ 19.11%

%68.15
%12.74
%19.11

CMYK color model

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

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

CMYK percentages

%0
%81.31
%71.96
%58.04

Codes

Color #6B141E in popluar color models

6B141E
RGB1072030
HSL353°68.50%24.90%
HSB/HSV353°81.31%41.96%
CMYK0.00%81.31%71.96%
58.04%

Color #6B141E in popluar number systems.

HEX6B141E
Decimal1072030
Binary11010111010011110
Octal1532436

Shades and tints

Shades of #6B141E

#6B141E
(107,20,30)
#62131C
(98,19,28)
#59121A
(89,18,26)
#501118
(80,17,24)
#471016
(71,16,22)
#3E0F14
(62,15,20)
#350E12
(53,14,18)
#2C0D10
(44,13,16)
#230C0E
(35,12,14)
#1A0B0C
(26,11,12)
#110A0A
(17,10,10)
#000000
(0,0,0)

Tints of #6B141E

#6B141E
(107,20,30)
#782932
(120,41,50)
#853E46
(133,62,70)
#92535A
(146,83,90)
#9F686E
(159,104,110)
#AC7D82
(172,125,130)
#B99296
(185,146,150)
#C6A7AA
(198,167,170)
#D3BCBE
(211,188,190)
#E0D1D2
(224,209,210)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B141E; }

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

This text font color is #6B141E.


Background Color

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

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

This div background color is #6B141E.


Border color

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

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

This div border color is #6B141E.


Opacity

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

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

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

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

This text has shadow with #6B141E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B141E on black background.


Color preview on white background

This text has color #6B141E on white background.



Black color preview on #6B141E background

This text has black color on #6B141E background.


White color preview on #6B141E background

This text has white color on #6B141E background.