COLOR #6E2233

HEX: #6E2233 RGB: (110,34,51)

Color info

#6E2233 contains mainly red and blue colors. Web safe color of #6E2233 is #663333 (or #633).

RGB color model

#6E2233 color RGB value is (110,34,51).

RGB: (110,34,51) (43%, 13%, 20%)

RGB channels and saturation

R 110 of 255 = 43%
G 34 of 255 = 13%
B 51 of 255 = 20%

110
34
51

R + G + B ~ 25%. #6E2233 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 34 + 51 = 195 (100%)
R 110 of 195 ~ 56.41%
G 34 of 195 ~ 17.44%
B 51 of 195 ~ 26.15'%

%56.41
%17.44
%26.15

CMYK color model

#6E2233 color CMYK value is (0,69,54,57).

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

CMYK: (0,69,54,57)
C0M69Y54K57 (0%, 69%, 54%, 57%)
(0.00 / 0.69 / 0.54 / 0.57)

CMYK percentages

%0
%69.09
%53.64
%56.86

Codes

Color #6E2233 in popluar color models

6E 22 33
RGB 110 34 51
HSL 347° 52.78% 28.24%
HSB/HSV 347° 69.09% 43.14%
CMYK 0.00% 69.09% 53.64%
56.86%

Color #6E2233 in popluar number systems.

HEX 6E 22 33
Decimal 110 34 51
Binary 1101110 100010 110011
Octal 156 42 63

Shades and tints

Shades of #6E2233

#6E2233
(110,34,51)
#641F2F
(100,31,47)
#5A1C2B
(90,28,43)
#501927
(80,25,39)
#461623
(70,22,35)
#3C131F
(60,19,31)
#32101B
(50,16,27)
#280D17
(40,13,23)
#1E0A13
(30,10,19)
#14070F
(20,7,15)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #6E2233

#6E2233
(110,34,51)
#7B3645
(123,54,69)
#884A57
(136,74,87)
#955E69
(149,94,105)
#A2727B
(162,114,123)
#AF868D
(175,134,141)
#BC9A9F
(188,154,159)
#C9AEB1
(201,174,177)
#D6C2C3
(214,194,195)
#E3D6D5
(227,214,213)
#F0EAE7
(240,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2233; }

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

This text font color is #6E2233.

Background Color

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

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

This div background color is #6E2233.

Border color

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

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

This div border color is #6E2233.

Opacity

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

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

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

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

This text has shadow with #6E2233 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E2233.

Preview

Color preview on black background

This text has color #6E2233 on black background.


Color preview on white background

This text has color #6E2233 on white background.


Black color preview on #6E2233 background

This text has black color on #6E2233 background.


White color preview on #6E2233 background

This text has white color on #6E2233 background.


Related colors

Complementary color

Complementary color for #hex is #91DDCC.


I love getcolorcode.com

Triadic colors

1 #336E22 and #22336E with #6E2233 are triadic colors.

2 #33226E and #226E33 with #6E2233 are triadic colors.