COLOR #6F1F19

HEX: #6F1F19
RGB: (111,31,25)

Color info

#6F1F19 contains mainly red color. Web safe color of #6F1F19 is #663300 (or #630).

RGB color model

#6F1F19 color RGB value is (111,31,25).

  • red value is 111;
  • green value is 31;
  • blue value is 25.
RGB:
(111,31,25)
(44%,12%,10%)

RGB channels and saturation

R 111 of 255 = 44%
G 31 of 255 = 12%
B 25 of 255 = 10%

111
31
25

R + G + B ~ 22%. #6F1F19 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 31 + 25 = 167 (100%)
R 111 of 167 ~ 66.47%
G 31 of 167 ~ 18.56%
B 25 of 167 ~ 14.97%

%66.47
%18.56
%14.97

CMYK color model

#6F1F19 color CMYK value is (0,72,77,56).

  • cyan value is 0.00%
  • magenta value is 72.07%
  • yellow value is 77.48%
  • key color value is 56.47%
CMYK:
(0,72,77,56)
C0M72Y77K56 
(0%,72%,77%,56%)
(0.00/0.72/0.77/0.56)	

CMYK percentages

%0
%72.07
%77.48
%56.47

Codes

Color #6F1F19 in popluar color models

6F1F19
RGB1113125
HSL63.24%26.67%
HSB/HSV77.48%43.53%
CMYK0.00%72.07%77.48%
56.47%

Color #6F1F19 in popluar number systems.

HEX6F1F19
Decimal1113125
Binary11011111111111001
Octal1573731

Shades and tints

Shades of #6F1F19

#6F1F19
(111,31,25)
#651D17
(101,29,23)
#5B1B15
(91,27,21)
#511913
(81,25,19)
#471711
(71,23,17)
#3D150F
(61,21,15)
#33130D
(51,19,13)
#29110B
(41,17,11)
#1F0F09
(31,15,9)
#150D07
(21,13,7)
#0B0B05
(11,11,5)
#000000
(0,0,0)

Tints of #6F1F19

#6F1F19
(111,31,25)
#7C332D
(124,51,45)
#894741
(137,71,65)
#965B55
(150,91,85)
#A36F69
(163,111,105)
#B0837D
(176,131,125)
#BD9791
(189,151,145)
#CAABA5
(202,171,165)
#D7BFB9
(215,191,185)
#E4D3CD
(228,211,205)
#F1E7E1
(241,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1F19; }

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

This text font color is #6F1F19.


Background Color

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

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

This div background color is #6F1F19.


Border color

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

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

This div border color is #6F1F19.


Opacity

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

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

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

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

This text has shadow with #6F1F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1F19 on black background.


Color preview on white background

This text has color #6F1F19 on white background.



Black color preview on #6F1F19 background

This text has black color on #6F1F19 background.


White color preview on #6F1F19 background

This text has white color on #6F1F19 background.