COLOR #6F3122

HEX: #6F3122
RGB: (111,49,34)

Color info

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

RGB color model

#6F3122 color RGB value is (111,49,34).

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

RGB channels and saturation

R 111 of 255 = 44%
G 49 of 255 = 19%
B 34 of 255 = 13%

111
49
34

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

Portions of RGB colors in percentages

R + G + B =
111 + 49 + 34 = 194 (100%)
R 111 of 194 ~ 57.22%
G 49 of 194 ~ 25.26%
B 34 of 194 ~ 17.53%

%57.22
%25.26
%17.53

CMYK color model

#6F3122 color CMYK value is (0,56,69,56).

  • cyan value is 0.00%
  • magenta value is 55.86%
  • yellow value is 69.37%
  • key color value is 56.47%
CMYK:
(0,56,69,56)
C0M56Y69K56 
(0%,56%,69%,56%)
(0.00/0.56/0.69/0.56)	

CMYK percentages

%0
%55.86
%69.37
%56.47

Codes

Color #6F3122 in popluar color models

6F3122
RGB1114934
HSL12°53.10%28.43%
HSB/HSV12°69.37%43.53%
CMYK0.00%55.86%69.37%
56.47%

Color #6F3122 in popluar number systems.

HEX6F3122
Decimal1114934
Binary1101111110001100010
Octal1576142

Shades and tints

Shades of #6F3122

#6F3122
(111,49,34)
#652D1F
(101,45,31)
#5B291C
(91,41,28)
#512519
(81,37,25)
#472116
(71,33,22)
#3D1D13
(61,29,19)
#331910
(51,25,16)
#29150D
(41,21,13)
#1F110A
(31,17,10)
#150D07
(21,13,7)
#0B0904
(11,9,4)
#000000
(0,0,0)

Tints of #6F3122

#6F3122
(111,49,34)
#7C4336
(124,67,54)
#89554A
(137,85,74)
#96675E
(150,103,94)
#A37972
(163,121,114)
#B08B86
(176,139,134)
#BD9D9A
(189,157,154)
#CAAFAE
(202,175,174)
#D7C1C2
(215,193,194)
#E4D3D6
(228,211,214)
#F1E5EA
(241,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3122; }

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

This text font color is #6F3122.


Background Color

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

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

This div background color is #6F3122.


Border color

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

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

This div border color is #6F3122.


Opacity

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

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

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

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

This text has shadow with #6F3122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3122 on black background.


Color preview on white background

This text has color #6F3122 on white background.



Black color preview on #6F3122 background

This text has black color on #6F3122 background.


White color preview on #6F3122 background

This text has white color on #6F3122 background.