COLOR #1C1812

HEX: #1C1812
RGB: (28,24,18)

Color info

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

RGB color model

#1C1812 color RGB value is (28,24,18).

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

RGB channels and saturation

R 28 of 255 = 11%
G 24 of 255 = 9%
B 18 of 255 = 7%

28
24
18

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

Portions of RGB colors in percentages

R + G + B =
28 + 24 + 18 = 70 (100%)
R 28 of 70 ~ 40%
G 24 of 70 ~ 34.29%
B 18 of 70 ~ 25.71%

%40
%34.29
%25.71

CMYK color model

#1C1812 color CMYK value is (0,14,36,89).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 35.71%
  • key color value is 89.02%
CMYK:
(0,14,36,89)
C0M14Y36K89 
(0%,14%,36%,89%)
(0.00/0.14/0.36/0.89)	

CMYK percentages

%0
%14.29
%35.71
%89.02

Codes

Color #1C1812 in popluar color models

1C1812
RGB282418
HSL36°21.74%9.02%
HSB/HSV36°35.71%10.98%
CMYK0.00%14.29%35.71%
89.02%

Color #1C1812 in popluar number systems.

HEX1C1812
Decimal282418
Binary111001100010010
Octal343022

Shades and tints

Shades of #1C1812

#1C1812
(28,24,18)
#1A1611
(26,22,17)
#181410
(24,20,16)
#16120F
(22,18,15)
#14100E
(20,16,14)
#120E0D
(18,14,13)
#100C0C
(16,12,12)
#0E0A0B
(14,10,11)
#0C080A
(12,8,10)
#0A0609
(10,6,9)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #1C1812

#1C1812
(28,24,18)
#302D27
(48,45,39)
#44423C
(68,66,60)
#585751
(88,87,81)
#6C6C66
(108,108,102)
#80817B
(128,129,123)
#949690
(148,150,144)
#A8ABA5
(168,171,165)
#BCC0BA
(188,192,186)
#D0D5CF
(208,213,207)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1812; }

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

This text font color is #1C1812.


Background Color

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

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

This div background color is #1C1812.


Border color

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

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

This div border color is #1C1812.


Opacity

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

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

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

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

This text has shadow with #1C1812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1812 on black background.


Color preview on white background

This text has color #1C1812 on white background.



Black color preview on #1C1812 background

This text has black color on #1C1812 background.


White color preview on #1C1812 background

This text has white color on #1C1812 background.