COLOR #6E2221

HEX: #6E2221
RGB: (110,34,33)

Color info

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

RGB color model

#6E2221 color RGB value is (110,34,33).

  • red value is 110;
  • green value is 34;
  • blue value is 33.
RGB:
(110,34,33)
(43%,13%,13%)

RGB channels and saturation

R 110 of 255 = 43%
G 34 of 255 = 13%
B 33 of 255 = 13%

110
34
33

R + G + B ~ 23%. #6E2221 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 34 + 33 = 177 (100%)
R 110 of 177 ~ 62.15%
G 34 of 177 ~ 19.21%
B 33 of 177 ~ 18.64%

%62.15
%19.21
%18.64

CMYK color model

#6E2221 color CMYK value is (0,69,70,57).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 70.00%
  • key color value is 56.86%
CMYK:
(0,69,70,57)
C0M69Y70K57 
(0%,69%,70%,57%)
(0.00/0.69/0.70/0.57)	

CMYK percentages

%0
%69.09
%70
%56.86

Codes

Color #6E2221 in popluar color models

6E2221
RGB1103433
HSL53.85%28.04%
HSB/HSV70.00%43.14%
CMYK0.00%69.09%70.00%
56.86%

Color #6E2221 in popluar number systems.

HEX6E2221
Decimal1103433
Binary1101110100010100001
Octal1564241

Shades and tints

Shades of #6E2221

#6E2221
(110,34,33)
#641F1E
(100,31,30)
#5A1C1B
(90,28,27)
#501918
(80,25,24)
#461615
(70,22,21)
#3C1312
(60,19,18)
#32100F
(50,16,15)
#280D0C
(40,13,12)
#1E0A09
(30,10,9)
#140706
(20,7,6)
#0A0403
(10,4,3)
#000000
(0,0,0)

Tints of #6E2221

#6E2221
(110,34,33)
#7B3635
(123,54,53)
#884A49
(136,74,73)
#955E5D
(149,94,93)
#A27271
(162,114,113)
#AF8685
(175,134,133)
#BC9A99
(188,154,153)
#C9AEAD
(201,174,173)
#D6C2C1
(214,194,193)
#E3D6D5
(227,214,213)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2221 color. Also use rgb(110,34,33) instead hex code.

Text Font Color

.myTextColor { color: #6E2221; }

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

This text font color is #6E2221.


Background Color

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

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

This div background color is #6E2221.


Border color

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

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

This div border color is #6E2221.


Opacity

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

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

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

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

This text has shadow with #6E2221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2221 on black background.


Color preview on white background

This text has color #6E2221 on white background.



Black color preview on #6E2221 background

This text has black color on #6E2221 background.


White color preview on #6E2221 background

This text has white color on #6E2221 background.