COLOR #6F1515

HEX: #6F1515
RGB: (111,21,21)

Color info

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

RGB color model

#6F1515 color RGB value is (111,21,21).

  • red value is 111;
  • green value is 21;
  • blue value is 21.
RGB:
(111,21,21)
(44%,8%,8%)

RGB channels and saturation

R 111 of 255 = 44%
G 21 of 255 = 8%
B 21 of 255 = 8%

111
21
21

R + G + B ~ 20%. #6F1515 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 21 + 21 = 153 (100%)
R 111 of 153 ~ 72.55%
G 21 of 153 ~ 13.73%
B 21 of 153 ~ 13.73%

%72.55
%13.73
%13.73

CMYK color model

#6F1515 color CMYK value is (0,81,81,56).

  • cyan value is 0.00%
  • magenta value is 81.08%
  • yellow value is 81.08%
  • key color value is 56.47%
CMYK:
(0,81,81,56)
C0M81Y81K56 
(0%,81%,81%,56%)
(0.00/0.81/0.81/0.56)	

CMYK percentages

%0
%81.08
%81.08
%56.47

Codes

Color #6F1515 in popluar color models

6F1515
RGB1112121
HSL68.18%25.88%
HSB/HSV81.08%43.53%
CMYK0.00%81.08%81.08%
56.47%

Color #6F1515 in popluar number systems.

HEX6F1515
Decimal1112121
Binary11011111010110101
Octal1572525

Shades and tints

Shades of #6F1515

#6F1515
(111,21,21)
#651414
(101,20,20)
#5B1313
(91,19,19)
#511212
(81,18,18)
#471111
(71,17,17)
#3D1010
(61,16,16)
#330F0F
(51,15,15)
#290E0E
(41,14,14)
#1F0D0D
(31,13,13)
#150C0C
(21,12,12)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #6F1515

#6F1515
(111,21,21)
#7C2A2A
(124,42,42)
#893F3F
(137,63,63)
#965454
(150,84,84)
#A36969
(163,105,105)
#B07E7E
(176,126,126)
#BD9393
(189,147,147)
#CAA8A8
(202,168,168)
#D7BDBD
(215,189,189)
#E4D2D2
(228,210,210)
#F1E7E7
(241,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1515; }

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

This text font color is #6F1515.


Background Color

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

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

This div background color is #6F1515.


Border color

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

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

This div border color is #6F1515.


Opacity

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

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

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

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

This text has shadow with #6F1515 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1515 on black background.


Color preview on white background

This text has color #6F1515 on white background.



Black color preview on #6F1515 background

This text has black color on #6F1515 background.


White color preview on #6F1515 background

This text has white color on #6F1515 background.