COLOR #1C1E15

HEX: #1C1E15
RGB: (28,30,21)

Color info

#1C1E15 contains red, green and blue colors in about the same proportion. Web safe color of #1C1E15 is #333300 (or #330).

RGB color model

#1C1E15 color RGB value is (28,30,21).

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

RGB channels and saturation

R 28 of 255 = 11%
G 30 of 255 = 12%
B 21 of 255 = 8%

28
30
21

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

Portions of RGB colors in percentages

R + G + B =
28 + 30 + 21 = 79 (100%)
R 28 of 79 ~ 35.44%
G 30 of 79 ~ 37.97%
B 21 of 79 ~ 26.58%

%35.44
%37.97
%26.58

CMYK color model

#1C1E15 color CMYK value is (7,0,30,88).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 88.24%
CMYK:
(7,0,30,88)
C7M0Y30K88 
(7%,0%,30%,88%)
(0.07/0.00/0.30/0.88)	

CMYK percentages

%6.67
%0
%30
%88.24

Codes

Color #1C1E15 in popluar color models

1C1E15
RGB283021
HSL73°17.65%10.00%
HSB/HSV73°30.00%11.76%
CMYK6.67%0.00%30.00%
88.24%

Color #1C1E15 in popluar number systems.

HEX1C1E15
Decimal283021
Binary111001111010101
Octal343625

Shades and tints

Shades of #1C1E15

#1C1E15
(28,30,21)
#1A1C14
(26,28,20)
#181A13
(24,26,19)
#161812
(22,24,18)
#141611
(20,22,17)
#121410
(18,20,16)
#10120F
(16,18,15)
#0E100E
(14,16,14)
#0C0E0D
(12,14,13)
#0A0C0C
(10,12,12)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #1C1E15

#1C1E15
(28,30,21)
#30322A
(48,50,42)
#44463F
(68,70,63)
#585A54
(88,90,84)
#6C6E69
(108,110,105)
#80827E
(128,130,126)
#949693
(148,150,147)
#A8AAA8
(168,170,168)
#BCBEBD
(188,190,189)
#D0D2D2
(208,210,210)
#E4E6E7
(228,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1E15; }

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

This text font color is #1C1E15.


Background Color

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

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

This div background color is #1C1E15.


Border color

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

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

This div border color is #1C1E15.


Opacity

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

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

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

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

This text has shadow with #1C1E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1E15 on black background.


Color preview on white background

This text has color #1C1E15 on white background.



Black color preview on #1C1E15 background

This text has black color on #1C1E15 background.


White color preview on #1C1E15 background

This text has white color on #1C1E15 background.