COLOR #1C1514

HEX: #1C1514
RGB: (28,21,20)

Color info

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

RGB color model

#1C1514 color RGB value is (28,21,20).

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

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 20 of 255 = 8%

28
21
20

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

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 20 = 69 (100%)
R 28 of 69 ~ 40.58%
G 21 of 69 ~ 30.43%
B 20 of 69 ~ 28.99%

%40.58
%30.43
%28.99

CMYK color model

#1C1514 color CMYK value is (0,25,29,89).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 28.57%
  • key color value is 89.02%
CMYK:
(0,25,29,89)
C0M25Y29K89 
(0%,25%,29%,89%)
(0.00/0.25/0.29/0.89)	

CMYK percentages

%0
%25
%28.57
%89.02

Codes

Color #1C1514 in popluar color models

1C1514
RGB282120
HSL16.67%9.41%
HSB/HSV28.57%10.98%
CMYK0.00%25.00%28.57%
89.02%

Color #1C1514 in popluar number systems.

HEX1C1514
Decimal282120
Binary111001010110100
Octal342524

Shades and tints

Shades of #1C1514

#1C1514
(28,21,20)
#1A1413
(26,20,19)
#181312
(24,19,18)
#161211
(22,18,17)
#141110
(20,17,16)
#12100F
(18,16,15)
#100F0E
(16,15,14)
#0E0E0D
(14,14,13)
#0C0D0C
(12,13,12)
#0A0C0B
(10,12,11)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #1C1514

#1C1514
(28,21,20)
#302A29
(48,42,41)
#443F3E
(68,63,62)
#585453
(88,84,83)
#6C6968
(108,105,104)
#807E7D
(128,126,125)
#949392
(148,147,146)
#A8A8A7
(168,168,167)
#BCBDBC
(188,189,188)
#D0D2D1
(208,210,209)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1514; }

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

This text font color is #1C1514.


Background Color

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

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

This div background color is #1C1514.


Border color

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

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

This div border color is #1C1514.


Opacity

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

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

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

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

This text has shadow with #1C1514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1514 on black background.


Color preview on white background

This text has color #1C1514 on white background.



Black color preview on #1C1514 background

This text has black color on #1C1514 background.


White color preview on #1C1514 background

This text has white color on #1C1514 background.