COLOR #6B1A27

HEX: #6B1A27
RGB: (107,26,39)

Color info

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

RGB color model

#6B1A27 color RGB value is (107,26,39).

  • red value is 107;
  • green value is 26;
  • blue value is 39.
RGB:
(107,26,39)
(42%,10%,15%)

RGB channels and saturation

R 107 of 255 = 42%
G 26 of 255 = 10%
B 39 of 255 = 15%

107
26
39

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

Portions of RGB colors in percentages

R + G + B =
107 + 26 + 39 = 172 (100%)
R 107 of 172 ~ 62.21%
G 26 of 172 ~ 15.12%
B 39 of 172 ~ 22.67%

%62.21
%15.12
%22.67

CMYK color model

#6B1A27 color CMYK value is (0,76,64,58).

  • cyan value is 0.00%
  • magenta value is 75.70%
  • yellow value is 63.55%
  • key color value is 58.04%
CMYK:
(0,76,64,58)
C0M76Y64K58 
(0%,76%,64%,58%)
(0.00/0.76/0.64/0.58)	

CMYK percentages

%0
%75.7
%63.55
%58.04

Codes

Color #6B1A27 in popluar color models

6B1A27
RGB1072639
HSL350°60.90%26.08%
HSB/HSV350°75.70%41.96%
CMYK0.00%75.70%63.55%
58.04%

Color #6B1A27 in popluar number systems.

HEX6B1A27
Decimal1072639
Binary110101111010100111
Octal1533247

Shades and tints

Shades of #6B1A27

#6B1A27
(107,26,39)
#621824
(98,24,36)
#591621
(89,22,33)
#50141E
(80,20,30)
#47121B
(71,18,27)
#3E1018
(62,16,24)
#350E15
(53,14,21)
#2C0C12
(44,12,18)
#230A0F
(35,10,15)
#1A080C
(26,8,12)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #6B1A27

#6B1A27
(107,26,39)
#782E3A
(120,46,58)
#85424D
(133,66,77)
#925660
(146,86,96)
#9F6A73
(159,106,115)
#AC7E86
(172,126,134)
#B99299
(185,146,153)
#C6A6AC
(198,166,172)
#D3BABF
(211,186,191)
#E0CED2
(224,206,210)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1A27 color. Also use rgb(107,26,39) instead hex code.

Text Font Color

.myTextColor { color: #6B1A27; }

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

This text font color is #6B1A27.


Background Color

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

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

This div background color is #6B1A27.


Border color

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

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

This div border color is #6B1A27.


Opacity

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

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

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

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

This text has shadow with #6B1A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1A27 on black background.


Color preview on white background

This text has color #6B1A27 on white background.



Black color preview on #6B1A27 background

This text has black color on #6B1A27 background.


White color preview on #6B1A27 background

This text has white color on #6B1A27 background.