COLOR #6F0D17

HEX: #6F0D17
RGB: (111,13,23)

Color info

#6F0D17 contains mainly red color. Web safe color of #6F0D17 is #660000 (or #600).

RGB color model

#6F0D17 color RGB value is (111,13,23).

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

RGB channels and saturation

R 111 of 255 = 44%
G 13 of 255 = 5%
B 23 of 255 = 9%

111
13
23

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

Portions of RGB colors in percentages

R + G + B =
111 + 13 + 23 = 147 (100%)
R 111 of 147 ~ 75.51%
G 13 of 147 ~ 8.84%
B 23 of 147 ~ 15.65%

%75.51
%15.65

CMYK color model

#6F0D17 color CMYK value is (0,88,79,56).

  • cyan value is 0.00%
  • magenta value is 88.29%
  • yellow value is 79.28%
  • key color value is 56.47%
CMYK:
(0,88,79,56)
C0M88Y79K56 
(0%,88%,79%,56%)
(0.00/0.88/0.79/0.56)	

CMYK percentages

%0
%88.29
%79.28
%56.47

Codes

Color #6F0D17 in popluar color models

6F0D17
RGB1111323
HSL354°79.03%24.31%
HSB/HSV354°88.29%43.53%
CMYK0.00%88.29%79.28%
56.47%

Color #6F0D17 in popluar number systems.

HEX6F0D17
Decimal1111323
Binary1101111110110111
Octal1571527

Shades and tints

Shades of #6F0D17

#6F0D17
(111,13,23)
#650C15
(101,12,21)
#5B0B13
(91,11,19)
#510A11
(81,10,17)
#47090F
(71,9,15)
#3D080D
(61,8,13)
#33070B
(51,7,11)
#290609
(41,6,9)
#1F0507
(31,5,7)
#150405
(21,4,5)
#0B0303
(11,3,3)
#000000
(0,0,0)

Tints of #6F0D17

#6F0D17
(111,13,23)
#7C232C
(124,35,44)
#893941
(137,57,65)
#964F56
(150,79,86)
#A3656B
(163,101,107)
#B07B80
(176,123,128)
#BD9195
(189,145,149)
#CAA7AA
(202,167,170)
#D7BDBF
(215,189,191)
#E4D3D4
(228,211,212)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F0D17; }

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

This text font color is #6F0D17.


Background Color

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

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

This div background color is #6F0D17.


Border color

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

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

This div border color is #6F0D17.


Opacity

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

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

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

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

This text has shadow with #6F0D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0D17 on black background.


Color preview on white background

This text has color #6F0D17 on white background.



Black color preview on #6F0D17 background

This text has black color on #6F0D17 background.


White color preview on #6F0D17 background

This text has white color on #6F0D17 background.