COLOR #6F2848

HEX: #6F2848
RGB: (111,40,72)

Color info

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

RGB color model

#6F2848 color RGB value is (111,40,72).

  • red value is 111;
  • green value is 40;
  • blue value is 72.
RGB:
(111,40,72)
(44%,16%,28%)

RGB channels and saturation

R 111 of 255 = 44%
G 40 of 255 = 16%
B 72 of 255 = 28%

111
40
72

R + G + B ~ 29%. #6F2848 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 40 + 72 = 223 (100%)
R 111 of 223 ~ 49.78%
G 40 of 223 ~ 17.94%
B 72 of 223 ~ 32.29%

%49.78
%17.94
%32.29

CMYK color model

#6F2848 color CMYK value is (0,64,35,56).

  • cyan value is 0.00%
  • magenta value is 63.96%
  • yellow value is 35.14%
  • key color value is 56.47%
CMYK:
(0,64,35,56)
C0M64Y35K56 
(0%,64%,35%,56%)
(0.00/0.64/0.35/0.56)	

CMYK percentages

%0
%63.96
%35.14
%56.47

Codes

Color #6F2848 in popluar color models

6F2848
RGB1114072
HSL333°47.02%29.61%
HSB/HSV333°63.96%43.53%
CMYK0.00%63.96%35.14%
56.47%

Color #6F2848 in popluar number systems.

HEX6F2848
Decimal1114072
Binary11011111010001001000
Octal15750110

Shades and tints

Shades of #6F2848

#6F2848
(111,40,72)
#652542
(101,37,66)
#5B223C
(91,34,60)
#511F36
(81,31,54)
#471C30
(71,28,48)
#3D192A
(61,25,42)
#331624
(51,22,36)
#29131E
(41,19,30)
#1F1018
(31,16,24)
#150D12
(21,13,18)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #6F2848

#6F2848
(111,40,72)
#7C3B58
(124,59,88)
#894E68
(137,78,104)
#966178
(150,97,120)
#A37488
(163,116,136)
#B08798
(176,135,152)
#BD9AA8
(189,154,168)
#CAADB8
(202,173,184)
#D7C0C8
(215,192,200)
#E4D3D8
(228,211,216)
#F1E6E8
(241,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F2848 color. Also use rgb(111,40,72) instead hex code.

Text Font Color

.myTextColor { color: #6F2848; }

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

This text font color is #6F2848.


Background Color

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

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

This div background color is #6F2848.


Border color

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

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

This div border color is #6F2848.


Opacity

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

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

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

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

This text has shadow with #6F2848 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F2848 on black background.


Color preview on white background

This text has color #6F2848 on white background.



Black color preview on #6F2848 background

This text has black color on #6F2848 background.


White color preview on #6F2848 background

This text has white color on #6F2848 background.