COLOR #6F1D32

HEX: #6F1D32
RGB: (111,29,50)

Color info

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

RGB color model

#6F1D32 color RGB value is (111,29,50).

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

RGB channels and saturation

R 111 of 255 = 44%
G 29 of 255 = 11%
B 50 of 255 = 20%

111
29
50

R + G + B ~ 25%. #6F1D32 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 29 + 50 = 190 (100%)
R 111 of 190 ~ 58.42%
G 29 of 190 ~ 15.26%
B 50 of 190 ~ 26.32%

%58.42
%15.26
%26.32

CMYK color model

#6F1D32 color CMYK value is (0,74,55,56).

  • cyan value is 0.00%
  • magenta value is 73.87%
  • yellow value is 54.95%
  • key color value is 56.47%
CMYK:
(0,74,55,56)
C0M74Y55K56 
(0%,74%,55%,56%)
(0.00/0.74/0.55/0.56)	

CMYK percentages

%0
%73.87
%54.95
%56.47

Codes

Color #6F1D32 in popluar color models

6F1D32
RGB1112950
HSL345°58.57%27.45%
HSB/HSV345°73.87%43.53%
CMYK0.00%73.87%54.95%
56.47%

Color #6F1D32 in popluar number systems.

HEX6F1D32
Decimal1112950
Binary110111111101110010
Octal1573562

Shades and tints

Shades of #6F1D32

#6F1D32
(111,29,50)
#651B2E
(101,27,46)
#5B192A
(91,25,42)
#511726
(81,23,38)
#471522
(71,21,34)
#3D131E
(61,19,30)
#33111A
(51,17,26)
#290F16
(41,15,22)
#1F0D12
(31,13,18)
#150B0E
(21,11,14)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #6F1D32

#6F1D32
(111,29,50)
#7C3144
(124,49,68)
#894556
(137,69,86)
#965968
(150,89,104)
#A36D7A
(163,109,122)
#B0818C
(176,129,140)
#BD959E
(189,149,158)
#CAA9B0
(202,169,176)
#D7BDC2
(215,189,194)
#E4D1D4
(228,209,212)
#F1E5E6
(241,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F1D32; }

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

This text font color is #6F1D32.


Background Color

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

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

This div background color is #6F1D32.


Border color

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

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

This div border color is #6F1D32.


Opacity

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

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

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

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

This text has shadow with #6F1D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F1D32 on black background.


Color preview on white background

This text has color #6F1D32 on white background.



Black color preview on #6F1D32 background

This text has black color on #6F1D32 background.


White color preview on #6F1D32 background

This text has white color on #6F1D32 background.