COLOR #6E2508

HEX: #6E2508
RGB: (110,37,8)

Color info

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

RGB color model

#6E2508 color RGB value is (110,37,8).

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

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 8 of 255 = 3%

110
37
8

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

Portions of RGB colors in percentages

R + G + B =
110 + 37 + 8 = 155 (100%)
R 110 of 155 ~ 70.97%
G 37 of 155 ~ 23.87%
B 8 of 155 ~ 5.16%

%70.97
%23.87

CMYK color model

#6E2508 color CMYK value is (0,66,93,57).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 92.73%
  • key color value is 56.86%
CMYK:
(0,66,93,57)
C0M66Y93K57 
(0%,66%,93%,57%)
(0.00/0.66/0.93/0.57)	

CMYK percentages

%0
%66.36
%92.73
%56.86

Codes

Color #6E2508 in popluar color models

6E2508
RGB110378
HSL17°86.44%23.14%
HSB/HSV17°92.73%43.14%
CMYK0.00%66.36%92.73%
56.86%

Color #6E2508 in popluar number systems.

HEX6E2508
Decimal110378
Binary11011101001011000
Octal1564510

Shades and tints

Shades of #6E2508

#6E2508
(110,37,8)
#642208
(100,34,8)
#5A1F08
(90,31,8)
#501C08
(80,28,8)
#461908
(70,25,8)
#3C1608
(60,22,8)
#321308
(50,19,8)
#281008
(40,16,8)
#1E0D08
(30,13,8)
#140A08
(20,10,8)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #6E2508

#6E2508
(110,37,8)
#7B381E
(123,56,30)
#884B34
(136,75,52)
#955E4A
(149,94,74)
#A27160
(162,113,96)
#AF8476
(175,132,118)
#BC978C
(188,151,140)
#C9AAA2
(201,170,162)
#D6BDB8
(214,189,184)
#E3D0CE
(227,208,206)
#F0E3E4
(240,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E2508; }

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

This text font color is #6E2508.


Background Color

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

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

This div background color is #6E2508.


Border color

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

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

This div border color is #6E2508.


Opacity

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

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

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

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

This text has shadow with #6E2508 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E2508 on black background.


Color preview on white background

This text has color #6E2508 on white background.



Black color preview on #6E2508 background

This text has black color on #6E2508 background.


White color preview on #6E2508 background

This text has white color on #6E2508 background.