COLOR #6E2838

HEX: #6E2838
RGB: (110,40,56)

Color info

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

RGB color model

#6E2838 color RGB value is (110,40,56).

  • red value is 110;
  • green value is 40;
  • blue value is 56.
RGB:
(110,40,56)
(43%,16%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 40 of 255 = 16%
B 56 of 255 = 22%

110
40
56

R + G + B ~ 27%. #6E2838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 40 + 56 = 206 (100%)
R 110 of 206 ~ 53.4%
G 40 of 206 ~ 19.42%
B 56 of 206 ~ 27.18%

%53.4
%19.42
%27.18

CMYK color model

#6E2838 color CMYK value is (0,64,49,57).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 49.09%
  • key color value is 56.86%
CMYK:
(0,64,49,57)
C0M64Y49K57 
(0%,64%,49%,57%)
(0.00/0.64/0.49/0.57)	

CMYK percentages

%0
%63.64
%49.09
%56.86

Codes

Color #6E2838 in popluar color models

6E2838
RGB1104056
HSL346°46.67%29.41%
HSB/HSV346°63.64%43.14%
CMYK0.00%63.64%49.09%
56.86%

Color #6E2838 in popluar number systems.

HEX6E2838
Decimal1104056
Binary1101110101000111000
Octal1565070

Shades and tints

Shades of #6E2838

#6E2838
(110,40,56)
#642533
(100,37,51)
#5A222E
(90,34,46)
#501F29
(80,31,41)
#461C24
(70,28,36)
#3C191F
(60,25,31)
#32161A
(50,22,26)
#281315
(40,19,21)
#1E1010
(30,16,16)
#140D0B
(20,13,11)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #6E2838

#6E2838
(110,40,56)
#7B3B4A
(123,59,74)
#884E5C
(136,78,92)
#95616E
(149,97,110)
#A27480
(162,116,128)
#AF8792
(175,135,146)
#BC9AA4
(188,154,164)
#C9ADB6
(201,173,182)
#D6C0C8
(214,192,200)
#E3D3DA
(227,211,218)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2838 color. Also use rgb(110,40,56) instead hex code.

Text Font Color

.myTextColor { color: #6E2838; }

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

This text font color is #6E2838.


Background Color

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

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

This div background color is #6E2838.


Border color

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

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

This div border color is #6E2838.


Opacity

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

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

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

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

This text has shadow with #6E2838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2838 on black background.


Color preview on white background

This text has color #6E2838 on white background.



Black color preview on #6E2838 background

This text has black color on #6E2838 background.


White color preview on #6E2838 background

This text has white color on #6E2838 background.