COLOR #6F182E

HEX: #6F182E
RGB: (111,24,46)

Color info

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

RGB color model

#6F182E color RGB value is (111,24,46).

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

RGB channels and saturation

R 111 of 255 = 44%
G 24 of 255 = 9%
B 46 of 255 = 18%

111
24
46

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

Portions of RGB colors in percentages

R + G + B =
111 + 24 + 46 = 181 (100%)
R 111 of 181 ~ 61.33%
G 24 of 181 ~ 13.26%
B 46 of 181 ~ 25.41%

%61.33
%13.26
%25.41

CMYK color model

#6F182E color CMYK value is (0,78,59,56).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 58.56%
  • key color value is 56.47%
CMYK:
(0,78,59,56)
C0M78Y59K56 
(0%,78%,59%,56%)
(0.00/0.78/0.59/0.56)	

CMYK percentages

%0
%78.38
%58.56
%56.47

Codes

Color #6F182E in popluar color models

6F182E
RGB1112446
HSL345°64.44%26.47%
HSB/HSV345°78.38%43.53%
CMYK0.00%78.38%58.56%
56.47%

Color #6F182E in popluar number systems.

HEX6F182E
Decimal1112446
Binary110111111000101110
Octal1573056

Shades and tints

Shades of #6F182E

#6F182E
(111,24,46)
#65162A
(101,22,42)
#5B1426
(91,20,38)
#511222
(81,18,34)
#47101E
(71,16,30)
#3D0E1A
(61,14,26)
#330C16
(51,12,22)
#290A12
(41,10,18)
#1F080E
(31,8,14)
#15060A
(21,6,10)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #6F182E

#6F182E
(111,24,46)
#7C2D41
(124,45,65)
#894254
(137,66,84)
#965767
(150,87,103)
#A36C7A
(163,108,122)
#B0818D
(176,129,141)
#BD96A0
(189,150,160)
#CAABB3
(202,171,179)
#D7C0C6
(215,192,198)
#E4D5D9
(228,213,217)
#F1EAEC
(241,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F182E; }

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

This text font color is #6F182E.


Background Color

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

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

This div background color is #6F182E.


Border color

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

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

This div border color is #6F182E.


Opacity

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

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

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

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

This text has shadow with #6F182E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F182E on black background.


Color preview on white background

This text has color #6F182E on white background.



Black color preview on #6F182E background

This text has black color on #6F182E background.


White color preview on #6F182E background

This text has white color on #6F182E background.