COLOR #6F1E0D

HEX: #6F1E0D
RGB: (111,30,13)

Color info

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

RGB color model

#6F1E0D color RGB value is (111,30,13).

  • red value is 111;
  • green value is 30;
  • blue value is 13.
RGB:
(111,30,13)
(44%,12%,5%)

RGB channels and saturation

R 111 of 255 = 44%
G 30 of 255 = 12%
B 13 of 255 = 5%

111
30
13

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

Portions of RGB colors in percentages

R + G + B =
111 + 30 + 13 = 154 (100%)
R 111 of 154 ~ 72.08%
G 30 of 154 ~ 19.48%
B 13 of 154 ~ 8.44%

%72.08
%19.48

CMYK color model

#6F1E0D color CMYK value is (0,73,88,56).

  • cyan value is 0.00%
  • magenta value is 72.97%
  • yellow value is 88.29%
  • key color value is 56.47%
CMYK:
(0,73,88,56)
C0M73Y88K56 
(0%,73%,88%,56%)
(0.00/0.73/0.88/0.56)	

CMYK percentages

%0
%72.97
%88.29
%56.47

Codes

Color #6F1E0D in popluar color models

6F1E0D
RGB1113013
HSL10°79.03%24.31%
HSB/HSV10°88.29%43.53%
CMYK0.00%72.97%88.29%
56.47%

Color #6F1E0D in popluar number systems.

HEX6F1E0D
Decimal1113013
Binary1101111111101101
Octal1573615

Shades and tints

Shades of #6F1E0D

#6F1E0D
(111,30,13)
#651C0C
(101,28,12)
#5B1A0B
(91,26,11)
#51180A
(81,24,10)
#471609
(71,22,9)
#3D1408
(61,20,8)
#331207
(51,18,7)
#291006
(41,16,6)
#1F0E05
(31,14,5)
#150C04
(21,12,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #6F1E0D

#6F1E0D
(111,30,13)
#7C3223
(124,50,35)
#894639
(137,70,57)
#965A4F
(150,90,79)
#A36E65
(163,110,101)
#B0827B
(176,130,123)
#BD9691
(189,150,145)
#CAAAA7
(202,170,167)
#D7BEBD
(215,190,189)
#E4D2D3
(228,210,211)
#F1E6E9
(241,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1E0D color. Also use rgb(111,30,13) instead hex code.

Text Font Color

.myTextColor { color: #6F1E0D; }

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

This text font color is #6F1E0D.


Background Color

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

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

This div background color is #6F1E0D.


Border color

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

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

This div border color is #6F1E0D.


Opacity

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

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

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

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

This text has shadow with #6F1E0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1E0D on black background.


Color preview on white background

This text has color #6F1E0D on white background.



Black color preview on #6F1E0D background

This text has black color on #6F1E0D background.


White color preview on #6F1E0D background

This text has white color on #6F1E0D background.