COLOR #6F1C2F

HEX: #6F1C2F
RGB: (111,28,47)

Color info

#6F1C2F contains mainly red color. Web safe color of #6F1C2F is #663333 (or #633).

RGB color model

#6F1C2F color RGB value is (111,28,47).

  • red value is 111;
  • green value is 28;
  • blue value is 47.
RGB: (111,28,47) (44%,11%,18%)

RGB channels and saturation

R 111 of 255 = 44%
G 28 of 255 = 11%
B 47 of 255 = 18%

111
28
47

R + G + B ~ 24%. #6F1C2F is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 28 + 47 = 186 (100%)
R 111 of 186 ~ 59.68%
G 28 of 186 ~ 15.05%
B 47 of 186 ~ 25.27%

%59.68
%15.05
%25.27

CMYK color model

#6F1C2F color CMYK value is (0,75,58,56).

  • cyan value is 0.00%
  • magenta value is 74.77%
  • yellow value is 57.66%
  • key color value is 56.47%
CMYK: (0,75,58,56) C0M75Y58K56 (0%,75%,58%,56%) (0.00/0.75/0.58/0.56)

CMYK percentages

%0
%74.77
%57.66
%56.47

Codes

Color #6F1C2F in popluar color models

6F1C2F
RGB1112847
HSL346°59.71%27.25%
HSB/HSV346°74.77%43.53%
CMYK0.00%74.77%57.66%
56.47%

Color #6F1C2F in popluar number systems.

HEX6F1C2F
Decimal1112847
Binary110111111100101111
Octal1573457

Shades and tints

Shades of #6F1C2F

#6F1C2F
(111,28,47)
#651A2B
(101,26,43)
#5B1827
(91,24,39)
#511623
(81,22,35)
#47141F
(71,20,31)
#3D121B
(61,18,27)
#331017
(51,16,23)
#290E13
(41,14,19)
#1F0C0F
(31,12,15)
#150A0B
(21,10,11)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #6F1C2F

#6F1C2F
(111,28,47)
#7C3041
(124,48,65)
#894453
(137,68,83)
#965865
(150,88,101)
#A36C77
(163,108,119)
#B08089
(176,128,137)
#BD949B
(189,148,155)
#CAA8AD
(202,168,173)
#D7BCBF
(215,188,191)
#E4D0D1
(228,208,209)
#F1E4E3
(241,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1C2F; }

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

This text font color is #6F1C2F.


Background Color

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

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

This div background color is #6F1C2F.


Border color

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

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

This div border color is #6F1C2F.


Opacity

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

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

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

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

This text has shadow with #6F1C2F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6F1C2F on black background.


Color preview on white background

This text has color #6F1C2F on white background.



Black color preview on #6F1C2F background

This text has black color on #6F1C2F background.


White color preview on #6F1C2F background

This text has white color on #6F1C2F background.