COLOR #6E1B08

HEX: #6E1B08
RGB: (110,27,8)

Color info

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

RGB color model

#6E1B08 color RGB value is (110,27,8).

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

RGB channels and saturation

R 110 of 255 = 43%
G 27 of 255 = 11%
B 8 of 255 = 3%

110
27
8

R + G + B ~ 19%. #6E1B08 is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 27 + 8 = 145 (100%)
R 110 of 145 ~ 75.86%
G 27 of 145 ~ 18.62%
B 8 of 145 ~ 5.52%

%75.86
%18.62

CMYK color model

#6E1B08 color CMYK value is (0,75,93,57).

  • cyan value is 0.00%
  • magenta value is 75.45%
  • yellow value is 92.73%
  • key color value is 56.86%
CMYK:
(0,75,93,57)
C0M75Y93K57 
(0%,75%,93%,57%)
(0.00/0.75/0.93/0.57)	

CMYK percentages

%0
%75.45
%92.73
%56.86

Codes

Color #6E1B08 in popluar color models

6E1B08
RGB110278
HSL11°86.44%23.14%
HSB/HSV11°92.73%43.14%
CMYK0.00%75.45%92.73%
56.86%

Color #6E1B08 in popluar number systems.

HEX6E1B08
Decimal110278
Binary1101110110111000
Octal1563310

Shades and tints

Shades of #6E1B08

#6E1B08
(110,27,8)
#641908
(100,25,8)
#5A1708
(90,23,8)
#501508
(80,21,8)
#461308
(70,19,8)
#3C1108
(60,17,8)
#320F08
(50,15,8)
#280D08
(40,13,8)
#1E0B08
(30,11,8)
#140908
(20,9,8)
#0A0708
(10,7,8)
#000000
(0,0,0)

Tints of #6E1B08

#6E1B08
(110,27,8)
#7B2F1E
(123,47,30)
#884334
(136,67,52)
#95574A
(149,87,74)
#A26B60
(162,107,96)
#AF7F76
(175,127,118)
#BC938C
(188,147,140)
#C9A7A2
(201,167,162)
#D6BBB8
(214,187,184)
#E3CFCE
(227,207,206)
#F0E3E4
(240,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E1B08; }

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

This text font color is #6E1B08.


Background Color

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

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

This div background color is #6E1B08.


Border color

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

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

This div border color is #6E1B08.


Opacity

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

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

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

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

This text has shadow with #6E1B08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1B08 on black background.


Color preview on white background

This text has color #6E1B08 on white background.



Black color preview on #6E1B08 background

This text has black color on #6E1B08 background.


White color preview on #6E1B08 background

This text has white color on #6E1B08 background.