COLOR #6E2028

HEX: #6E2028
RGB: (110,32,40)

Color info

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

RGB color model

#6E2028 color RGB value is (110,32,40).

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

RGB channels and saturation

R 110 of 255 = 43%
G 32 of 255 = 13%
B 40 of 255 = 16%

110
32
40

R + G + B ~ 24%. #6E2028 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 32 + 40 = 182 (100%)
R 110 of 182 ~ 60.44%
G 32 of 182 ~ 17.58%
B 40 of 182 ~ 21.98%

%60.44
%17.58
%21.98

CMYK color model

#6E2028 color CMYK value is (0,71,64,57).

  • cyan value is 0.00%
  • magenta value is 70.91%
  • yellow value is 63.64%
  • key color value is 56.86%
CMYK:
(0,71,64,57)
C0M71Y64K57 
(0%,71%,64%,57%)
(0.00/0.71/0.64/0.57)	

CMYK percentages

%0
%70.91
%63.64
%56.86

Codes

Color #6E2028 in popluar color models

6E2028
RGB1103240
HSL354°54.93%27.84%
HSB/HSV354°70.91%43.14%
CMYK0.00%70.91%63.64%
56.86%

Color #6E2028 in popluar number systems.

HEX6E2028
Decimal1103240
Binary1101110100000101000
Octal1564050

Shades and tints

Shades of #6E2028

#6E2028
(110,32,40)
#641E25
(100,30,37)
#5A1C22
(90,28,34)
#501A1F
(80,26,31)
#46181C
(70,24,28)
#3C1619
(60,22,25)
#321416
(50,20,22)
#281213
(40,18,19)
#1E1010
(30,16,16)
#140E0D
(20,14,13)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E2028

#6E2028
(110,32,40)
#7B343B
(123,52,59)
#88484E
(136,72,78)
#955C61
(149,92,97)
#A27074
(162,112,116)
#AF8487
(175,132,135)
#BC989A
(188,152,154)
#C9ACAD
(201,172,173)
#D6C0C0
(214,192,192)
#E3D4D3
(227,212,211)
#F0E8E6
(240,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2028; }

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

This text font color is #6E2028.


Background Color

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

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

This div background color is #6E2028.


Border color

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

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

This div border color is #6E2028.


Opacity

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

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

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

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

This text has shadow with #6E2028 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2028 on black background.


Color preview on white background

This text has color #6E2028 on white background.



Black color preview on #6E2028 background

This text has black color on #6E2028 background.


White color preview on #6E2028 background

This text has white color on #6E2028 background.