COLOR #1C1406

HEX: #1C1406
RGB: (28,20,6)

Color info

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

RGB color model

#1C1406 color RGB value is (28,20,6).

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

RGB channels and saturation

R 28 of 255 = 11%
G 20 of 255 = 8%
B 6 of 255 = 2%

28
20
6

R + G + B ~ 7%. #1C1406 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 20 + 6 = 54 (100%)
R 28 of 54 ~ 51.85%
G 20 of 54 ~ 37.04%
B 6 of 54 ~ 11.11%

%51.85
%37.04
%11.11

CMYK color model

#1C1406 color CMYK value is (0,29,79,89).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 78.57%
  • key color value is 89.02%
CMYK:
(0,29,79,89)
C0M29Y79K89 
(0%,29%,79%,89%)
(0.00/0.29/0.79/0.89)	

CMYK percentages

%0
%28.57
%78.57
%89.02

Codes

Color #1C1406 in popluar color models

1C1406
RGB28206
HSL38°64.71%6.67%
HSB/HSV38°78.57%10.98%
CMYK0.00%28.57%78.57%
89.02%

Color #1C1406 in popluar number systems.

HEX1C1406
Decimal28206
Binary1110010100110
Octal34246

Shades and tints

Shades of #1C1406

#1C1406
(28,20,6)
#1A1306
(26,19,6)
#181206
(24,18,6)
#161106
(22,17,6)
#141006
(20,16,6)
#120F06
(18,15,6)
#100E06
(16,14,6)
#0E0D06
(14,13,6)
#0C0C06
(12,12,6)
#0A0B06
(10,11,6)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #1C1406

#1C1406
(28,20,6)
#30291C
(48,41,28)
#443E32
(68,62,50)
#585348
(88,83,72)
#6C685E
(108,104,94)
#807D74
(128,125,116)
#94928A
(148,146,138)
#A8A7A0
(168,167,160)
#BCBCB6
(188,188,182)
#D0D1CC
(208,209,204)
#E4E6E2
(228,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1406; }

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

This text font color is #1C1406.


Background Color

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

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

This div background color is #1C1406.


Border color

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

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

This div border color is #1C1406.


Opacity

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

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

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

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

This text has shadow with #1C1406 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1406 on black background.


Color preview on white background

This text has color #1C1406 on white background.



Black color preview on #1C1406 background

This text has black color on #1C1406 background.


White color preview on #1C1406 background

This text has white color on #1C1406 background.