COLOR #6F001F

HEX: #6F001F RGB: (111,0,31)

Color info

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

RGB color model

#6F001F color RGB value is (111,0,31).

RGB: (111,0,31) (44%, 0%, 12%)

RGB channels and saturation

R 111 of 255 = 44%
G 0 of 255 = 0%
B 31 of 255 = 12%

111
0
31

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

Portions of RGB colors in percentages

R + G + B = 111 + 0 + 31 = 142 (100%)
R 111 of 142 ~ 78.17%
G 0 of 142 ~ 0%
B 31 of 142 ~ 21.83'%

%78.17
%21.83

CMYK color model

#6F001F color CMYK value is (0,100,72,56).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 72.07%
  • key color value is 56.47%

CMYK: (0,100,72,56)
C0M100Y72K56 (0%, 100%, 72%, 56%)
(0.00 / 1.00 / 0.72 / 0.56)

CMYK percentages

%0
%100
%72.07
%56.47

Codes

Color #6F001F in popluar color models

6F 00 1F
RGB 111 0 31
HSL 343° 100.00% 21.76%
HSB/HSV 343° 100.00% 43.53%
CMYK 0.00% 100.00% 72.07%
56.47%

Color #6F001F in popluar number systems.

HEX 6F 00 1F
Decimal 111 0 31
Binary 1101111 0 11111
Octal 157 0 37

Shades and tints

Shades of #6F001F

#6F001F
(111,0,31)
#65001D
(101,0,29)
#5B001B
(91,0,27)
#510019
(81,0,25)
#470017
(71,0,23)
#3D0015
(61,0,21)
#330013
(51,0,19)
#290011
(41,0,17)
#1F000F
(31,0,15)
#15000D
(21,0,13)
#0B000B
(11,0,11)
#000000
(0,0,0)

Tints of #6F001F

#6F001F
(111,0,31)
#7C1733
(124,23,51)
#892E47
(137,46,71)
#96455B
(150,69,91)
#A35C6F
(163,92,111)
#B07383
(176,115,131)
#BD8A97
(189,138,151)
#CAA1AB
(202,161,171)
#D7B8BF
(215,184,191)
#E4CFD3
(228,207,211)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F001F; }

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

This text font color is #6F001F.

Background Color

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

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

This div background color is #6F001F.

Border color

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

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

This div border color is #6F001F.

Opacity

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

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

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

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

This text has shadow with #6F001F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F001F.

Preview

Color preview on black background

This text has color #6F001F on black background.


Color preview on white background

This text has color #6F001F on white background.


Black color preview on #6F001F background

This text has black color on #6F001F background.


White color preview on #6F001F background

This text has white color on #6F001F background.


Related colors

Complementary color

Complementary color for #hex is #90FFE0.


I love getcolorcode.com

Triadic colors

1 #1F6F00 and #001F6F with #6F001F are triadic colors.

2 #1F006F and #006F1F with #6F001F are triadic colors.