COLOR #6F2D32

HEX: #6F2D32
RGB: (111,45,50)

Color info

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

RGB color model

#6F2D32 color RGB value is (111,45,50).

  • red value is 111;
  • green value is 45;
  • blue value is 50.
RGB:
(111,45,50)
(44%,18%,20%)

RGB channels and saturation

R 111 of 255 = 44%
G 45 of 255 = 18%
B 50 of 255 = 20%

111
45
50

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

Portions of RGB colors in percentages

R + G + B =
111 + 45 + 50 = 206 (100%)
R 111 of 206 ~ 53.88%
G 45 of 206 ~ 21.84%
B 50 of 206 ~ 24.27%

%53.88
%21.84
%24.27

CMYK color model

#6F2D32 color CMYK value is (0,59,55,56).

  • cyan value is 0.00%
  • magenta value is 59.46%
  • yellow value is 54.95%
  • key color value is 56.47%
CMYK:
(0,59,55,56)
C0M59Y55K56 
(0%,59%,55%,56%)
(0.00/0.59/0.55/0.56)	

CMYK percentages

%0
%59.46
%54.95
%56.47

Codes

Color #6F2D32 in popluar color models

6F2D32
RGB1114550
HSL355°42.31%30.59%
HSB/HSV355°59.46%43.53%
CMYK0.00%59.46%54.95%
56.47%

Color #6F2D32 in popluar number systems.

HEX6F2D32
Decimal1114550
Binary1101111101101110010
Octal1575562

Shades and tints

Shades of #6F2D32

#6F2D32
(111,45,50)
#65292E
(101,41,46)
#5B252A
(91,37,42)
#512126
(81,33,38)
#471D22
(71,29,34)
#3D191E
(61,25,30)
#33151A
(51,21,26)
#291116
(41,17,22)
#1F0D12
(31,13,18)
#15090E
(21,9,14)
#0B050A
(11,5,10)
#000000
(0,0,0)

Tints of #6F2D32

#6F2D32
(111,45,50)
#7C4044
(124,64,68)
#895356
(137,83,86)
#966668
(150,102,104)
#A3797A
(163,121,122)
#B08C8C
(176,140,140)
#BD9F9E
(189,159,158)
#CAB2B0
(202,178,176)
#D7C5C2
(215,197,194)
#E4D8D4
(228,216,212)
#F1EBE6
(241,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2D32 color. Also use rgb(111,45,50) instead hex code.

Text Font Color

.myTextColor { color: #6F2D32; }

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

This text font color is #6F2D32.


Background Color

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

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

This div background color is #6F2D32.


Border color

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

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

This div border color is #6F2D32.


Opacity

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

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

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

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

This text has shadow with #6F2D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2D32 on black background.


Color preview on white background

This text has color #6F2D32 on white background.



Black color preview on #6F2D32 background

This text has black color on #6F2D32 background.


White color preview on #6F2D32 background

This text has white color on #6F2D32 background.