COLOR #6F3F21

HEX: #6F3F21
RGB: (111,63,33)

Color info

#6F3F21 contains mainly red and green colors. Web safe color of #6F3F21 is #663333 (or #633).

RGB color model

#6F3F21 color RGB value is (111,63,33).

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

RGB channels and saturation

R 111 of 255 = 44%
G 63 of 255 = 25%
B 33 of 255 = 13%

111
63
33

R + G + B ~ 27%. #6F3F21 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 63 + 33 = 207 (100%)
R 111 of 207 ~ 53.62%
G 63 of 207 ~ 30.43%
B 33 of 207 ~ 15.94%

%53.62
%30.43
%15.94

CMYK color model

#6F3F21 color CMYK value is (0,43,70,56).

  • cyan value is 0.00%
  • magenta value is 43.24%
  • yellow value is 70.27%
  • key color value is 56.47%
CMYK:
(0,43,70,56)
C0M43Y70K56 
(0%,43%,70%,56%)
(0.00/0.43/0.70/0.56)	

CMYK percentages

%0
%43.24
%70.27
%56.47

Codes

Color #6F3F21 in popluar color models

6F3F21
RGB1116333
HSL23°54.17%28.24%
HSB/HSV23°70.27%43.53%
CMYK0.00%43.24%70.27%
56.47%

Color #6F3F21 in popluar number systems.

HEX6F3F21
Decimal1116333
Binary1101111111111100001
Octal1577741

Shades and tints

Shades of #6F3F21

#6F3F21
(111,63,33)
#653A1E
(101,58,30)
#5B351B
(91,53,27)
#513018
(81,48,24)
#472B15
(71,43,21)
#3D2612
(61,38,18)
#33210F
(51,33,15)
#291C0C
(41,28,12)
#1F1709
(31,23,9)
#151206
(21,18,6)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #6F3F21

#6F3F21
(111,63,33)
#7C5035
(124,80,53)
#896149
(137,97,73)
#96725D
(150,114,93)
#A38371
(163,131,113)
#B09485
(176,148,133)
#BDA599
(189,165,153)
#CAB6AD
(202,182,173)
#D7C7C1
(215,199,193)
#E4D8D5
(228,216,213)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F3F21; }

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

This text font color is #6F3F21.


Background Color

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

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

This div background color is #6F3F21.


Border color

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

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

This div border color is #6F3F21.


Opacity

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

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

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

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

This text has shadow with #6F3F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F3F21 on black background.


Color preview on white background

This text has color #6F3F21 on white background.



Black color preview on #6F3F21 background

This text has black color on #6F3F21 background.


White color preview on #6F3F21 background

This text has white color on #6F3F21 background.