COLOR #6F2F2E

HEX: #6F2F2E
RGB: (111,47,46)

Color info

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

RGB color model

#6F2F2E color RGB value is (111,47,46).

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

RGB channels and saturation

R 111 of 255 = 44%
G 47 of 255 = 18%
B 46 of 255 = 18%

111
47
46

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

Portions of RGB colors in percentages

R + G + B =
111 + 47 + 46 = 204 (100%)
R 111 of 204 ~ 54.41%
G 47 of 204 ~ 23.04%
B 46 of 204 ~ 22.55%

%54.41
%23.04
%22.55

CMYK color model

#6F2F2E color CMYK value is (0,58,59,56).

  • cyan value is 0.00%
  • magenta value is 57.66%
  • yellow value is 58.56%
  • key color value is 56.47%
CMYK:
(0,58,59,56)
C0M58Y59K56 
(0%,58%,59%,56%)
(0.00/0.58/0.59/0.56)	

CMYK percentages

%0
%57.66
%58.56
%56.47

Codes

Color #6F2F2E in popluar color models

6F2F2E
RGB1114746
HSL41.40%30.78%
HSB/HSV58.56%43.53%
CMYK0.00%57.66%58.56%
56.47%

Color #6F2F2E in popluar number systems.

HEX6F2F2E
Decimal1114746
Binary1101111101111101110
Octal1575756

Shades and tints

Shades of #6F2F2E

#6F2F2E
(111,47,46)
#652B2A
(101,43,42)
#5B2726
(91,39,38)
#512322
(81,35,34)
#471F1E
(71,31,30)
#3D1B1A
(61,27,26)
#331716
(51,23,22)
#291312
(41,19,18)
#1F0F0E
(31,15,14)
#150B0A
(21,11,10)
#0B0706
(11,7,6)
#000000
(0,0,0)

Tints of #6F2F2E

#6F2F2E
(111,47,46)
#7C4141
(124,65,65)
#895354
(137,83,84)
#966567
(150,101,103)
#A3777A
(163,119,122)
#B0898D
(176,137,141)
#BD9BA0
(189,155,160)
#CAADB3
(202,173,179)
#D7BFC6
(215,191,198)
#E4D1D9
(228,209,217)
#F1E3EC
(241,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2F2E; }

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

This text font color is #6F2F2E.


Background Color

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

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

This div background color is #6F2F2E.


Border color

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

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

This div border color is #6F2F2E.


Opacity

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

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

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

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

This text has shadow with #6F2F2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2F2E on black background.


Color preview on white background

This text has color #6F2F2E on white background.



Black color preview on #6F2F2E background

This text has black color on #6F2F2E background.


White color preview on #6F2F2E background

This text has white color on #6F2F2E background.