COLOR #6F001C

HEX: #6F001C
RGB: (111,0,28)

Color info

#6F001C contains mainly red color. Web safe color of #6F001C is #660033 (or #603).

RGB color model

#6F001C color RGB value is (111,0,28).

  • red value is 111;
  • green value is 0;
  • blue value is 28.
RGB:
(111,0,28)
(44%,0%,11%)

RGB channels and saturation

R 111 of 255 = 44%
G 0 of 255 = 0%
B 28 of 255 = 11%

111
0
28

R + G + B ~ 18%. #6F001C is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 0 + 28 = 139 (100%)
R 111 of 139 ~ 79.86%
G 0 of 139 ~ 0%
B 28 of 139 ~ 20.14%

%79.86
%20.14

CMYK color model

#6F001C color CMYK value is (0,100,75,56).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 74.77%
  • key color value is 56.47%
CMYK:
(0,100,75,56)
C0M100Y75K56 
(0%,100%,75%,56%)
(0.00/1.00/0.75/0.56)	

CMYK percentages

%0
%100
%74.77
%56.47

Codes

Color #6F001C in popluar color models

6F001C
RGB111028
HSL345°100.00%21.76%
HSB/HSV345°100.00%43.53%
CMYK0.00%100.00%74.77%
56.47%

Color #6F001C in popluar number systems.

HEX6F001C
Decimal111028
Binary1101111011100
Octal157034

Shades and tints

Shades of #6F001C

#6F001C
(111,0,28)
#65001A
(101,0,26)
#5B0018
(91,0,24)
#510016
(81,0,22)
#470014
(71,0,20)
#3D0012
(61,0,18)
#330010
(51,0,16)
#29000E
(41,0,14)
#1F000C
(31,0,12)
#15000A
(21,0,10)
#0B0008
(11,0,8)
#000000
(0,0,0)

Tints of #6F001C

#6F001C
(111,0,28)
#7C1730
(124,23,48)
#892E44
(137,46,68)
#964558
(150,69,88)
#A35C6C
(163,92,108)
#B07380
(176,115,128)
#BD8A94
(189,138,148)
#CAA1A8
(202,161,168)
#D7B8BC
(215,184,188)
#E4CFD0
(228,207,208)
#F1E6E4
(241,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F001C color. Also use rgb(111,0,28) instead hex code.

Text Font Color

.myTextColor { color: #6F001C; }

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

This text font color is #6F001C.


Background Color

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

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

This div background color is #6F001C.


Border color

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

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

This div border color is #6F001C.


Opacity

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

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

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

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

This text has shadow with #6F001C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F001C on black background.


Color preview on white background

This text has color #6F001C on white background.



Black color preview on #6F001C background

This text has black color on #6F001C background.


White color preview on #6F001C background

This text has white color on #6F001C background.