COLOR #1C1006

HEX: #1C1006
RGB: (28,16,6)

Color info

#1C1006 contains red, green and blue colors in about the same proportion. Web safe color of #1C1006 is #330000 (or #300).

RGB color model

#1C1006 color RGB value is (28,16,6).

  • red value is 28;
  • green value is 16;
  • blue value is 6.
RGB:
(28,16,6)
(11%,6%,2%)

RGB channels and saturation

R 28 of 255 = 11%
G 16 of 255 = 6%
B 6 of 255 = 2%

28
16
6

R + G + B ~ 6%. #1C1006 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 16 + 6 = 50 (100%)
R 28 of 50 ~ 56%
G 16 of 50 ~ 32%
B 6 of 50 ~ 12%

%56
%32
%12

CMYK color model

#1C1006 color CMYK value is (0,43,79,89).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 78.57%
  • key color value is 89.02%
CMYK:
(0,43,79,89)
C0M43Y79K89 
(0%,43%,79%,89%)
(0.00/0.43/0.79/0.89)	

CMYK percentages

%0
%42.86
%78.57
%89.02

Codes

Color #1C1006 in popluar color models

1C1006
RGB28166
HSL27°64.71%6.67%
HSB/HSV27°78.57%10.98%
CMYK0.00%42.86%78.57%
89.02%

Color #1C1006 in popluar number systems.

HEX1C1006
Decimal28166
Binary1110010000110
Octal34206

Shades and tints

Shades of #1C1006

#1C1006
(28,16,6)
#1A0F06
(26,15,6)
#180E06
(24,14,6)
#160D06
(22,13,6)
#140C06
(20,12,6)
#120B06
(18,11,6)
#100A06
(16,10,6)
#0E0906
(14,9,6)
#0C0806
(12,8,6)
#0A0706
(10,7,6)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #1C1006

#1C1006
(28,16,6)
#30251C
(48,37,28)
#443A32
(68,58,50)
#584F48
(88,79,72)
#6C645E
(108,100,94)
#807974
(128,121,116)
#948E8A
(148,142,138)
#A8A3A0
(168,163,160)
#BCB8B6
(188,184,182)
#D0CDCC
(208,205,204)
#E4E2E2
(228,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1006 color. Also use rgb(28,16,6) instead hex code.

Text Font Color

.myTextColor { color: #1C1006; }

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

This text font color is #1C1006.


Background Color

.myBgColor { background-color: #1C1006; }

<div style="background-color:#1C1006">Inner text</div>

This div background color is #1C1006.


Border color

.myBorderColor { border: 1px solid #1C1006; }

<div style="border:3px solid #1C1006">Div</div>

This div border color is #1C1006.


Opacity

.myOpacity80 { color: #1C1006; opacity: 0.8; }

<p style="color:#1C1006;opacity:0.8;">80%</p>

Text with #1C1006 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 #1C1006;}

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

This text has shadow with #1C1006 color.

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

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

This text has shadow with #1C1006 primary color and red secondary color.


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

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

This text has shadow with #1C1006 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1006 on black background.


Color preview on white background

This text has color #1C1006 on white background.



Black color preview on #1C1006 background

This text has black color on #1C1006 background.


White color preview on #1C1006 background

This text has white color on #1C1006 background.