COLOR #6E281B

HEX: #6E281B
RGB: (110,40,27)

Color info

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

RGB color model

#6E281B color RGB value is (110,40,27).

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

RGB channels and saturation

R 110 of 255 = 43%
G 40 of 255 = 16%
B 27 of 255 = 11%

110
40
27

R + G + B ~ 23%. #6E281B is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 40 + 27 = 177 (100%)
R 110 of 177 ~ 62.15%
G 40 of 177 ~ 22.6%
B 27 of 177 ~ 15.25%

%62.15
%22.6
%15.25

CMYK color model

#6E281B color CMYK value is (0,64,75,57).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 75.45%
  • key color value is 56.86%
CMYK:
(0,64,75,57)
C0M64Y75K57 
(0%,64%,75%,57%)
(0.00/0.64/0.75/0.57)	

CMYK percentages

%0
%63.64
%75.45
%56.86

Codes

Color #6E281B in popluar color models

6E281B
RGB1104027
HSL60.58%26.86%
HSB/HSV75.45%43.14%
CMYK0.00%63.64%75.45%
56.86%

Color #6E281B in popluar number systems.

HEX6E281B
Decimal1104027
Binary110111010100011011
Octal1565033

Shades and tints

Shades of #6E281B

#6E281B
(110,40,27)
#642519
(100,37,25)
#5A2217
(90,34,23)
#501F15
(80,31,21)
#461C13
(70,28,19)
#3C1911
(60,25,17)
#32160F
(50,22,15)
#28130D
(40,19,13)
#1E100B
(30,16,11)
#140D09
(20,13,9)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #6E281B

#6E281B
(110,40,27)
#7B3B2F
(123,59,47)
#884E43
(136,78,67)
#956157
(149,97,87)
#A2746B
(162,116,107)
#AF877F
(175,135,127)
#BC9A93
(188,154,147)
#C9ADA7
(201,173,167)
#D6C0BB
(214,192,187)
#E3D3CF
(227,211,207)
#F0E6E3
(240,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E281B; }

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

This text font color is #6E281B.


Background Color

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

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

This div background color is #6E281B.


Border color

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

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

This div border color is #6E281B.


Opacity

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

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

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

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

This text has shadow with #6E281B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E281B on black background.


Color preview on white background

This text has color #6E281B on white background.



Black color preview on #6E281B background

This text has black color on #6E281B background.


White color preview on #6E281B background

This text has white color on #6E281B background.