COLOR #6F2E3B

HEX: #6F2E3B
RGB: (111,46,59)

Color info

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

RGB color model

#6F2E3B color RGB value is (111,46,59).

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

RGB channels and saturation

R 111 of 255 = 44%
G 46 of 255 = 18%
B 59 of 255 = 23%

111
46
59

R + G + B ~ 28%. #6F2E3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 46 + 59 = 216 (100%)
R 111 of 216 ~ 51.39%
G 46 of 216 ~ 21.3%
B 59 of 216 ~ 27.31%

%51.39
%21.3
%27.31

CMYK color model

#6F2E3B color CMYK value is (0,59,47,56).

  • cyan value is 0.00%
  • magenta value is 58.56%
  • yellow value is 46.85%
  • key color value is 56.47%
CMYK:
(0,59,47,56)
C0M59Y47K56 
(0%,59%,47%,56%)
(0.00/0.59/0.47/0.56)	

CMYK percentages

%0
%58.56
%46.85
%56.47

Codes

Color #6F2E3B in popluar color models

6F2E3B
RGB1114659
HSL348°41.40%30.78%
HSB/HSV348°58.56%43.53%
CMYK0.00%58.56%46.85%
56.47%

Color #6F2E3B in popluar number systems.

HEX6F2E3B
Decimal1114659
Binary1101111101110111011
Octal1575673

Shades and tints

Shades of #6F2E3B

#6F2E3B
(111,46,59)
#652A36
(101,42,54)
#5B2631
(91,38,49)
#51222C
(81,34,44)
#471E27
(71,30,39)
#3D1A22
(61,26,34)
#33161D
(51,22,29)
#291218
(41,18,24)
#1F0E13
(31,14,19)
#150A0E
(21,10,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #6F2E3B

#6F2E3B
(111,46,59)
#7C414C
(124,65,76)
#89545D
(137,84,93)
#96676E
(150,103,110)
#A37A7F
(163,122,127)
#B08D90
(176,141,144)
#BDA0A1
(189,160,161)
#CAB3B2
(202,179,178)
#D7C6C3
(215,198,195)
#E4D9D4
(228,217,212)
#F1ECE5
(241,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2E3B; }

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

This text font color is #6F2E3B.


Background Color

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

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

This div background color is #6F2E3B.


Border color

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

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

This div border color is #6F2E3B.


Opacity

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

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

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

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

This text has shadow with #6F2E3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2E3B on black background.


Color preview on white background

This text has color #6F2E3B on white background.



Black color preview on #6F2E3B background

This text has black color on #6F2E3B background.


White color preview on #6F2E3B background

This text has white color on #6F2E3B background.