COLOR #6B0F31

HEX: #6B0F31
RGB: (107,15,49)

Color info

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

RGB color model

#6B0F31 color RGB value is (107,15,49).

  • red value is 107;
  • green value is 15;
  • blue value is 49.
RGB:
(107,15,49)
(42%,6%,19%)

RGB channels and saturation

R 107 of 255 = 42%
G 15 of 255 = 6%
B 49 of 255 = 19%

107
15
49

R + G + B ~ 22%. #6B0F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 15 + 49 = 171 (100%)
R 107 of 171 ~ 62.57%
G 15 of 171 ~ 8.77%
B 49 of 171 ~ 28.65%

%62.57
%28.65

CMYK color model

#6B0F31 color CMYK value is (0,86,54,58).

  • cyan value is 0.00%
  • magenta value is 85.98%
  • yellow value is 54.21%
  • key color value is 58.04%
CMYK:
(0,86,54,58)
C0M86Y54K58 
(0%,86%,54%,58%)
(0.00/0.86/0.54/0.58)	

CMYK percentages

%0
%85.98
%54.21
%58.04

Codes

Color #6B0F31 in popluar color models

6B0F31
RGB1071549
HSL338°75.41%23.92%
HSB/HSV338°85.98%41.96%
CMYK0.00%85.98%54.21%
58.04%

Color #6B0F31 in popluar number systems.

HEX6B0F31
Decimal1071549
Binary11010111111110001
Octal1531761

Shades and tints

Shades of #6B0F31

#6B0F31
(107,15,49)
#620E2D
(98,14,45)
#590D29
(89,13,41)
#500C25
(80,12,37)
#470B21
(71,11,33)
#3E0A1D
(62,10,29)
#350919
(53,9,25)
#2C0815
(44,8,21)
#230711
(35,7,17)
#1A060D
(26,6,13)
#110509
(17,5,9)
#000000
(0,0,0)

Tints of #6B0F31

#6B0F31
(107,15,49)
#782443
(120,36,67)
#853955
(133,57,85)
#924E67
(146,78,103)
#9F6379
(159,99,121)
#AC788B
(172,120,139)
#B98D9D
(185,141,157)
#C6A2AF
(198,162,175)
#D3B7C1
(211,183,193)
#E0CCD3
(224,204,211)
#EDE1E5
(237,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B0F31 color. Also use rgb(107,15,49) instead hex code.

Text Font Color

.myTextColor { color: #6B0F31; }

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

This text font color is #6B0F31.


Background Color

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

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

This div background color is #6B0F31.


Border color

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

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

This div border color is #6B0F31.


Opacity

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

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

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

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

This text has shadow with #6B0F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B0F31 on black background.


Color preview on white background

This text has color #6B0F31 on white background.



Black color preview on #6B0F31 background

This text has black color on #6B0F31 background.


White color preview on #6B0F31 background

This text has white color on #6B0F31 background.