COLOR #6F0501

HEX: #6F0501
RGB: (111,5,1)

Color info

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

RGB color model

#6F0501 color RGB value is (111,5,1).

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

RGB channels and saturation

R 111 of 255 = 44%
G 5 of 255 = 2%
B 1 of 255 = 0%

111
5
1

R + G + B ~ 15%. #6F0501 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 5 + 1 = 117 (100%)
R 111 of 117 ~ 94.87%
G 5 of 117 ~ 4.27%
B 1 of 117 ~ 0.85%

%94.87

CMYK color model

#6F0501 color CMYK value is (0,95,99,56).

  • cyan value is 0.00%
  • magenta value is 95.50%
  • yellow value is 99.10%
  • key color value is 56.47%
CMYK:
(0,95,99,56)
C0M95Y99K56 
(0%,95%,99%,56%)
(0.00/0.95/0.99/0.56)	

CMYK percentages

%0
%95.5
%99.1
%56.47

Codes

Color #6F0501 in popluar color models

6F0501
RGB11151
HSL98.21%21.96%
HSB/HSV99.10%43.53%
CMYK0.00%95.50%99.10%
56.47%

Color #6F0501 in popluar number systems.

HEX6F0501
Decimal11151
Binary11011111011
Octal15751

Shades and tints

Shades of #6F0501

#6F0501
(111,5,1)
#650501
(101,5,1)
#5B0501
(91,5,1)
#510501
(81,5,1)
#470501
(71,5,1)
#3D0501
(61,5,1)
#330501
(51,5,1)
#290501
(41,5,1)
#1F0501
(31,5,1)
#150501
(21,5,1)
#0B0501
(11,5,1)
#000000
(0,0,0)

Tints of #6F0501

#6F0501
(111,5,1)
#7C1B18
(124,27,24)
#89312F
(137,49,47)
#964746
(150,71,70)
#A35D5D
(163,93,93)
#B07374
(176,115,116)
#BD898B
(189,137,139)
#CA9FA2
(202,159,162)
#D7B5B9
(215,181,185)
#E4CBD0
(228,203,208)
#F1E1E7
(241,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F0501 color. Also use rgb(111,5,1) instead hex code.

Text Font Color

.myTextColor { color: #6F0501; }

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

This text font color is #6F0501.


Background Color

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

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

This div background color is #6F0501.


Border color

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

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

This div border color is #6F0501.


Opacity

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

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

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

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

This text has shadow with #6F0501 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F0501 on black background.


Color preview on white background

This text has color #6F0501 on white background.



Black color preview on #6F0501 background

This text has black color on #6F0501 background.


White color preview on #6F0501 background

This text has white color on #6F0501 background.