COLOR #1C1A15

HEX: #1C1A15
RGB: (28,26,21)

Color info

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

RGB color model

#1C1A15 color RGB value is (28,26,21).

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

RGB channels and saturation

R 28 of 255 = 11%
G 26 of 255 = 10%
B 21 of 255 = 8%

28
26
21

R + G + B ~ 10%. #1C1A15 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 26 + 21 = 75 (100%)
R 28 of 75 ~ 37.33%
G 26 of 75 ~ 34.67%
B 21 of 75 ~ 28%

%37.33
%34.67
%28

CMYK color model

#1C1A15 color CMYK value is (0,7,25,89).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 25.00%
  • key color value is 89.02%
CMYK:
(0,7,25,89)
C0M7Y25K89 
(0%,7%,25%,89%)
(0.00/0.07/0.25/0.89)	

CMYK percentages

%0
%7.14
%25
%89.02

Codes

Color #1C1A15 in popluar color models

1C1A15
RGB282621
HSL43°14.29%9.61%
HSB/HSV43°25.00%10.98%
CMYK0.00%7.14%25.00%
89.02%

Color #1C1A15 in popluar number systems.

HEX1C1A15
Decimal282621
Binary111001101010101
Octal343225

Shades and tints

Shades of #1C1A15

#1C1A15
(28,26,21)
#1A1814
(26,24,20)
#181613
(24,22,19)
#161412
(22,20,18)
#141211
(20,18,17)
#121010
(18,16,16)
#100E0F
(16,14,15)
#0E0C0E
(14,12,14)
#0C0A0D
(12,10,13)
#0A080C
(10,8,12)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #1C1A15

#1C1A15
(28,26,21)
#302E2A
(48,46,42)
#44423F
(68,66,63)
#585654
(88,86,84)
#6C6A69
(108,106,105)
#807E7E
(128,126,126)
#949293
(148,146,147)
#A8A6A8
(168,166,168)
#BCBABD
(188,186,189)
#D0CED2
(208,206,210)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1A15; }

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

This text font color is #1C1A15.


Background Color

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

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

This div background color is #1C1A15.


Border color

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

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

This div border color is #1C1A15.


Opacity

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

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

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

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

This text has shadow with #1C1A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1A15 on black background.


Color preview on white background

This text has color #1C1A15 on white background.



Black color preview on #1C1A15 background

This text has black color on #1C1A15 background.


White color preview on #1C1A15 background

This text has white color on #1C1A15 background.