COLOR #6F0B19

HEX: #6F0B19
RGB: (111,11,25)

Color info

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

RGB color model

#6F0B19 color RGB value is (111,11,25).

  • red value is 111;
  • green value is 11;
  • blue value is 25.
RGB:
(111,11,25)
(44%,4%,10%)

RGB channels and saturation

R 111 of 255 = 44%
G 11 of 255 = 4%
B 25 of 255 = 10%

111
11
25

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

Portions of RGB colors in percentages

R + G + B =
111 + 11 + 25 = 147 (100%)
R 111 of 147 ~ 75.51%
G 11 of 147 ~ 7.48%
B 25 of 147 ~ 17.01%

%75.51
%17.01

CMYK color model

#6F0B19 color CMYK value is (0,90,77,56).

  • cyan value is 0.00%
  • magenta value is 90.09%
  • yellow value is 77.48%
  • key color value is 56.47%
CMYK:
(0,90,77,56)
C0M90Y77K56 
(0%,90%,77%,56%)
(0.00/0.90/0.77/0.56)	

CMYK percentages

%0
%90.09
%77.48
%56.47

Codes

Color #6F0B19 in popluar color models

6F0B19
RGB1111125
HSL352°81.97%23.92%
HSB/HSV352°90.09%43.53%
CMYK0.00%90.09%77.48%
56.47%

Color #6F0B19 in popluar number systems.

HEX6F0B19
Decimal1111125
Binary1101111101111001
Octal1571331

Shades and tints

Shades of #6F0B19

#6F0B19
(111,11,25)
#650A17
(101,10,23)
#5B0915
(91,9,21)
#510813
(81,8,19)
#470711
(71,7,17)
#3D060F
(61,6,15)
#33050D
(51,5,13)
#29040B
(41,4,11)
#1F0309
(31,3,9)
#150207
(21,2,7)
#0B0105
(11,1,5)
#000000
(0,0,0)

Tints of #6F0B19

#6F0B19
(111,11,25)
#7C212D
(124,33,45)
#893741
(137,55,65)
#964D55
(150,77,85)
#A36369
(163,99,105)
#B0797D
(176,121,125)
#BD8F91
(189,143,145)
#CAA5A5
(202,165,165)
#D7BBB9
(215,187,185)
#E4D1CD
(228,209,205)
#F1E7E1
(241,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F0B19 color. Also use rgb(111,11,25) instead hex code.

Text Font Color

.myTextColor { color: #6F0B19; }

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

This text font color is #6F0B19.


Background Color

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

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

This div background color is #6F0B19.


Border color

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

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

This div border color is #6F0B19.


Opacity

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

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

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

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

This text has shadow with #6F0B19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0B19 on black background.


Color preview on white background

This text has color #6F0B19 on white background.



Black color preview on #6F0B19 background

This text has black color on #6F0B19 background.


White color preview on #6F0B19 background

This text has white color on #6F0B19 background.