COLOR #1C1307

HEX: #1C1307
RGB: (28,19,7)

Color info

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

RGB color model

#1C1307 color RGB value is (28,19,7).

  • red value is 28;
  • green value is 19;
  • blue value is 7.
RGB:
(28,19,7)
(11%,7%,3%)

RGB channels and saturation

R 28 of 255 = 11%
G 19 of 255 = 7%
B 7 of 255 = 3%

28
19
7

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

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 7 = 54 (100%)
R 28 of 54 ~ 51.85%
G 19 of 54 ~ 35.19%
B 7 of 54 ~ 12.96%

%51.85
%35.19
%12.96

CMYK color model

#1C1307 color CMYK value is (0,32,75,89).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 75.00%
  • key color value is 89.02%
CMYK:
(0,32,75,89)
C0M32Y75K89 
(0%,32%,75%,89%)
(0.00/0.32/0.75/0.89)	

CMYK percentages

%0
%32.14
%75
%89.02

Codes

Color #1C1307 in popluar color models

1C1307
RGB28197
HSL34°60.00%6.86%
HSB/HSV34°75.00%10.98%
CMYK0.00%32.14%75.00%
89.02%

Color #1C1307 in popluar number systems.

HEX1C1307
Decimal28197
Binary1110010011111
Octal34237

Shades and tints

Shades of #1C1307

#1C1307
(28,19,7)
#1A1207
(26,18,7)
#181107
(24,17,7)
#161007
(22,16,7)
#140F07
(20,15,7)
#120E07
(18,14,7)
#100D07
(16,13,7)
#0E0C07
(14,12,7)
#0C0B07
(12,11,7)
#0A0A07
(10,10,7)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #1C1307

#1C1307
(28,19,7)
#30281D
(48,40,29)
#443D33
(68,61,51)
#585249
(88,82,73)
#6C675F
(108,103,95)
#807C75
(128,124,117)
#94918B
(148,145,139)
#A8A6A1
(168,166,161)
#BCBBB7
(188,187,183)
#D0D0CD
(208,208,205)
#E4E5E3
(228,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C1307 color. Also use rgb(28,19,7) instead hex code.

Text Font Color

.myTextColor { color: #1C1307; }

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

This text font color is #1C1307.


Background Color

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

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

This div background color is #1C1307.


Border color

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

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

This div border color is #1C1307.


Opacity

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

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

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

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

This text has shadow with #1C1307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1307 on black background.


Color preview on white background

This text has color #1C1307 on white background.



Black color preview on #1C1307 background

This text has black color on #1C1307 background.


White color preview on #1C1307 background

This text has white color on #1C1307 background.