COLOR #1C0D17

HEX: #1C0D17
RGB: (28,13,23)

Color info

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

RGB color model

#1C0D17 color RGB value is (28,13,23).

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

RGB channels and saturation

R 28 of 255 = 11%
G 13 of 255 = 5%
B 23 of 255 = 9%

28
13
23

R + G + B ~ 8%. #1C0D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 13 + 23 = 64 (100%)
R 28 of 64 ~ 43.75%
G 13 of 64 ~ 20.31%
B 23 of 64 ~ 35.94%

%43.75
%20.31
%35.94

CMYK color model

#1C0D17 color CMYK value is (0,54,18,89).

  • cyan value is 0.00%
  • magenta value is 53.57%
  • yellow value is 17.86%
  • key color value is 89.02%
CMYK:
(0,54,18,89)
C0M54Y18K89 
(0%,54%,18%,89%)
(0.00/0.54/0.18/0.89)	

CMYK percentages

%0
%53.57
%17.86
%89.02

Codes

Color #1C0D17 in popluar color models

1C0D17
RGB281323
HSL320°36.59%8.04%
HSB/HSV320°53.57%10.98%
CMYK0.00%53.57%17.86%
89.02%

Color #1C0D17 in popluar number systems.

HEX1C0D17
Decimal281323
Binary11100110110111
Octal341527

Shades and tints

Shades of #1C0D17

#1C0D17
(28,13,23)
#1A0C15
(26,12,21)
#180B13
(24,11,19)
#160A11
(22,10,17)
#14090F
(20,9,15)
#12080D
(18,8,13)
#10070B
(16,7,11)
#0E0609
(14,6,9)
#0C0507
(12,5,7)
#0A0405
(10,4,5)
#080303
(8,3,3)
#000000
(0,0,0)

Tints of #1C0D17

#1C0D17
(28,13,23)
#30232C
(48,35,44)
#443941
(68,57,65)
#584F56
(88,79,86)
#6C656B
(108,101,107)
#807B80
(128,123,128)
#949195
(148,145,149)
#A8A7AA
(168,167,170)
#BCBDBF
(188,189,191)
#D0D3D4
(208,211,212)
#E4E9E9
(228,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0D17; }

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

This text font color is #1C0D17.


Background Color

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

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

This div background color is #1C0D17.


Border color

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

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

This div border color is #1C0D17.


Opacity

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

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

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

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

This text has shadow with #1C0D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0D17 on black background.


Color preview on white background

This text has color #1C0D17 on white background.



Black color preview on #1C0D17 background

This text has black color on #1C0D17 background.


White color preview on #1C0D17 background

This text has white color on #1C0D17 background.