COLOR #6E2223

HEX: #6E2223 RGB: (110,34,35)

Color info

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

RGB color model

#6E2223 color RGB value is (110,34,35).

RGB: (110,34,35) (43%, 13%, 14%)

RGB channels and saturation

R 110 of 255 = 43%
G 34 of 255 = 13%
B 35 of 255 = 14%

110
34
35

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

Portions of RGB colors in percentages

R + G + B = 110 + 34 + 35 = 179 (100%)
R 110 of 179 ~ 61.45%
G 34 of 179 ~ 18.99%
B 35 of 179 ~ 19.55'%

%61.45
%18.99
%19.55

CMYK color model

#6E2223 color CMYK value is (0,69,68,57).

  • cyan value is 0.00%
  • magenta value is 69.09%
  • yellow value is 68.18%
  • key color value is 56.86%

CMYK: (0,69,68,57)
C0M69Y68K57 (0%, 69%, 68%, 57%)
(0.00 / 0.69 / 0.68 / 0.57)

CMYK percentages

%0
%69.09
%68.18
%56.86

Codes

Color #6E2223 in popluar color models

6E 22 23
RGB 110 34 35
HSL 359° 52.78% 28.24%
HSB/HSV 359° 69.09% 43.14%
CMYK 0.00% 69.09% 68.18%
56.86%

Color #6E2223 in popluar number systems.

HEX 6E 22 23
Decimal 110 34 35
Binary 1101110 100010 100011
Octal 156 42 43

Shades and tints

Shades of #6E2223

#6E2223
(110,34,35)
#641F20
(100,31,32)
#5A1C1D
(90,28,29)
#50191A
(80,25,26)
#461617
(70,22,23)
#3C1314
(60,19,20)
#321011
(50,16,17)
#280D0E
(40,13,14)
#1E0A0B
(30,10,11)
#140708
(20,7,8)
#0A0405
(10,4,5)
#000000
(0,0,0)

Tints of #6E2223

#6E2223
(110,34,35)
#7B3637
(123,54,55)
#884A4B
(136,74,75)
#955E5F
(149,94,95)
#A27273
(162,114,115)
#AF8687
(175,134,135)
#BC9A9B
(188,154,155)
#C9AEAF
(201,174,175)
#D6C2C3
(214,194,195)
#E3D6D7
(227,214,215)
#F0EAEB
(240,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2223; }

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

This text font color is #6E2223.

Background Color

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

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

This div background color is #6E2223.

Border color

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

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

This div border color is #6E2223.

Opacity

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

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

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

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

This text has shadow with #6E2223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2223.

Preview

Color preview on black background

This text has color #6E2223 on black background.


Color preview on white background

This text has color #6E2223 on white background.


Black color preview on #6E2223 background

This text has black color on #6E2223 background.


White color preview on #6E2223 background

This text has white color on #6E2223 background.


Related colors

Complementary color

Complementary color for #hex is #91DDDC.


I love getcolorcode.com

Triadic colors

1 #236E22 and #22236E with #6E2223 are triadic colors.

2 #23226E and #226E23 with #6E2223 are triadic colors.