COLOR #6B222E

HEX: #6B222E
RGB: (107,34,46)

Color info

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

RGB color model

#6B222E color RGB value is (107,34,46).

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

RGB channels and saturation

R 107 of 255 = 42%
G 34 of 255 = 13%
B 46 of 255 = 18%

107
34
46

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

Portions of RGB colors in percentages

R + G + B =
107 + 34 + 46 = 187 (100%)
R 107 of 187 ~ 57.22%
G 34 of 187 ~ 18.18%
B 46 of 187 ~ 24.6%

%57.22
%18.18
%24.6

CMYK color model

#6B222E color CMYK value is (0,68,57,58).

  • cyan value is 0.00%
  • magenta value is 68.22%
  • yellow value is 57.01%
  • key color value is 58.04%
CMYK:
(0,68,57,58)
C0M68Y57K58 
(0%,68%,57%,58%)
(0.00/0.68/0.57/0.58)	

CMYK percentages

%0
%68.22
%57.01
%58.04

Codes

Color #6B222E in popluar color models

6B222E
RGB1073446
HSL350°51.77%27.65%
HSB/HSV350°68.22%41.96%
CMYK0.00%68.22%57.01%
58.04%

Color #6B222E in popluar number systems.

HEX6B222E
Decimal1073446
Binary1101011100010101110
Octal1534256

Shades and tints

Shades of #6B222E

#6B222E
(107,34,46)
#621F2A
(98,31,42)
#591C26
(89,28,38)
#501922
(80,25,34)
#47161E
(71,22,30)
#3E131A
(62,19,26)
#351016
(53,16,22)
#2C0D12
(44,13,18)
#230A0E
(35,10,14)
#1A070A
(26,7,10)
#110406
(17,4,6)
#000000
(0,0,0)

Tints of #6B222E

#6B222E
(107,34,46)
#783641
(120,54,65)
#854A54
(133,74,84)
#925E67
(146,94,103)
#9F727A
(159,114,122)
#AC868D
(172,134,141)
#B99AA0
(185,154,160)
#C6AEB3
(198,174,179)
#D3C2C6
(211,194,198)
#E0D6D9
(224,214,217)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B222E; }

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

This text font color is #6B222E.


Background Color

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

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

This div background color is #6B222E.


Border color

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

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

This div border color is #6B222E.


Opacity

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

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

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

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

This text has shadow with #6B222E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B222E on black background.


Color preview on white background

This text has color #6B222E on white background.



Black color preview on #6B222E background

This text has black color on #6B222E background.


White color preview on #6B222E background

This text has white color on #6B222E background.