COLOR #6B212D

HEX: #6B212D
RGB: (107,33,45)

Color info

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

RGB color model

#6B212D color RGB value is (107,33,45).

  • red value is 107;
  • green value is 33;
  • blue value is 45.
RGB:
(107,33,45)
(42%,13%,18%)

RGB channels and saturation

R 107 of 255 = 42%
G 33 of 255 = 13%
B 45 of 255 = 18%

107
33
45

R + G + B ~ 24%. #6B212D is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 33 + 45 = 185 (100%)
R 107 of 185 ~ 57.84%
G 33 of 185 ~ 17.84%
B 45 of 185 ~ 24.32%

%57.84
%17.84
%24.32

CMYK color model

#6B212D color CMYK value is (0,69,58,58).

  • cyan value is 0.00%
  • magenta value is 69.16%
  • yellow value is 57.94%
  • key color value is 58.04%
CMYK:
(0,69,58,58)
C0M69Y58K58 
(0%,69%,58%,58%)
(0.00/0.69/0.58/0.58)	

CMYK percentages

%0
%69.16
%57.94
%58.04

Codes

Color #6B212D in popluar color models

6B212D
RGB1073345
HSL350°52.86%27.45%
HSB/HSV350°69.16%41.96%
CMYK0.00%69.16%57.94%
58.04%

Color #6B212D in popluar number systems.

HEX6B212D
Decimal1073345
Binary1101011100001101101
Octal1534155

Shades and tints

Shades of #6B212D

#6B212D
(107,33,45)
#621E29
(98,30,41)
#591B25
(89,27,37)
#501821
(80,24,33)
#47151D
(71,21,29)
#3E1219
(62,18,25)
#350F15
(53,15,21)
#2C0C11
(44,12,17)
#23090D
(35,9,13)
#1A0609
(26,6,9)
#110305
(17,3,5)
#000000
(0,0,0)

Tints of #6B212D

#6B212D
(107,33,45)
#783540
(120,53,64)
#854953
(133,73,83)
#925D66
(146,93,102)
#9F7179
(159,113,121)
#AC858C
(172,133,140)
#B9999F
(185,153,159)
#C6ADB2
(198,173,178)
#D3C1C5
(211,193,197)
#E0D5D8
(224,213,216)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B212D; }

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

This text font color is #6B212D.


Background Color

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

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

This div background color is #6B212D.


Border color

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

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

This div border color is #6B212D.


Opacity

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

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

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

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

This text has shadow with #6B212D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B212D on black background.


Color preview on white background

This text has color #6B212D on white background.



Black color preview on #6B212D background

This text has black color on #6B212D background.


White color preview on #6B212D background

This text has white color on #6B212D background.