COLOR #6B1F38

HEX: #6B1F38
RGB: (107,31,56)

Color info

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

RGB color model

#6B1F38 color RGB value is (107,31,56).

  • red value is 107;
  • green value is 31;
  • blue value is 56.
RGB:
(107,31,56)
(42%,12%,22%)

RGB channels and saturation

R 107 of 255 = 42%
G 31 of 255 = 12%
B 56 of 255 = 22%

107
31
56

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

Portions of RGB colors in percentages

R + G + B =
107 + 31 + 56 = 194 (100%)
R 107 of 194 ~ 55.15%
G 31 of 194 ~ 15.98%
B 56 of 194 ~ 28.87%

%55.15
%15.98
%28.87

CMYK color model

#6B1F38 color CMYK value is (0,71,48,58).

  • cyan value is 0.00%
  • magenta value is 71.03%
  • yellow value is 47.66%
  • key color value is 58.04%
CMYK:
(0,71,48,58)
C0M71Y48K58 
(0%,71%,48%,58%)
(0.00/0.71/0.48/0.58)	

CMYK percentages

%0
%71.03
%47.66
%58.04

Codes

Color #6B1F38 in popluar color models

6B1F38
RGB1073156
HSL340°55.07%27.06%
HSB/HSV340°71.03%41.96%
CMYK0.00%71.03%47.66%
58.04%

Color #6B1F38 in popluar number systems.

HEX6B1F38
Decimal1073156
Binary110101111111111000
Octal1533770

Shades and tints

Shades of #6B1F38

#6B1F38
(107,31,56)
#621D33
(98,29,51)
#591B2E
(89,27,46)
#501929
(80,25,41)
#471724
(71,23,36)
#3E151F
(62,21,31)
#35131A
(53,19,26)
#2C1115
(44,17,21)
#230F10
(35,15,16)
#1A0D0B
(26,13,11)
#110B06
(17,11,6)
#000000
(0,0,0)

Tints of #6B1F38

#6B1F38
(107,31,56)
#78334A
(120,51,74)
#85475C
(133,71,92)
#925B6E
(146,91,110)
#9F6F80
(159,111,128)
#AC8392
(172,131,146)
#B997A4
(185,151,164)
#C6ABB6
(198,171,182)
#D3BFC8
(211,191,200)
#E0D3DA
(224,211,218)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1F38 color. Also use rgb(107,31,56) instead hex code.

Text Font Color

.myTextColor { color: #6B1F38; }

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

This text font color is #6B1F38.


Background Color

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

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

This div background color is #6B1F38.


Border color

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

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

This div border color is #6B1F38.


Opacity

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

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

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

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

This text has shadow with #6B1F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1F38 on black background.


Color preview on white background

This text has color #6B1F38 on white background.



Black color preview on #6B1F38 background

This text has black color on #6B1F38 background.


White color preview on #6B1F38 background

This text has white color on #6B1F38 background.