COLOR #6B192C

HEX: #6B192C
RGB: (107,25,44)

Color info

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

RGB color model

#6B192C color RGB value is (107,25,44).

  • red value is 107;
  • green value is 25;
  • blue value is 44.
RGB:
(107,25,44)
(42%,10%,17%)

RGB channels and saturation

R 107 of 255 = 42%
G 25 of 255 = 10%
B 44 of 255 = 17%

107
25
44

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

Portions of RGB colors in percentages

R + G + B =
107 + 25 + 44 = 176 (100%)
R 107 of 176 ~ 60.8%
G 25 of 176 ~ 14.2%
B 44 of 176 ~ 25%

%60.8
%14.2
%25

CMYK color model

#6B192C color CMYK value is (0,77,59,58).

  • cyan value is 0.00%
  • magenta value is 76.64%
  • yellow value is 58.88%
  • key color value is 58.04%
CMYK:
(0,77,59,58)
C0M77Y59K58 
(0%,77%,59%,58%)
(0.00/0.77/0.59/0.58)	

CMYK percentages

%0
%76.64
%58.88
%58.04

Codes

Color #6B192C in popluar color models

6B192C
RGB1072544
HSL346°62.12%25.88%
HSB/HSV346°76.64%41.96%
CMYK0.00%76.64%58.88%
58.04%

Color #6B192C in popluar number systems.

HEX6B192C
Decimal1072544
Binary110101111001101100
Octal1533154

Shades and tints

Shades of #6B192C

#6B192C
(107,25,44)
#621728
(98,23,40)
#591524
(89,21,36)
#501320
(80,19,32)
#47111C
(71,17,28)
#3E0F18
(62,15,24)
#350D14
(53,13,20)
#2C0B10
(44,11,16)
#23090C
(35,9,12)
#1A0708
(26,7,8)
#110504
(17,5,4)
#000000
(0,0,0)

Tints of #6B192C

#6B192C
(107,25,44)
#782D3F
(120,45,63)
#854152
(133,65,82)
#925565
(146,85,101)
#9F6978
(159,105,120)
#AC7D8B
(172,125,139)
#B9919E
(185,145,158)
#C6A5B1
(198,165,177)
#D3B9C4
(211,185,196)
#E0CDD7
(224,205,215)
#EDE1EA
(237,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B192C color. Also use rgb(107,25,44) instead hex code.

Text Font Color

.myTextColor { color: #6B192C; }

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

This text font color is #6B192C.


Background Color

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

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

This div background color is #6B192C.


Border color

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

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

This div border color is #6B192C.


Opacity

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

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

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

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

This text has shadow with #6B192C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B192C on black background.


Color preview on white background

This text has color #6B192C on white background.



Black color preview on #6B192C background

This text has black color on #6B192C background.


White color preview on #6B192C background

This text has white color on #6B192C background.