COLOR #6C0414

HEX: #6C0414
RGB: (108,4,20)

Color info

#6C0414 contains mainly red color. Web safe color of #6C0414 is #660000 (or #600).

RGB color model

#6C0414 color RGB value is (108,4,20).

  • red value is 108;
  • green value is 4;
  • blue value is 20.
RGB:
(108,4,20)
(42%,2%,8%)

RGB channels and saturation

R 108 of 255 = 42%
G 4 of 255 = 2%
B 20 of 255 = 8%

108
4
20

R + G + B ~ 17%. #6C0414 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 4 + 20 = 132 (100%)
R 108 of 132 ~ 81.82%
G 4 of 132 ~ 3.03%
B 20 of 132 ~ 15.15%

%81.82
%15.15

CMYK color model

#6C0414 color CMYK value is (0,96,81,58).

  • cyan value is 0.00%
  • magenta value is 96.30%
  • yellow value is 81.48%
  • key color value is 57.65%
CMYK:
(0,96,81,58)
C0M96Y81K58 
(0%,96%,81%,58%)
(0.00/0.96/0.81/0.58)	

CMYK percentages

%0
%96.3
%81.48
%57.65

Codes

Color #6C0414 in popluar color models

6C0414
RGB108420
HSL351°92.86%21.96%
HSB/HSV351°96.30%42.35%
CMYK0.00%96.30%81.48%
57.65%

Color #6C0414 in popluar number systems.

HEX6C0414
Decimal108420
Binary110110010010100
Octal154424

Shades and tints

Shades of #6C0414

#6C0414
(108,4,20)
#630413
(99,4,19)
#5A0412
(90,4,18)
#510411
(81,4,17)
#480410
(72,4,16)
#3F040F
(63,4,15)
#36040E
(54,4,14)
#2D040D
(45,4,13)
#24040C
(36,4,12)
#1B040B
(27,4,11)
#12040A
(18,4,10)
#000000
(0,0,0)

Tints of #6C0414

#6C0414
(108,4,20)
#791A29
(121,26,41)
#86303E
(134,48,62)
#934653
(147,70,83)
#A05C68
(160,92,104)
#AD727D
(173,114,125)
#BA8892
(186,136,146)
#C79EA7
(199,158,167)
#D4B4BC
(212,180,188)
#E1CAD1
(225,202,209)
#EEE0E6
(238,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0414 color. Also use rgb(108,4,20) instead hex code.

Text Font Color

.myTextColor { color: #6C0414; }

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

This text font color is #6C0414.


Background Color

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

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

This div background color is #6C0414.


Border color

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

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

This div border color is #6C0414.


Opacity

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

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

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

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

This text has shadow with #6C0414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0414 on black background.


Color preview on white background

This text has color #6C0414 on white background.



Black color preview on #6C0414 background

This text has black color on #6C0414 background.


White color preview on #6C0414 background

This text has white color on #6C0414 background.