COLOR #1C1512

HEX: #1C1512
RGB: (28,21,18)

Color info

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

RGB color model

#1C1512 color RGB value is (28,21,18).

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

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 18 of 255 = 7%

28
21
18

R + G + B ~ 9%. #1C1512 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 18 = 67 (100%)
R 28 of 67 ~ 41.79%
G 21 of 67 ~ 31.34%
B 18 of 67 ~ 26.87%

%41.79
%31.34
%26.87

CMYK color model

#1C1512 color CMYK value is (0,25,36,89).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 35.71%
  • key color value is 89.02%
CMYK:
(0,25,36,89)
C0M25Y36K89 
(0%,25%,36%,89%)
(0.00/0.25/0.36/0.89)	

CMYK percentages

%0
%25
%35.71
%89.02

Codes

Color #1C1512 in popluar color models

1C1512
RGB282118
HSL18°21.74%9.02%
HSB/HSV18°35.71%10.98%
CMYK0.00%25.00%35.71%
89.02%

Color #1C1512 in popluar number systems.

HEX1C1512
Decimal282118
Binary111001010110010
Octal342522

Shades and tints

Shades of #1C1512

#1C1512
(28,21,18)
#1A1411
(26,20,17)
#181310
(24,19,16)
#16120F
(22,18,15)
#14110E
(20,17,14)
#12100D
(18,16,13)
#100F0C
(16,15,12)
#0E0E0B
(14,14,11)
#0C0D0A
(12,13,10)
#0A0C09
(10,12,9)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #1C1512

#1C1512
(28,21,18)
#302A27
(48,42,39)
#443F3C
(68,63,60)
#585451
(88,84,81)
#6C6966
(108,105,102)
#807E7B
(128,126,123)
#949390
(148,147,144)
#A8A8A5
(168,168,165)
#BCBDBA
(188,189,186)
#D0D2CF
(208,210,207)
#E4E7E4
(228,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1512; }

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

This text font color is #1C1512.


Background Color

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

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

This div background color is #1C1512.


Border color

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

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

This div border color is #1C1512.


Opacity

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

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

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

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

This text has shadow with #1C1512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1512 on black background.


Color preview on white background

This text has color #1C1512 on white background.



Black color preview on #1C1512 background

This text has black color on #1C1512 background.


White color preview on #1C1512 background

This text has white color on #1C1512 background.