COLOR #6E2037

HEX: #6E2037
RGB: (110,32,55)

Color info

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

RGB color model

#6E2037 color RGB value is (110,32,55).

  • red value is 110;
  • green value is 32;
  • blue value is 55.
RGB:
(110,32,55)
(43%,13%,22%)

RGB channels and saturation

R 110 of 255 = 43%
G 32 of 255 = 13%
B 55 of 255 = 22%

110
32
55

R + G + B ~ 26%. #6E2037 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 32 + 55 = 197 (100%)
R 110 of 197 ~ 55.84%
G 32 of 197 ~ 16.24%
B 55 of 197 ~ 27.92%

%55.84
%16.24
%27.92

CMYK color model

#6E2037 color CMYK value is (0,71,50,57).

  • cyan value is 0.00%
  • magenta value is 70.91%
  • yellow value is 50.00%
  • key color value is 56.86%
CMYK:
(0,71,50,57)
C0M71Y50K57 
(0%,71%,50%,57%)
(0.00/0.71/0.50/0.57)	

CMYK percentages

%0
%70.91
%50
%56.86

Codes

Color #6E2037 in popluar color models

6E2037
RGB1103255
HSL342°54.93%27.84%
HSB/HSV342°70.91%43.14%
CMYK0.00%70.91%50.00%
56.86%

Color #6E2037 in popluar number systems.

HEX6E2037
Decimal1103255
Binary1101110100000110111
Octal1564067

Shades and tints

Shades of #6E2037

#6E2037
(110,32,55)
#641E32
(100,30,50)
#5A1C2D
(90,28,45)
#501A28
(80,26,40)
#461823
(70,24,35)
#3C161E
(60,22,30)
#321419
(50,20,25)
#281214
(40,18,20)
#1E100F
(30,16,15)
#140E0A
(20,14,10)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #6E2037

#6E2037
(110,32,55)
#7B3449
(123,52,73)
#88485B
(136,72,91)
#955C6D
(149,92,109)
#A2707F
(162,112,127)
#AF8491
(175,132,145)
#BC98A3
(188,152,163)
#C9ACB5
(201,172,181)
#D6C0C7
(214,192,199)
#E3D4D9
(227,212,217)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2037 color. Also use rgb(110,32,55) instead hex code.

Text Font Color

.myTextColor { color: #6E2037; }

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

This text font color is #6E2037.


Background Color

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

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

This div background color is #6E2037.


Border color

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

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

This div border color is #6E2037.


Opacity

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

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

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

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

This text has shadow with #6E2037 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2037 on black background.


Color preview on white background

This text has color #6E2037 on white background.



Black color preview on #6E2037 background

This text has black color on #6E2037 background.


White color preview on #6E2037 background

This text has white color on #6E2037 background.