COLOR #6F1827

HEX: #6F1827
RGB: (111,24,39)

Color info

#6F1827 contains mainly red color. Web safe color of #6F1827 is #660033 (or #603).

RGB color model

#6F1827 color RGB value is (111,24,39).

  • red value is 111;
  • green value is 24;
  • blue value is 39.
RGB:
(111,24,39)
(44%,9%,15%)

RGB channels and saturation

R 111 of 255 = 44%
G 24 of 255 = 9%
B 39 of 255 = 15%

111
24
39

R + G + B ~ 23%. #6F1827 is dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 24 + 39 = 174 (100%)
R 111 of 174 ~ 63.79%
G 24 of 174 ~ 13.79%
B 39 of 174 ~ 22.41%

%63.79
%13.79
%22.41

CMYK color model

#6F1827 color CMYK value is (0,78,65,56).

  • cyan value is 0.00%
  • magenta value is 78.38%
  • yellow value is 64.86%
  • key color value is 56.47%
CMYK:
(0,78,65,56)
C0M78Y65K56 
(0%,78%,65%,56%)
(0.00/0.78/0.65/0.56)	

CMYK percentages

%0
%78.38
%64.86
%56.47

Codes

Color #6F1827 in popluar color models

6F1827
RGB1112439
HSL350°64.44%26.47%
HSB/HSV350°78.38%43.53%
CMYK0.00%78.38%64.86%
56.47%

Color #6F1827 in popluar number systems.

HEX6F1827
Decimal1112439
Binary110111111000100111
Octal1573047

Shades and tints

Shades of #6F1827

#6F1827
(111,24,39)
#651624
(101,22,36)
#5B1421
(91,20,33)
#51121E
(81,18,30)
#47101B
(71,16,27)
#3D0E18
(61,14,24)
#330C15
(51,12,21)
#290A12
(41,10,18)
#1F080F
(31,8,15)
#15060C
(21,6,12)
#0B0409
(11,4,9)
#000000
(0,0,0)

Tints of #6F1827

#6F1827
(111,24,39)
#7C2D3A
(124,45,58)
#89424D
(137,66,77)
#965760
(150,87,96)
#A36C73
(163,108,115)
#B08186
(176,129,134)
#BD9699
(189,150,153)
#CAABAC
(202,171,172)
#D7C0BF
(215,192,191)
#E4D5D2
(228,213,210)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F1827 color. Also use rgb(111,24,39) instead hex code.

Text Font Color

.myTextColor { color: #6F1827; }

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

This text font color is #6F1827.


Background Color

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

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

This div background color is #6F1827.


Border color

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

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

This div border color is #6F1827.


Opacity

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

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

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

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

This text has shadow with #6F1827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1827 on black background.


Color preview on white background

This text has color #6F1827 on white background.



Black color preview on #6F1827 background

This text has black color on #6F1827 background.


White color preview on #6F1827 background

This text has white color on #6F1827 background.