COLOR #1C1713

HEX: #1C1713
RGB: (28,23,19)

Color info

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

RGB color model

#1C1713 color RGB value is (28,23,19).

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

RGB channels and saturation

R 28 of 255 = 11%
G 23 of 255 = 9%
B 19 of 255 = 7%

28
23
19

R + G + B ~ 9%. #1C1713 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 23 + 19 = 70 (100%)
R 28 of 70 ~ 40%
G 23 of 70 ~ 32.86%
B 19 of 70 ~ 27.14%

%40
%32.86
%27.14

CMYK color model

#1C1713 color CMYK value is (0,18,32,89).

  • cyan value is 0.00%
  • magenta value is 17.86%
  • yellow value is 32.14%
  • key color value is 89.02%
CMYK:
(0,18,32,89)
C0M18Y32K89 
(0%,18%,32%,89%)
(0.00/0.18/0.32/0.89)	

CMYK percentages

%0
%17.86
%32.14
%89.02

Codes

Color #1C1713 in popluar color models

1C1713
RGB282319
HSL27°19.15%9.22%
HSB/HSV27°32.14%10.98%
CMYK0.00%17.86%32.14%
89.02%

Color #1C1713 in popluar number systems.

HEX1C1713
Decimal282319
Binary111001011110011
Octal342723

Shades and tints

Shades of #1C1713

#1C1713
(28,23,19)
#1A1512
(26,21,18)
#181311
(24,19,17)
#161110
(22,17,16)
#140F0F
(20,15,15)
#120D0E
(18,13,14)
#100B0D
(16,11,13)
#0E090C
(14,9,12)
#0C070B
(12,7,11)
#0A050A
(10,5,10)
#080309
(8,3,9)
#000000
(0,0,0)

Tints of #1C1713

#1C1713
(28,23,19)
#302C28
(48,44,40)
#44413D
(68,65,61)
#585652
(88,86,82)
#6C6B67
(108,107,103)
#80807C
(128,128,124)
#949591
(148,149,145)
#A8AAA6
(168,170,166)
#BCBFBB
(188,191,187)
#D0D4D0
(208,212,208)
#E4E9E5
(228,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1713; }

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

This text font color is #1C1713.


Background Color

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

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

This div background color is #1C1713.


Border color

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

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

This div border color is #1C1713.


Opacity

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

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

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

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

This text has shadow with #1C1713 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1713 on black background.


Color preview on white background

This text has color #1C1713 on white background.



Black color preview on #1C1713 background

This text has black color on #1C1713 background.


White color preview on #1C1713 background

This text has white color on #1C1713 background.