COLOR #6C1B23

HEX: #6C1B23
RGB: (108,27,35)

Color info

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

RGB color model

#6C1B23 color RGB value is (108,27,35).

  • red value is 108;
  • green value is 27;
  • blue value is 35.
RGB:
(108,27,35)
(42%,11%,14%)

RGB channels and saturation

R 108 of 255 = 42%
G 27 of 255 = 11%
B 35 of 255 = 14%

108
27
35

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

Portions of RGB colors in percentages

R + G + B =
108 + 27 + 35 = 170 (100%)
R 108 of 170 ~ 63.53%
G 27 of 170 ~ 15.88%
B 35 of 170 ~ 20.59%

%63.53
%15.88
%20.59

CMYK color model

#6C1B23 color CMYK value is (0,75,68,58).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 67.59%
  • key color value is 57.65%
CMYK:
(0,75,68,58)
C0M75Y68K58 
(0%,75%,68%,58%)
(0.00/0.75/0.68/0.58)	

CMYK percentages

%0
%75
%67.59
%57.65

Codes

Color #6C1B23 in popluar color models

6C1B23
RGB1082735
HSL354°60.00%26.47%
HSB/HSV354°75.00%42.35%
CMYK0.00%75.00%67.59%
57.65%

Color #6C1B23 in popluar number systems.

HEX6C1B23
Decimal1082735
Binary110110011011100011
Octal1543343

Shades and tints

Shades of #6C1B23

#6C1B23
(108,27,35)
#631920
(99,25,32)
#5A171D
(90,23,29)
#51151A
(81,21,26)
#481317
(72,19,23)
#3F1114
(63,17,20)
#360F11
(54,15,17)
#2D0D0E
(45,13,14)
#240B0B
(36,11,11)
#1B0908
(27,9,8)
#120705
(18,7,5)
#000000
(0,0,0)

Tints of #6C1B23

#6C1B23
(108,27,35)
#792F37
(121,47,55)
#86434B
(134,67,75)
#93575F
(147,87,95)
#A06B73
(160,107,115)
#AD7F87
(173,127,135)
#BA939B
(186,147,155)
#C7A7AF
(199,167,175)
#D4BBC3
(212,187,195)
#E1CFD7
(225,207,215)
#EEE3EB
(238,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C1B23 color. Also use rgb(108,27,35) instead hex code.

Text Font Color

.myTextColor { color: #6C1B23; }

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

This text font color is #6C1B23.


Background Color

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

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

This div background color is #6C1B23.


Border color

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

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

This div border color is #6C1B23.


Opacity

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

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

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

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

This text has shadow with #6C1B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C1B23 on black background.


Color preview on white background

This text has color #6C1B23 on white background.



Black color preview on #6C1B23 background

This text has black color on #6C1B23 background.


White color preview on #6C1B23 background

This text has white color on #6C1B23 background.