COLOR #6F071C

HEX: #6F071C
RGB: (111,7,28)

Color info

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

RGB color model

#6F071C color RGB value is (111,7,28).

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

RGB channels and saturation

R 111 of 255 = 44%
G 7 of 255 = 3%
B 28 of 255 = 11%

111
7
28

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

Portions of RGB colors in percentages

R + G + B =
111 + 7 + 28 = 146 (100%)
R 111 of 146 ~ 76.03%
G 7 of 146 ~ 4.79%
B 28 of 146 ~ 19.18%

%76.03
%19.18

CMYK color model

#6F071C color CMYK value is (0,94,75,56).

  • cyan value is 0.00%
  • magenta value is 93.69%
  • yellow value is 74.77%
  • key color value is 56.47%
CMYK:
(0,94,75,56)
C0M94Y75K56 
(0%,94%,75%,56%)
(0.00/0.94/0.75/0.56)	

CMYK percentages

%0
%93.69
%74.77
%56.47

Codes

Color #6F071C in popluar color models

6F071C
RGB111728
HSL348°88.14%23.14%
HSB/HSV348°93.69%43.53%
CMYK0.00%93.69%74.77%
56.47%

Color #6F071C in popluar number systems.

HEX6F071C
Decimal111728
Binary110111111111100
Octal157734

Shades and tints

Shades of #6F071C

#6F071C
(111,7,28)
#65071A
(101,7,26)
#5B0718
(91,7,24)
#510716
(81,7,22)
#470714
(71,7,20)
#3D0712
(61,7,18)
#330710
(51,7,16)
#29070E
(41,7,14)
#1F070C
(31,7,12)
#15070A
(21,7,10)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #6F071C

#6F071C
(111,7,28)
#7C1D30
(124,29,48)
#893344
(137,51,68)
#964958
(150,73,88)
#A35F6C
(163,95,108)
#B07580
(176,117,128)
#BD8B94
(189,139,148)
#CAA1A8
(202,161,168)
#D7B7BC
(215,183,188)
#E4CDD0
(228,205,208)
#F1E3E4
(241,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F071C; }

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

This text font color is #6F071C.


Background Color

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

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

This div background color is #6F071C.


Border color

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

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

This div border color is #6F071C.


Opacity

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

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

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

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

This text has shadow with #6F071C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F071C on black background.


Color preview on white background

This text has color #6F071C on white background.



Black color preview on #6F071C background

This text has black color on #6F071C background.


White color preview on #6F071C background

This text has white color on #6F071C background.