COLOR #1C1506

HEX: #1C1506
RGB: (28,21,6)

Color info

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

RGB color model

#1C1506 color RGB value is (28,21,6).

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

RGB channels and saturation

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

28
21
6

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

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 6 = 55 (100%)
R 28 of 55 ~ 50.91%
G 21 of 55 ~ 38.18%
B 6 of 55 ~ 10.91%

%50.91
%38.18
%10.91

CMYK color model

#1C1506 color CMYK value is (0,25,79,89).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 78.57%
  • key color value is 89.02%
CMYK:
(0,25,79,89)
C0M25Y79K89 
(0%,25%,79%,89%)
(0.00/0.25/0.79/0.89)	

CMYK percentages

%0
%25
%78.57
%89.02

Codes

Color #1C1506 in popluar color models

1C1506
RGB28216
HSL41°64.71%6.67%
HSB/HSV41°78.57%10.98%
CMYK0.00%25.00%78.57%
89.02%

Color #1C1506 in popluar number systems.

HEX1C1506
Decimal28216
Binary1110010101110
Octal34256

Shades and tints

Shades of #1C1506

#1C1506
(28,21,6)
#1A1406
(26,20,6)
#181306
(24,19,6)
#161206
(22,18,6)
#141106
(20,17,6)
#121006
(18,16,6)
#100F06
(16,15,6)
#0E0E06
(14,14,6)
#0C0D06
(12,13,6)
#0A0C06
(10,12,6)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #1C1506

#1C1506
(28,21,6)
#302A1C
(48,42,28)
#443F32
(68,63,50)
#585448
(88,84,72)
#6C695E
(108,105,94)
#807E74
(128,126,116)
#94938A
(148,147,138)
#A8A8A0
(168,168,160)
#BCBDB6
(188,189,182)
#D0D2CC
(208,210,204)
#E4E7E2
(228,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1506; }

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

This text font color is #1C1506.


Background Color

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

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

This div background color is #1C1506.


Border color

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

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

This div border color is #1C1506.


Opacity

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

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

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

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

This text has shadow with #1C1506 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1506 on black background.


Color preview on white background

This text has color #1C1506 on white background.



Black color preview on #1C1506 background

This text has black color on #1C1506 background.


White color preview on #1C1506 background

This text has white color on #1C1506 background.