COLOR #6E1F1D

HEX: #6E1F1D
RGB: (110,31,29)

Color info

#6E1F1D contains mainly red color. Web safe color of #6E1F1D is #663333 (or #633).

RGB color model

#6E1F1D color RGB value is (110,31,29).

  • red value is 110;
  • green value is 31;
  • blue value is 29.
RGB:
(110,31,29)
(43%,12%,11%)

RGB channels and saturation

R 110 of 255 = 43%
G 31 of 255 = 12%
B 29 of 255 = 11%

110
31
29

R + G + B ~ 22%. #6E1F1D is dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 31 + 29 = 170 (100%)
R 110 of 170 ~ 64.71%
G 31 of 170 ~ 18.24%
B 29 of 170 ~ 17.06%

%64.71
%18.24
%17.06

CMYK color model

#6E1F1D color CMYK value is (0,72,74,57).

  • cyan value is 0.00%
  • magenta value is 71.82%
  • yellow value is 73.64%
  • key color value is 56.86%
CMYK:
(0,72,74,57)
C0M72Y74K57 
(0%,72%,74%,57%)
(0.00/0.72/0.74/0.57)	

CMYK percentages

%0
%71.82
%73.64
%56.86

Codes

Color #6E1F1D in popluar color models

6E1F1D
RGB1103129
HSL58.27%27.25%
HSB/HSV73.64%43.14%
CMYK0.00%71.82%73.64%
56.86%

Color #6E1F1D in popluar number systems.

HEX6E1F1D
Decimal1103129
Binary11011101111111101
Octal1563735

Shades and tints

Shades of #6E1F1D

#6E1F1D
(110,31,29)
#641D1B
(100,29,27)
#5A1B19
(90,27,25)
#501917
(80,25,23)
#461715
(70,23,21)
#3C1513
(60,21,19)
#321311
(50,19,17)
#28110F
(40,17,15)
#1E0F0D
(30,15,13)
#140D0B
(20,13,11)
#0A0B09
(10,11,9)
#000000
(0,0,0)

Tints of #6E1F1D

#6E1F1D
(110,31,29)
#7B3331
(123,51,49)
#884745
(136,71,69)
#955B59
(149,91,89)
#A26F6D
(162,111,109)
#AF8381
(175,131,129)
#BC9795
(188,151,149)
#C9ABA9
(201,171,169)
#D6BFBD
(214,191,189)
#E3D3D1
(227,211,209)
#F0E7E5
(240,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E1F1D color. Also use rgb(110,31,29) instead hex code.

Text Font Color

.myTextColor { color: #6E1F1D; }

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

This text font color is #6E1F1D.


Background Color

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

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

This div background color is #6E1F1D.


Border color

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

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

This div border color is #6E1F1D.


Opacity

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

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

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

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

This text has shadow with #6E1F1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E1F1D on black background.


Color preview on white background

This text has color #6E1F1D on white background.



Black color preview on #6E1F1D background

This text has black color on #6E1F1D background.


White color preview on #6E1F1D background

This text has white color on #6E1F1D background.