COLOR #6E2D08

HEX: #6E2D08
RGB: (110,45,8)

Color info

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

RGB color model

#6E2D08 color RGB value is (110,45,8).

  • red value is 110;
  • green value is 45;
  • blue value is 8.
RGB:
(110,45,8)
(43%,18%,3%)

RGB channels and saturation

R 110 of 255 = 43%
G 45 of 255 = 18%
B 8 of 255 = 3%

110
45
8

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

Portions of RGB colors in percentages

R + G + B =
110 + 45 + 8 = 163 (100%)
R 110 of 163 ~ 67.48%
G 45 of 163 ~ 27.61%
B 8 of 163 ~ 4.91%

%67.48
%27.61

CMYK color model

#6E2D08 color CMYK value is (0,59,93,57).

  • cyan value is 0.00%
  • magenta value is 59.09%
  • yellow value is 92.73%
  • key color value is 56.86%
CMYK:
(0,59,93,57)
C0M59Y93K57 
(0%,59%,93%,57%)
(0.00/0.59/0.93/0.57)	

CMYK percentages

%0
%59.09
%92.73
%56.86

Codes

Color #6E2D08 in popluar color models

6E2D08
RGB110458
HSL22°86.44%23.14%
HSB/HSV22°92.73%43.14%
CMYK0.00%59.09%92.73%
56.86%

Color #6E2D08 in popluar number systems.

HEX6E2D08
Decimal110458
Binary11011101011011000
Octal1565510

Shades and tints

Shades of #6E2D08

#6E2D08
(110,45,8)
#642908
(100,41,8)
#5A2508
(90,37,8)
#502108
(80,33,8)
#461D08
(70,29,8)
#3C1908
(60,25,8)
#321508
(50,21,8)
#281108
(40,17,8)
#1E0D08
(30,13,8)
#140908
(20,9,8)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #6E2D08

#6E2D08
(110,45,8)
#7B401E
(123,64,30)
#885334
(136,83,52)
#95664A
(149,102,74)
#A27960
(162,121,96)
#AF8C76
(175,140,118)
#BC9F8C
(188,159,140)
#C9B2A2
(201,178,162)
#D6C5B8
(214,197,184)
#E3D8CE
(227,216,206)
#F0EBE4
(240,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E2D08 color. Also use rgb(110,45,8) instead hex code.

Text Font Color

.myTextColor { color: #6E2D08; }

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

This text font color is #6E2D08.


Background Color

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

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

This div background color is #6E2D08.


Border color

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

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

This div border color is #6E2D08.


Opacity

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

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

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

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

This text has shadow with #6E2D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2D08 on black background.


Color preview on white background

This text has color #6E2D08 on white background.



Black color preview on #6E2D08 background

This text has black color on #6E2D08 background.


White color preview on #6E2D08 background

This text has white color on #6E2D08 background.