COLOR #6F2F20

HEX: #6F2F20
RGB: (111,47,32)

Color info

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

RGB color model

#6F2F20 color RGB value is (111,47,32).

  • red value is 111;
  • green value is 47;
  • blue value is 32.
RGB:
(111,47,32)
(44%,18%,13%)

RGB channels and saturation

R 111 of 255 = 44%
G 47 of 255 = 18%
B 32 of 255 = 13%

111
47
32

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

Portions of RGB colors in percentages

R + G + B =
111 + 47 + 32 = 190 (100%)
R 111 of 190 ~ 58.42%
G 47 of 190 ~ 24.74%
B 32 of 190 ~ 16.84%

%58.42
%24.74
%16.84

CMYK color model

#6F2F20 color CMYK value is (0,58,71,56).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 71.17%
  • key color value is 56.47%
CMYK:
(0,58,71,56)
C0M58Y71K56 
(0%,58%,71%,56%)
(0.00/0.58/0.71/0.56)	

CMYK percentages

%0
%57.66
%71.17
%56.47

Codes

Color #6F2F20 in popluar color models

6F2F20
RGB1114732
HSL11°55.24%28.04%
HSB/HSV11°71.17%43.53%
CMYK0.00%57.66%71.17%
56.47%

Color #6F2F20 in popluar number systems.

HEX6F2F20
Decimal1114732
Binary1101111101111100000
Octal1575740

Shades and tints

Shades of #6F2F20

#6F2F20
(111,47,32)
#652B1E
(101,43,30)
#5B271C
(91,39,28)
#51231A
(81,35,26)
#471F18
(71,31,24)
#3D1B16
(61,27,22)
#331714
(51,23,20)
#291312
(41,19,18)
#1F0F10
(31,15,16)
#150B0E
(21,11,14)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #6F2F20

#6F2F20
(111,47,32)
#7C4134
(124,65,52)
#895348
(137,83,72)
#96655C
(150,101,92)
#A37770
(163,119,112)
#B08984
(176,137,132)
#BD9B98
(189,155,152)
#CAADAC
(202,173,172)
#D7BFC0
(215,191,192)
#E4D1D4
(228,209,212)
#F1E3E8
(241,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2F20 color. Also use rgb(111,47,32) instead hex code.

Text Font Color

.myTextColor { color: #6F2F20; }

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

This text font color is #6F2F20.


Background Color

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

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

This div background color is #6F2F20.


Border color

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

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

This div border color is #6F2F20.


Opacity

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

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

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

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

This text has shadow with #6F2F20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2F20 on black background.


Color preview on white background

This text has color #6F2F20 on white background.



Black color preview on #6F2F20 background

This text has black color on #6F2F20 background.


White color preview on #6F2F20 background

This text has white color on #6F2F20 background.