COLOR #6F2E2F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

111
46
47

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

Portions of RGB colors in percentages

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

%54.41
%22.55
%23.04

CMYK color model

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

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

CMYK percentages

%0
%58.56
%57.66
%56.47

Codes

Color #6F2E2F in popluar color models

6F2E2F
RGB1114647
HSL359°41.40%30.78%
HSB/HSV359°58.56%43.53%
CMYK0.00%58.56%57.66%
56.47%

Color #6F2E2F in popluar number systems.

HEX6F2E2F
Decimal1114647
Binary1101111101110101111
Octal1575657

Shades and tints

Shades of #6F2E2F

#6F2E2F
(111,46,47)
#652A2B
(101,42,43)
#5B2627
(91,38,39)
#512223
(81,34,35)
#471E1F
(71,30,31)
#3D1A1B
(61,26,27)
#331617
(51,22,23)
#291213
(41,18,19)
#1F0E0F
(31,14,15)
#150A0B
(21,10,11)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #6F2E2F

#6F2E2F
(111,46,47)
#7C4141
(124,65,65)
#895453
(137,84,83)
#966765
(150,103,101)
#A37A77
(163,122,119)
#B08D89
(176,141,137)
#BDA09B
(189,160,155)
#CAB3AD
(202,179,173)
#D7C6BF
(215,198,191)
#E4D9D1
(228,217,209)
#F1ECE3
(241,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2E2F; }

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

This text font color is #6F2E2F.


Background Color

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

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

This div background color is #6F2E2F.


Border color

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

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

This div border color is #6F2E2F.


Opacity

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

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

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

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

This text has shadow with #6F2E2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2E2F on black background.


Color preview on white background

This text has color #6F2E2F on white background.



Black color preview on #6F2E2F background

This text has black color on #6F2E2F background.


White color preview on #6F2E2F background

This text has white color on #6F2E2F background.