COLOR #6F1747

HEX: #6F1747
RGB: (111,23,71)

Color info

#6F1747 contains mainly red and blue colors. Web safe color of #6F1747 is #660033 (or #603).

RGB color model

#6F1747 color RGB value is (111,23,71).

  • red value is 111;
  • green value is 23;
  • blue value is 71.
RGB:
(111,23,71)
(44%,9%,28%)

RGB channels and saturation

R 111 of 255 = 44%
G 23 of 255 = 9%
B 71 of 255 = 28%

111
23
71

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

Portions of RGB colors in percentages

R + G + B =
111 + 23 + 71 = 205 (100%)
R 111 of 205 ~ 54.15%
G 23 of 205 ~ 11.22%
B 71 of 205 ~ 34.63%

%54.15
%11.22
%34.63

CMYK color model

#6F1747 color CMYK value is (0,79,36,56).

  • cyan value is 0.00%
  • magenta value is 79.28%
  • yellow value is 36.04%
  • key color value is 56.47%
CMYK:
(0,79,36,56)
C0M79Y36K56 
(0%,79%,36%,56%)
(0.00/0.79/0.36/0.56)	

CMYK percentages

%0
%79.28
%36.04
%56.47

Codes

Color #6F1747 in popluar color models

6F1747
RGB1112371
HSL327°65.67%26.27%
HSB/HSV327°79.28%43.53%
CMYK0.00%79.28%36.04%
56.47%

Color #6F1747 in popluar number systems.

HEX6F1747
Decimal1112371
Binary1101111101111000111
Octal15727107

Shades and tints

Shades of #6F1747

#6F1747
(111,23,71)
#651541
(101,21,65)
#5B133B
(91,19,59)
#511135
(81,17,53)
#470F2F
(71,15,47)
#3D0D29
(61,13,41)
#330B23
(51,11,35)
#29091D
(41,9,29)
#1F0717
(31,7,23)
#150511
(21,5,17)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #6F1747

#6F1747
(111,23,71)
#7C2C57
(124,44,87)
#894167
(137,65,103)
#965677
(150,86,119)
#A36B87
(163,107,135)
#B08097
(176,128,151)
#BD95A7
(189,149,167)
#CAAAB7
(202,170,183)
#D7BFC7
(215,191,199)
#E4D4D7
(228,212,215)
#F1E9E7
(241,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1747 color. Also use rgb(111,23,71) instead hex code.

Text Font Color

.myTextColor { color: #6F1747; }

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

This text font color is #6F1747.


Background Color

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

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

This div background color is #6F1747.


Border color

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

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

This div border color is #6F1747.


Opacity

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

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

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

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

This text has shadow with #6F1747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1747 on black background.


Color preview on white background

This text has color #6F1747 on white background.



Black color preview on #6F1747 background

This text has black color on #6F1747 background.


White color preview on #6F1747 background

This text has white color on #6F1747 background.