COLOR #6E232E

HEX: #6E232E RGB: (110,35,46)

Color info

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

RGB color model

#6E232E color RGB value is (110,35,46).

RGB: (110,35,46) (43%, 14%, 18%)

RGB channels and saturation

R 110 of 255 = 43%
G 35 of 255 = 14%
B 46 of 255 = 18%

110
35
46

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

Portions of RGB colors in percentages

R + G + B = 110 + 35 + 46 = 191 (100%)
R 110 of 191 ~ 57.59%
G 35 of 191 ~ 18.32%
B 46 of 191 ~ 24.08'%

%57.59
%18.32
%24.08

CMYK color model

#6E232E color CMYK value is (0,68,58,57).

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

CMYK: (0,68,58,57)
C0M68Y58K57 (0%, 68%, 58%, 57%)
(0.00 / 0.68 / 0.58 / 0.57)

CMYK percentages

%0
%68.18
%58.18
%56.86

Codes

Color #6E232E in popluar color models

6E 23 2E
RGB 110 35 46
HSL 351° 51.72% 28.43%
HSB/HSV 351° 68.18% 43.14%
CMYK 0.00% 68.18% 58.18%
56.86%

Color #6E232E in popluar number systems.

HEX 6E 23 2E
Decimal 110 35 46
Binary 1101110 100011 101110
Octal 156 43 56

Shades and tints

Shades of #6E232E

#6E232E
(110,35,46)
#64202A
(100,32,42)
#5A1D26
(90,29,38)
#501A22
(80,26,34)
#46171E
(70,23,30)
#3C141A
(60,20,26)
#321116
(50,17,22)
#280E12
(40,14,18)
#1E0B0E
(30,11,14)
#14080A
(20,8,10)
#0A0506
(10,5,6)
#000000
(0,0,0)

Tints of #6E232E

#6E232E
(110,35,46)
#7B3741
(123,55,65)
#884B54
(136,75,84)
#955F67
(149,95,103)
#A2737A
(162,115,122)
#AF878D
(175,135,141)
#BC9BA0
(188,155,160)
#C9AFB3
(201,175,179)
#D6C3C6
(214,195,198)
#E3D7D9
(227,215,217)
#F0EBEC
(240,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E232E; }

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

This text font color is #6E232E.

Background Color

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

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

This div background color is #6E232E.

Border color

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

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

This div border color is #6E232E.

Opacity

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

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

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

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

This text has shadow with #6E232E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E232E.

Preview

Color preview on black background

This text has color #6E232E on black background.


Color preview on white background

This text has color #6E232E on white background.


Black color preview on #6E232E background

This text has black color on #6E232E background.


White color preview on #6E232E background

This text has white color on #6E232E background.


Related colors

Complementary color

Complementary color for #hex is #91DCD1.


I love getcolorcode.com

Triadic colors

1 #2E6E23 and #232E6E with #6E232E are triadic colors.

2 #2E236E and #236E2E with #6E232E are triadic colors.