COLOR #6B212F

HEX: #6B212F
RGB: (107,33,47)

Color info

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

RGB color model

#6B212F color RGB value is (107,33,47).

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

RGB channels and saturation

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

107
33
47

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

Portions of RGB colors in percentages

R + G + B =
107 + 33 + 47 = 187 (100%)
R 107 of 187 ~ 57.22%
G 33 of 187 ~ 17.65%
B 47 of 187 ~ 25.13%

%57.22
%17.65
%25.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 69.16%
  • yellow value is 56.07%
  • key color value is 58.04%
CMYK:
(0,69,56,58)
C0M69Y56K58 
(0%,69%,56%,58%)
(0.00/0.69/0.56/0.58)	

CMYK percentages

%0
%69.16
%56.07
%58.04

Codes

Color #6B212F in popluar color models

6B212F
RGB1073347
HSL349°52.86%27.45%
HSB/HSV349°69.16%41.96%
CMYK0.00%69.16%56.07%
58.04%

Color #6B212F in popluar number systems.

HEX6B212F
Decimal1073347
Binary1101011100001101111
Octal1534157

Shades and tints

Shades of #6B212F

#6B212F
(107,33,47)
#621E2B
(98,30,43)
#591B27
(89,27,39)
#501823
(80,24,35)
#47151F
(71,21,31)
#3E121B
(62,18,27)
#350F17
(53,15,23)
#2C0C13
(44,12,19)
#23090F
(35,9,15)
#1A060B
(26,6,11)
#110307
(17,3,7)
#000000
(0,0,0)

Tints of #6B212F

#6B212F
(107,33,47)
#783541
(120,53,65)
#854953
(133,73,83)
#925D65
(146,93,101)
#9F7177
(159,113,119)
#AC8589
(172,133,137)
#B9999B
(185,153,155)
#C6ADAD
(198,173,173)
#D3C1BF
(211,193,191)
#E0D5D1
(224,213,209)
#EDE9E3
(237,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B212F; }

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

This text font color is #6B212F.


Background Color

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

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

This div background color is #6B212F.


Border color

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

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

This div border color is #6B212F.


Opacity

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

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

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

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

This text has shadow with #6B212F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B212F on black background.


Color preview on white background

This text has color #6B212F on white background.



Black color preview on #6B212F background

This text has black color on #6B212F background.


White color preview on #6B212F background

This text has white color on #6B212F background.