COLOR #6E2835

HEX: #6E2835
RGB: (110,40,53)

Color info

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

RGB color model

#6E2835 color RGB value is (110,40,53).

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

RGB channels and saturation

R 110 of 255 = 43%
G 40 of 255 = 16%
B 53 of 255 = 21%

110
40
53

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

Portions of RGB colors in percentages

R + G + B =
110 + 40 + 53 = 203 (100%)
R 110 of 203 ~ 54.19%
G 40 of 203 ~ 19.7%
B 53 of 203 ~ 26.11%

%54.19
%19.7
%26.11

CMYK color model

#6E2835 color CMYK value is (0,64,52,57).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 51.82%
  • key color value is 56.86%
CMYK:
(0,64,52,57)
C0M64Y52K57 
(0%,64%,52%,57%)
(0.00/0.64/0.52/0.57)	

CMYK percentages

%0
%63.64
%51.82
%56.86

Codes

Color #6E2835 in popluar color models

6E2835
RGB1104053
HSL349°46.67%29.41%
HSB/HSV349°63.64%43.14%
CMYK0.00%63.64%51.82%
56.86%

Color #6E2835 in popluar number systems.

HEX6E2835
Decimal1104053
Binary1101110101000110101
Octal1565065

Shades and tints

Shades of #6E2835

#6E2835
(110,40,53)
#642531
(100,37,49)
#5A222D
(90,34,45)
#501F29
(80,31,41)
#461C25
(70,28,37)
#3C1921
(60,25,33)
#32161D
(50,22,29)
#281319
(40,19,25)
#1E1015
(30,16,21)
#140D11
(20,13,17)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E2835

#6E2835
(110,40,53)
#7B3B47
(123,59,71)
#884E59
(136,78,89)
#95616B
(149,97,107)
#A2747D
(162,116,125)
#AF878F
(175,135,143)
#BC9AA1
(188,154,161)
#C9ADB3
(201,173,179)
#D6C0C5
(214,192,197)
#E3D3D7
(227,211,215)
#F0E6E9
(240,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2835; }

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

This text font color is #6E2835.


Background Color

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

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

This div background color is #6E2835.


Border color

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

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

This div border color is #6E2835.


Opacity

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

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

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

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

This text has shadow with #6E2835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2835 on black background.


Color preview on white background

This text has color #6E2835 on white background.



Black color preview on #6E2835 background

This text has black color on #6E2835 background.


White color preview on #6E2835 background

This text has white color on #6E2835 background.