COLOR #6F2118

HEX: #6F2118
RGB: (111,33,24)

Color info

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

RGB color model

#6F2118 color RGB value is (111,33,24).

  • red value is 111;
  • green value is 33;
  • blue value is 24.
RGB:
(111,33,24)
(44%,13%,9%)

RGB channels and saturation

R 111 of 255 = 44%
G 33 of 255 = 13%
B 24 of 255 = 9%

111
33
24

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

Portions of RGB colors in percentages

R + G + B =
111 + 33 + 24 = 168 (100%)
R 111 of 168 ~ 66.07%
G 33 of 168 ~ 19.64%
B 24 of 168 ~ 14.29%

%66.07
%19.64
%14.29

CMYK color model

#6F2118 color CMYK value is (0,70,78,56).

  • cyan value is 0.00%
  • magenta value is 70.27%
  • yellow value is 78.38%
  • key color value is 56.47%
CMYK:
(0,70,78,56)
C0M70Y78K56 
(0%,70%,78%,56%)
(0.00/0.70/0.78/0.56)	

CMYK percentages

%0
%70.27
%78.38
%56.47

Codes

Color #6F2118 in popluar color models

6F2118
RGB1113324
HSL64.44%26.47%
HSB/HSV78.38%43.53%
CMYK0.00%70.27%78.38%
56.47%

Color #6F2118 in popluar number systems.

HEX6F2118
Decimal1113324
Binary110111110000111000
Octal1574130

Shades and tints

Shades of #6F2118

#6F2118
(111,33,24)
#651E16
(101,30,22)
#5B1B14
(91,27,20)
#511812
(81,24,18)
#471510
(71,21,16)
#3D120E
(61,18,14)
#330F0C
(51,15,12)
#290C0A
(41,12,10)
#1F0908
(31,9,8)
#150606
(21,6,6)
#0B0304
(11,3,4)
#000000
(0,0,0)

Tints of #6F2118

#6F2118
(111,33,24)
#7C352D
(124,53,45)
#894942
(137,73,66)
#965D57
(150,93,87)
#A3716C
(163,113,108)
#B08581
(176,133,129)
#BD9996
(189,153,150)
#CAADAB
(202,173,171)
#D7C1C0
(215,193,192)
#E4D5D5
(228,213,213)
#F1E9EA
(241,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2118; }

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

This text font color is #6F2118.


Background Color

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

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

This div background color is #6F2118.


Border color

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

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

This div border color is #6F2118.


Opacity

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

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

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

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

This text has shadow with #6F2118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2118 on black background.


Color preview on white background

This text has color #6F2118 on white background.



Black color preview on #6F2118 background

This text has black color on #6F2118 background.


White color preview on #6F2118 background

This text has white color on #6F2118 background.