COLOR #1C130C

HEX: #1C130C
RGB: (28,19,12)

Color info

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

RGB color model

#1C130C color RGB value is (28,19,12).

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

RGB channels and saturation

R 28 of 255 = 11%
G 19 of 255 = 7%
B 12 of 255 = 5%

28
19
12

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

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 12 = 59 (100%)
R 28 of 59 ~ 47.46%
G 19 of 59 ~ 32.2%
B 12 of 59 ~ 20.34%

%47.46
%32.2
%20.34

CMYK color model

#1C130C color CMYK value is (0,32,57,89).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 57.14%
  • key color value is 89.02%
CMYK:
(0,32,57,89)
C0M32Y57K89 
(0%,32%,57%,89%)
(0.00/0.32/0.57/0.89)	

CMYK percentages

%0
%32.14
%57.14
%89.02

Codes

Color #1C130C in popluar color models

1C130C
RGB281912
HSL26°40.00%7.84%
HSB/HSV26°57.14%10.98%
CMYK0.00%32.14%57.14%
89.02%

Color #1C130C in popluar number systems.

HEX1C130C
Decimal281912
Binary11100100111100
Octal342314

Shades and tints

Shades of #1C130C

#1C130C
(28,19,12)
#1A120B
(26,18,11)
#18110A
(24,17,10)
#161009
(22,16,9)
#140F08
(20,15,8)
#120E07
(18,14,7)
#100D06
(16,13,6)
#0E0C05
(14,12,5)
#0C0B04
(12,11,4)
#0A0A03
(10,10,3)
#080902
(8,9,2)
#000000
(0,0,0)

Tints of #1C130C

#1C130C
(28,19,12)
#302822
(48,40,34)
#443D38
(68,61,56)
#58524E
(88,82,78)
#6C6764
(108,103,100)
#807C7A
(128,124,122)
#949190
(148,145,144)
#A8A6A6
(168,166,166)
#BCBBBC
(188,187,188)
#D0D0D2
(208,208,210)
#E4E5E8
(228,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C130C; }

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

This text font color is #1C130C.


Background Color

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

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

This div background color is #1C130C.


Border color

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

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

This div border color is #1C130C.


Opacity

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

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

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

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

This text has shadow with #1C130C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C130C on black background.


Color preview on white background

This text has color #1C130C on white background.



Black color preview on #1C130C background

This text has black color on #1C130C background.


White color preview on #1C130C background

This text has white color on #1C130C background.