COLOR #6E2C00

HEX: #6E2C00
RGB: (110,44,0)

Color info

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

RGB color model

#6E2C00 color RGB value is (110,44,0).

  • red value is 110;
  • green value is 44;
  • blue value is 0.
RGB:
(110,44,0)
(43%,17%,0%)

RGB channels and saturation

R 110 of 255 = 43%
G 44 of 255 = 17%
B 0 of 255 = 0%

110
44
0

R + G + B ~ 20%. #6E2C00 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 44 + 0 = 154 (100%)
R 110 of 154 ~ 71.43%
G 44 of 154 ~ 28.57%
B 0 of 154 ~ 0%

%71.43
%28.57

CMYK color model

#6E2C00 color CMYK value is (0,60,100,57).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 100.00%
  • key color value is 56.86%
CMYK:
(0,60,100,57)
C0M60Y100K57 
(0%,60%,100%,57%)
(0.00/0.60/1.00/0.57)	

CMYK percentages

%0
%60
%100
%56.86

Codes

Color #6E2C00 in popluar color models

6E2C00
RGB110440
HSL24°100.00%21.57%
HSB/HSV24°100.00%43.14%
CMYK0.00%60.00%100.00%
56.86%

Color #6E2C00 in popluar number systems.

HEX6E2C00
Decimal110440
Binary11011101011000
Octal156540

Shades and tints

Shades of #6E2C00

#6E2C00
(110,44,0)
#642800
(100,40,0)
#5A2400
(90,36,0)
#502000
(80,32,0)
#461C00
(70,28,0)
#3C1800
(60,24,0)
#321400
(50,20,0)
#281000
(40,16,0)
#1E0C00
(30,12,0)
#140800
(20,8,0)
#0A0400
(10,4,0)
#000000
(0,0,0)

Tints of #6E2C00

#6E2C00
(110,44,0)
#7B3F17
(123,63,23)
#88522E
(136,82,46)
#956545
(149,101,69)
#A2785C
(162,120,92)
#AF8B73
(175,139,115)
#BC9E8A
(188,158,138)
#C9B1A1
(201,177,161)
#D6C4B8
(214,196,184)
#E3D7CF
(227,215,207)
#F0EAE6
(240,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2C00 color. Also use rgb(110,44,0) instead hex code.

Text Font Color

.myTextColor { color: #6E2C00; }

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

This text font color is #6E2C00.


Background Color

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

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

This div background color is #6E2C00.


Border color

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

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

This div border color is #6E2C00.


Opacity

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

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

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

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

This text has shadow with #6E2C00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2C00 on black background.


Color preview on white background

This text has color #6E2C00 on white background.



Black color preview on #6E2C00 background

This text has black color on #6E2C00 background.


White color preview on #6E2C00 background

This text has white color on #6E2C00 background.