COLOR #6F051B

HEX: #6F051B
RGB: (111,5,27)

Color info

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

RGB color model

#6F051B color RGB value is (111,5,27).

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

RGB channels and saturation

R 111 of 255 = 44%
G 5 of 255 = 2%
B 27 of 255 = 11%

111
5
27

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

Portions of RGB colors in percentages

R + G + B =
111 + 5 + 27 = 143 (100%)
R 111 of 143 ~ 77.62%
G 5 of 143 ~ 3.5%
B 27 of 143 ~ 18.88%

%77.62
%18.88

CMYK color model

#6F051B color CMYK value is (0,95,76,56).

  • cyan value is 0.00%
  • magenta value is 95.50%
  • yellow value is 75.68%
  • key color value is 56.47%
CMYK:
(0,95,76,56)
C0M95Y76K56 
(0%,95%,76%,56%)
(0.00/0.95/0.76/0.56)	

CMYK percentages

%0
%95.5
%75.68
%56.47

Codes

Color #6F051B in popluar color models

6F051B
RGB111527
HSL348°91.38%22.75%
HSB/HSV348°95.50%43.53%
CMYK0.00%95.50%75.68%
56.47%

Color #6F051B in popluar number systems.

HEX6F051B
Decimal111527
Binary110111110111011
Octal157533

Shades and tints

Shades of #6F051B

#6F051B
(111,5,27)
#650519
(101,5,25)
#5B0517
(91,5,23)
#510515
(81,5,21)
#470513
(71,5,19)
#3D0511
(61,5,17)
#33050F
(51,5,15)
#29050D
(41,5,13)
#1F050B
(31,5,11)
#150509
(21,5,9)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #6F051B

#6F051B
(111,5,27)
#7C1B2F
(124,27,47)
#893143
(137,49,67)
#964757
(150,71,87)
#A35D6B
(163,93,107)
#B0737F
(176,115,127)
#BD8993
(189,137,147)
#CA9FA7
(202,159,167)
#D7B5BB
(215,181,187)
#E4CBCF
(228,203,207)
#F1E1E3
(241,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F051B; }

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

This text font color is #6F051B.


Background Color

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

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

This div background color is #6F051B.


Border color

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

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

This div border color is #6F051B.


Opacity

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

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

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

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

This text has shadow with #6F051B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F051B on black background.


Color preview on white background

This text has color #6F051B on white background.



Black color preview on #6F051B background

This text has black color on #6F051B background.


White color preview on #6F051B background

This text has white color on #6F051B background.