COLOR #6C0207

HEX: #6C0207
RGB: (108,2,7)

Color info

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

RGB color model

#6C0207 color RGB value is (108,2,7).

  • red value is 108;
  • green value is 2;
  • blue value is 7.
RGB:
(108,2,7)
(42%,1%,3%)

RGB channels and saturation

R 108 of 255 = 42%
G 2 of 255 = 1%
B 7 of 255 = 3%

108
2
7

R + G + B ~ 15%. #6C0207 is dark color.

Portions of RGB colors in percentages

R + G + B =
108 + 2 + 7 = 117 (100%)
R 108 of 117 ~ 92.31%
G 2 of 117 ~ 1.71%
B 7 of 117 ~ 5.98%

%92.31

CMYK color model

#6C0207 color CMYK value is (0,98,94,58).

  • cyan value is 0.00%
  • magenta value is 98.15%
  • yellow value is 93.52%
  • key color value is 57.65%
CMYK:
(0,98,94,58)
C0M98Y94K58 
(0%,98%,94%,58%)
(0.00/0.98/0.94/0.58)	

CMYK percentages

%0
%98.15
%93.52
%57.65

Codes

Color #6C0207 in popluar color models

6C0207
RGB10827
HSL357°96.36%21.57%
HSB/HSV357°98.15%42.35%
CMYK0.00%98.15%93.52%
57.65%

Color #6C0207 in popluar number systems.

HEX6C0207
Decimal10827
Binary110110010111
Octal15427

Shades and tints

Shades of #6C0207

#6C0207
(108,2,7)
#630207
(99,2,7)
#5A0207
(90,2,7)
#510207
(81,2,7)
#480207
(72,2,7)
#3F0207
(63,2,7)
#360207
(54,2,7)
#2D0207
(45,2,7)
#240207
(36,2,7)
#1B0207
(27,2,7)
#120207
(18,2,7)
#000000
(0,0,0)

Tints of #6C0207

#6C0207
(108,2,7)
#79191D
(121,25,29)
#863033
(134,48,51)
#934749
(147,71,73)
#A05E5F
(160,94,95)
#AD7575
(173,117,117)
#BA8C8B
(186,140,139)
#C7A3A1
(199,163,161)
#D4BAB7
(212,186,183)
#E1D1CD
(225,209,205)
#EEE8E3
(238,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C0207 color. Also use rgb(108,2,7) instead hex code.

Text Font Color

.myTextColor { color: #6C0207; }

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

This text font color is #6C0207.


Background Color

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

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

This div background color is #6C0207.


Border color

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

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

This div border color is #6C0207.


Opacity

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

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

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

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

This text has shadow with #6C0207 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C0207 on black background.


Color preview on white background

This text has color #6C0207 on white background.



Black color preview on #6C0207 background

This text has black color on #6C0207 background.


White color preview on #6C0207 background

This text has white color on #6C0207 background.