COLOR #6E3000

HEX: #6E3000
RGB: (110,48,0)

Color info

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

RGB color model

#6E3000 color RGB value is (110,48,0).

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

RGB channels and saturation

R 110 of 255 = 43%
G 48 of 255 = 19%
B 0 of 255 = 0%

110
48
0

R + G + B ~ 21%. #6E3000 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 48 + 0 = 158 (100%)
R 110 of 158 ~ 69.62%
G 48 of 158 ~ 30.38%
B 0 of 158 ~ 0%

%69.62
%30.38

CMYK color model

#6E3000 color CMYK value is (0,56,100,57).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 100.00%
  • key color value is 56.86%
CMYK:
(0,56,100,57)
C0M56Y100K57 
(0%,56%,100%,57%)
(0.00/0.56/1.00/0.57)	

CMYK percentages

%0
%56.36
%100
%56.86

Codes

Color #6E3000 in popluar color models

6E3000
RGB110480
HSL26°100.00%21.57%
HSB/HSV26°100.00%43.14%
CMYK0.00%56.36%100.00%
56.86%

Color #6E3000 in popluar number systems.

HEX6E3000
Decimal110480
Binary11011101100000
Octal156600

Shades and tints

Shades of #6E3000

#6E3000
(110,48,0)
#642C00
(100,44,0)
#5A2800
(90,40,0)
#502400
(80,36,0)
#462000
(70,32,0)
#3C1C00
(60,28,0)
#321800
(50,24,0)
#281400
(40,20,0)
#1E1000
(30,16,0)
#140C00
(20,12,0)
#0A0800
(10,8,0)
#000000
(0,0,0)

Tints of #6E3000

#6E3000
(110,48,0)
#7B4217
(123,66,23)
#88542E
(136,84,46)
#956645
(149,102,69)
#A2785C
(162,120,92)
#AF8A73
(175,138,115)
#BC9C8A
(188,156,138)
#C9AEA1
(201,174,161)
#D6C0B8
(214,192,184)
#E3D2CF
(227,210,207)
#F0E4E6
(240,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E3000; }

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

This text font color is #6E3000.


Background Color

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

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

This div background color is #6E3000.


Border color

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

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

This div border color is #6E3000.


Opacity

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

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

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

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

This text has shadow with #6E3000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3000 on black background.


Color preview on white background

This text has color #6E3000 on white background.



Black color preview on #6E3000 background

This text has black color on #6E3000 background.


White color preview on #6E3000 background

This text has white color on #6E3000 background.