COLOR #1C120D

HEX: #1C120D
RGB: (28,18,13)

Color info

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

RGB color model

#1C120D color RGB value is (28,18,13).

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

RGB channels and saturation

R 28 of 255 = 11%
G 18 of 255 = 7%
B 13 of 255 = 5%

28
18
13

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

Portions of RGB colors in percentages

R + G + B =
28 + 18 + 13 = 59 (100%)
R 28 of 59 ~ 47.46%
G 18 of 59 ~ 30.51%
B 13 of 59 ~ 22.03%

%47.46
%30.51
%22.03

CMYK color model

#1C120D color CMYK value is (0,36,54,89).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 53.57%
  • key color value is 89.02%
CMYK:
(0,36,54,89)
C0M36Y54K89 
(0%,36%,54%,89%)
(0.00/0.36/0.54/0.89)	

CMYK percentages

%0
%35.71
%53.57
%89.02

Codes

Color #1C120D in popluar color models

1C120D
RGB281813
HSL20°36.59%8.04%
HSB/HSV20°53.57%10.98%
CMYK0.00%35.71%53.57%
89.02%

Color #1C120D in popluar number systems.

HEX1C120D
Decimal281813
Binary11100100101101
Octal342215

Shades and tints

Shades of #1C120D

#1C120D
(28,18,13)
#1A110C
(26,17,12)
#18100B
(24,16,11)
#160F0A
(22,15,10)
#140E09
(20,14,9)
#120D08
(18,13,8)
#100C07
(16,12,7)
#0E0B06
(14,11,6)
#0C0A05
(12,10,5)
#0A0904
(10,9,4)
#080803
(8,8,3)
#000000
(0,0,0)

Tints of #1C120D

#1C120D
(28,18,13)
#302723
(48,39,35)
#443C39
(68,60,57)
#58514F
(88,81,79)
#6C6665
(108,102,101)
#807B7B
(128,123,123)
#949091
(148,144,145)
#A8A5A7
(168,165,167)
#BCBABD
(188,186,189)
#D0CFD3
(208,207,211)
#E4E4E9
(228,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C120D; }

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

This text font color is #1C120D.


Background Color

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

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

This div background color is #1C120D.


Border color

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

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

This div border color is #1C120D.


Opacity

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

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

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

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

This text has shadow with #1C120D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C120D on black background.


Color preview on white background

This text has color #1C120D on white background.



Black color preview on #1C120D background

This text has black color on #1C120D background.


White color preview on #1C120D background

This text has white color on #1C120D background.