COLOR #6E1E22

HEX: #6E1E22
RGB: (110,30,34)

Color info

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

RGB color model

#6E1E22 color RGB value is (110,30,34).

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

RGB channels and saturation

R 110 of 255 = 43%
G 30 of 255 = 12%
B 34 of 255 = 13%

110
30
34

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

Portions of RGB colors in percentages

R + G + B =
110 + 30 + 34 = 174 (100%)
R 110 of 174 ~ 63.22%
G 30 of 174 ~ 17.24%
B 34 of 174 ~ 19.54%

%63.22
%17.24
%19.54

CMYK color model

#6E1E22 color CMYK value is (0,73,69,57).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 69.09%
  • key color value is 56.86%
CMYK:
(0,73,69,57)
C0M73Y69K57 
(0%,73%,69%,57%)
(0.00/0.73/0.69/0.57)	

CMYK percentages

%0
%72.73
%69.09
%56.86

Codes

Color #6E1E22 in popluar color models

6E1E22
RGB1103034
HSL357°57.14%27.45%
HSB/HSV357°72.73%43.14%
CMYK0.00%72.73%69.09%
56.86%

Color #6E1E22 in popluar number systems.

HEX6E1E22
Decimal1103034
Binary110111011110100010
Octal1563642

Shades and tints

Shades of #6E1E22

#6E1E22
(110,30,34)
#641C1F
(100,28,31)
#5A1A1C
(90,26,28)
#501819
(80,24,25)
#461616
(70,22,22)
#3C1413
(60,20,19)
#321210
(50,18,16)
#28100D
(40,16,13)
#1E0E0A
(30,14,10)
#140C07
(20,12,7)
#0A0A04
(10,10,4)
#000000
(0,0,0)

Tints of #6E1E22

#6E1E22
(110,30,34)
#7B3236
(123,50,54)
#88464A
(136,70,74)
#955A5E
(149,90,94)
#A26E72
(162,110,114)
#AF8286
(175,130,134)
#BC969A
(188,150,154)
#C9AAAE
(201,170,174)
#D6BEC2
(214,190,194)
#E3D2D6
(227,210,214)
#F0E6EA
(240,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1E22; }

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

This text font color is #6E1E22.


Background Color

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

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

This div background color is #6E1E22.


Border color

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

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

This div border color is #6E1E22.


Opacity

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

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

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

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

This text has shadow with #6E1E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1E22 on black background.


Color preview on white background

This text has color #6E1E22 on white background.



Black color preview on #6E1E22 background

This text has black color on #6E1E22 background.


White color preview on #6E1E22 background

This text has white color on #6E1E22 background.