COLOR #6B222A

HEX: #6B222A
RGB: (107,34,42)

Color info

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

RGB color model

#6B222A color RGB value is (107,34,42).

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

RGB channels and saturation

R 107 of 255 = 42%
G 34 of 255 = 13%
B 42 of 255 = 16%

107
34
42

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

Portions of RGB colors in percentages

R + G + B =
107 + 34 + 42 = 183 (100%)
R 107 of 183 ~ 58.47%
G 34 of 183 ~ 18.58%
B 42 of 183 ~ 22.95%

%58.47
%18.58
%22.95

CMYK color model

#6B222A color CMYK value is (0,68,61,58).

  • cyan value is 0.00%
  • magenta value is 68.22%
  • yellow value is 60.75%
  • key color value is 58.04%
CMYK:
(0,68,61,58)
C0M68Y61K58 
(0%,68%,61%,58%)
(0.00/0.68/0.61/0.58)	

CMYK percentages

%0
%68.22
%60.75
%58.04

Codes

Color #6B222A in popluar color models

6B222A
RGB1073442
HSL353°51.77%27.65%
HSB/HSV353°68.22%41.96%
CMYK0.00%68.22%60.75%
58.04%

Color #6B222A in popluar number systems.

HEX6B222A
Decimal1073442
Binary1101011100010101010
Octal1534252

Shades and tints

Shades of #6B222A

#6B222A
(107,34,42)
#621F27
(98,31,39)
#591C24
(89,28,36)
#501921
(80,25,33)
#47161E
(71,22,30)
#3E131B
(62,19,27)
#351018
(53,16,24)
#2C0D15
(44,13,21)
#230A12
(35,10,18)
#1A070F
(26,7,15)
#11040C
(17,4,12)
#000000
(0,0,0)

Tints of #6B222A

#6B222A
(107,34,42)
#78363D
(120,54,61)
#854A50
(133,74,80)
#925E63
(146,94,99)
#9F7276
(159,114,118)
#AC8689
(172,134,137)
#B99A9C
(185,154,156)
#C6AEAF
(198,174,175)
#D3C2C2
(211,194,194)
#E0D6D5
(224,214,213)
#EDEAE8
(237,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B222A; }

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

This text font color is #6B222A.


Background Color

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

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

This div background color is #6B222A.


Border color

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

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

This div border color is #6B222A.


Opacity

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

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

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

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

This text has shadow with #6B222A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B222A on black background.


Color preview on white background

This text has color #6B222A on white background.



Black color preview on #6B222A background

This text has black color on #6B222A background.


White color preview on #6B222A background

This text has white color on #6B222A background.