COLOR #6E2314

HEX: #6E2314
RGB: (110,35,20)

Color info

#6E2314 contains mainly red color. Web safe color of #6E2314 is #663300 (or #630).

RGB color model

#6E2314 color RGB value is (110,35,20).

  • red value is 110;
  • green value is 35;
  • blue value is 20.
RGB:
(110,35,20)
(43%,14%,8%)

RGB channels and saturation

R 110 of 255 = 43%
G 35 of 255 = 14%
B 20 of 255 = 8%

110
35
20

R + G + B ~ 22%. #6E2314 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 35 + 20 = 165 (100%)
R 110 of 165 ~ 66.67%
G 35 of 165 ~ 21.21%
B 20 of 165 ~ 12.12%

%66.67
%21.21
%12.12

CMYK color model

#6E2314 color CMYK value is (0,68,82,57).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 81.82%
  • key color value is 56.86%
CMYK:
(0,68,82,57)
C0M68Y82K57 
(0%,68%,82%,57%)
(0.00/0.68/0.82/0.57)	

CMYK percentages

%0
%68.18
%81.82
%56.86

Codes

Color #6E2314 in popluar color models

6E2314
RGB1103520
HSL10°69.23%25.49%
HSB/HSV10°81.82%43.14%
CMYK0.00%68.18%81.82%
56.86%

Color #6E2314 in popluar number systems.

HEX6E2314
Decimal1103520
Binary110111010001110100
Octal1564324

Shades and tints

Shades of #6E2314

#6E2314
(110,35,20)
#642013
(100,32,19)
#5A1D12
(90,29,18)
#501A11
(80,26,17)
#461710
(70,23,16)
#3C140F
(60,20,15)
#32110E
(50,17,14)
#280E0D
(40,14,13)
#1E0B0C
(30,11,12)
#14080B
(20,8,11)
#0A050A
(10,5,10)
#000000
(0,0,0)

Tints of #6E2314

#6E2314
(110,35,20)
#7B3729
(123,55,41)
#884B3E
(136,75,62)
#955F53
(149,95,83)
#A27368
(162,115,104)
#AF877D
(175,135,125)
#BC9B92
(188,155,146)
#C9AFA7
(201,175,167)
#D6C3BC
(214,195,188)
#E3D7D1
(227,215,209)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2314 color. Also use rgb(110,35,20) instead hex code.

Text Font Color

.myTextColor { color: #6E2314; }

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

This text font color is #6E2314.


Background Color

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

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

This div background color is #6E2314.


Border color

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

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

This div border color is #6E2314.


Opacity

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

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

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

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

This text has shadow with #6E2314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2314 on black background.


Color preview on white background

This text has color #6E2314 on white background.



Black color preview on #6E2314 background

This text has black color on #6E2314 background.


White color preview on #6E2314 background

This text has white color on #6E2314 background.