COLOR #6F311E

HEX: #6F311E
RGB: (111,49,30)

Color info

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

RGB color model

#6F311E color RGB value is (111,49,30).

  • red value is 111;
  • green value is 49;
  • blue value is 30.
RGB:
(111,49,30)
(44%,19%,12%)

RGB channels and saturation

R 111 of 255 = 44%
G 49 of 255 = 19%
B 30 of 255 = 12%

111
49
30

R + G + B ~ 25%. #6F311E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 49 + 30 = 190 (100%)
R 111 of 190 ~ 58.42%
G 49 of 190 ~ 25.79%
B 30 of 190 ~ 15.79%

%58.42
%25.79
%15.79

CMYK color model

#6F311E color CMYK value is (0,56,73,56).

  • cyan value is 0.00%
  • magenta value is 55.86%
  • yellow value is 72.97%
  • key color value is 56.47%
CMYK:
(0,56,73,56)
C0M56Y73K56 
(0%,56%,73%,56%)
(0.00/0.56/0.73/0.56)	

CMYK percentages

%0
%55.86
%72.97
%56.47

Codes

Color #6F311E in popluar color models

6F311E
RGB1114930
HSL14°57.45%27.65%
HSB/HSV14°72.97%43.53%
CMYK0.00%55.86%72.97%
56.47%

Color #6F311E in popluar number systems.

HEX6F311E
Decimal1114930
Binary110111111000111110
Octal1576136

Shades and tints

Shades of #6F311E

#6F311E
(111,49,30)
#652D1C
(101,45,28)
#5B291A
(91,41,26)
#512518
(81,37,24)
#472116
(71,33,22)
#3D1D14
(61,29,20)
#331912
(51,25,18)
#291510
(41,21,16)
#1F110E
(31,17,14)
#150D0C
(21,13,12)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #6F311E

#6F311E
(111,49,30)
#7C4332
(124,67,50)
#895546
(137,85,70)
#96675A
(150,103,90)
#A3796E
(163,121,110)
#B08B82
(176,139,130)
#BD9D96
(189,157,150)
#CAAFAA
(202,175,170)
#D7C1BE
(215,193,190)
#E4D3D2
(228,211,210)
#F1E5E6
(241,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F311E color. Also use rgb(111,49,30) instead hex code.

Text Font Color

.myTextColor { color: #6F311E; }

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

This text font color is #6F311E.


Background Color

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

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

This div background color is #6F311E.


Border color

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

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

This div border color is #6F311E.


Opacity

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

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

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

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

This text has shadow with #6F311E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F311E on black background.


Color preview on white background

This text has color #6F311E on white background.



Black color preview on #6F311E background

This text has black color on #6F311E background.


White color preview on #6F311E background

This text has white color on #6F311E background.