COLOR #6B271C

HEX: #6B271C
RGB: (107,39,28)

Color info

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

RGB color model

#6B271C color RGB value is (107,39,28).

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

RGB channels and saturation

R 107 of 255 = 42%
G 39 of 255 = 15%
B 28 of 255 = 11%

107
39
28

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

Portions of RGB colors in percentages

R + G + B =
107 + 39 + 28 = 174 (100%)
R 107 of 174 ~ 61.49%
G 39 of 174 ~ 22.41%
B 28 of 174 ~ 16.09%

%61.49
%22.41
%16.09

CMYK color model

#6B271C color CMYK value is (0,64,74,58).

  • cyan value is 0.00%
  • magenta value is 63.55%
  • yellow value is 73.83%
  • key color value is 58.04%
CMYK:
(0,64,74,58)
C0M64Y74K58 
(0%,64%,74%,58%)
(0.00/0.64/0.74/0.58)	

CMYK percentages

%0
%63.55
%73.83
%58.04

Codes

Color #6B271C in popluar color models

6B271C
RGB1073928
HSL58.52%26.47%
HSB/HSV73.83%41.96%
CMYK0.00%63.55%73.83%
58.04%

Color #6B271C in popluar number systems.

HEX6B271C
Decimal1073928
Binary110101110011111100
Octal1534734

Shades and tints

Shades of #6B271C

#6B271C
(107,39,28)
#62241A
(98,36,26)
#592118
(89,33,24)
#501E16
(80,30,22)
#471B14
(71,27,20)
#3E1812
(62,24,18)
#351510
(53,21,16)
#2C120E
(44,18,14)
#230F0C
(35,15,12)
#1A0C0A
(26,12,10)
#110908
(17,9,8)
#000000
(0,0,0)

Tints of #6B271C

#6B271C
(107,39,28)
#783A30
(120,58,48)
#854D44
(133,77,68)
#926058
(146,96,88)
#9F736C
(159,115,108)
#AC8680
(172,134,128)
#B99994
(185,153,148)
#C6ACA8
(198,172,168)
#D3BFBC
(211,191,188)
#E0D2D0
(224,210,208)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B271C; }

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

This text font color is #6B271C.


Background Color

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

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

This div background color is #6B271C.


Border color

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

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

This div border color is #6B271C.


Opacity

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

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

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

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

This text has shadow with #6B271C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B271C on black background.


Color preview on white background

This text has color #6B271C on white background.



Black color preview on #6B271C background

This text has black color on #6B271C background.


White color preview on #6B271C background

This text has white color on #6B271C background.