COLOR #6F2E37

HEX: #6F2E37
RGB: (111,46,55)

Color info

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

RGB color model

#6F2E37 color RGB value is (111,46,55).

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

RGB channels and saturation

R 111 of 255 = 44%
G 46 of 255 = 18%
B 55 of 255 = 22%

111
46
55

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

Portions of RGB colors in percentages

R + G + B =
111 + 46 + 55 = 212 (100%)
R 111 of 212 ~ 52.36%
G 46 of 212 ~ 21.7%
B 55 of 212 ~ 25.94%

%52.36
%21.7
%25.94

CMYK color model

#6F2E37 color CMYK value is (0,59,50,56).

  • cyan value is 0.00%
  • magenta value is 58.56%
  • yellow value is 50.45%
  • key color value is 56.47%
CMYK:
(0,59,50,56)
C0M59Y50K56 
(0%,59%,50%,56%)
(0.00/0.59/0.50/0.56)	

CMYK percentages

%0
%58.56
%50.45
%56.47

Codes

Color #6F2E37 in popluar color models

6F2E37
RGB1114655
HSL352°41.40%30.78%
HSB/HSV352°58.56%43.53%
CMYK0.00%58.56%50.45%
56.47%

Color #6F2E37 in popluar number systems.

HEX6F2E37
Decimal1114655
Binary1101111101110110111
Octal1575667

Shades and tints

Shades of #6F2E37

#6F2E37
(111,46,55)
#652A32
(101,42,50)
#5B262D
(91,38,45)
#512228
(81,34,40)
#471E23
(71,30,35)
#3D1A1E
(61,26,30)
#331619
(51,22,25)
#291214
(41,18,20)
#1F0E0F
(31,14,15)
#150A0A
(21,10,10)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #6F2E37

#6F2E37
(111,46,55)
#7C4149
(124,65,73)
#89545B
(137,84,91)
#96676D
(150,103,109)
#A37A7F
(163,122,127)
#B08D91
(176,141,145)
#BDA0A3
(189,160,163)
#CAB3B5
(202,179,181)
#D7C6C7
(215,198,199)
#E4D9D9
(228,217,217)
#F1ECEB
(241,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F2E37; }

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

This text font color is #6F2E37.


Background Color

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

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

This div background color is #6F2E37.


Border color

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

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

This div border color is #6F2E37.


Opacity

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

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

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

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

This text has shadow with #6F2E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2E37 on black background.


Color preview on white background

This text has color #6F2E37 on white background.



Black color preview on #6F2E37 background

This text has black color on #6F2E37 background.


White color preview on #6F2E37 background

This text has white color on #6F2E37 background.