COLOR #1C0F0C

HEX: #1C0F0C
RGB: (28,15,12)

Color info

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

RGB color model

#1C0F0C color RGB value is (28,15,12).

  • red value is 28;
  • green value is 15;
  • blue value is 12.
RGB:
(28,15,12)
(11%,6%,5%)

RGB channels and saturation

R 28 of 255 = 11%
G 15 of 255 = 6%
B 12 of 255 = 5%

28
15
12

R + G + B ~ 7%. #1C0F0C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 15 + 12 = 55 (100%)
R 28 of 55 ~ 50.91%
G 15 of 55 ~ 27.27%
B 12 of 55 ~ 21.82%

%50.91
%27.27
%21.82

CMYK color model

#1C0F0C color CMYK value is (0,46,57,89).

  • cyan value is 0.00%
  • magenta value is 46.43%
  • yellow value is 57.14%
  • key color value is 89.02%
CMYK:
(0,46,57,89)
C0M46Y57K89 
(0%,46%,57%,89%)
(0.00/0.46/0.57/0.89)	

CMYK percentages

%0
%46.43
%57.14
%89.02

Codes

Color #1C0F0C in popluar color models

1C0F0C
RGB281512
HSL11°40.00%7.84%
HSB/HSV11°57.14%10.98%
CMYK0.00%46.43%57.14%
89.02%

Color #1C0F0C in popluar number systems.

HEX1C0F0C
Decimal281512
Binary1110011111100
Octal341714

Shades and tints

Shades of #1C0F0C

#1C0F0C
(28,15,12)
#1A0E0B
(26,14,11)
#180D0A
(24,13,10)
#160C09
(22,12,9)
#140B08
(20,11,8)
#120A07
(18,10,7)
#100906
(16,9,6)
#0E0805
(14,8,5)
#0C0704
(12,7,4)
#0A0603
(10,6,3)
#080502
(8,5,2)
#000000
(0,0,0)

Tints of #1C0F0C

#1C0F0C
(28,15,12)
#302422
(48,36,34)
#443938
(68,57,56)
#584E4E
(88,78,78)
#6C6364
(108,99,100)
#80787A
(128,120,122)
#948D90
(148,141,144)
#A8A2A6
(168,162,166)
#BCB7BC
(188,183,188)
#D0CCD2
(208,204,210)
#E4E1E8
(228,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0F0C color. Also use rgb(28,15,12) instead hex code.

Text Font Color

.myTextColor { color: #1C0F0C; }

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

This text font color is #1C0F0C.


Background Color

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

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

This div background color is #1C0F0C.


Border color

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

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

This div border color is #1C0F0C.


Opacity

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

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

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

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

This text has shadow with #1C0F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0F0C on black background.


Color preview on white background

This text has color #1C0F0C on white background.



Black color preview on #1C0F0C background

This text has black color on #1C0F0C background.


White color preview on #1C0F0C background

This text has white color on #1C0F0C background.