COLOR #6F000C

HEX: #6F000C
RGB: (111,0,12)

Color info

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

RGB color model

#6F000C color RGB value is (111,0,12).

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

RGB channels and saturation

R 111 of 255 = 44%
G 0 of 255 = 0%
B 12 of 255 = 5%

111
0
12

R + G + B ~ 16%. #6F000C is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 0 + 12 = 123 (100%)
R 111 of 123 ~ 90.24%
G 0 of 123 ~ 0%
B 12 of 123 ~ 9.76%

%90.24
%9.76

CMYK color model

#6F000C color CMYK value is (0,100,89,56).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 89.19%
  • key color value is 56.47%
CMYK:
(0,100,89,56)
C0M100Y89K56 
(0%,100%,89%,56%)
(0.00/1.00/0.89/0.56)	

CMYK percentages

%0
%100
%89.19
%56.47

Codes

Color #6F000C in popluar color models

6F000C
RGB111012
HSL354°100.00%21.76%
HSB/HSV354°100.00%43.53%
CMYK0.00%100.00%89.19%
56.47%

Color #6F000C in popluar number systems.

HEX6F000C
Decimal111012
Binary110111101100
Octal157014

Shades and tints

Shades of #6F000C

#6F000C
(111,0,12)
#65000B
(101,0,11)
#5B000A
(91,0,10)
#510009
(81,0,9)
#470008
(71,0,8)
#3D0007
(61,0,7)
#330006
(51,0,6)
#290005
(41,0,5)
#1F0004
(31,0,4)
#150003
(21,0,3)
#0B0002
(11,0,2)
#000000
(0,0,0)

Tints of #6F000C

#6F000C
(111,0,12)
#7C1722
(124,23,34)
#892E38
(137,46,56)
#96454E
(150,69,78)
#A35C64
(163,92,100)
#B0737A
(176,115,122)
#BD8A90
(189,138,144)
#CAA1A6
(202,161,166)
#D7B8BC
(215,184,188)
#E4CFD2
(228,207,210)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F000C; }

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

This text font color is #6F000C.


Background Color

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

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

This div background color is #6F000C.


Border color

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

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

This div border color is #6F000C.


Opacity

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

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

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

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

This text has shadow with #6F000C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F000C on black background.


Color preview on white background

This text has color #6F000C on white background.



Black color preview on #6F000C background

This text has black color on #6F000C background.


White color preview on #6F000C background

This text has white color on #6F000C background.