COLOR #1C2312

HEX: #1C2312
RGB: (28,35,18)

Color info

#1C2312 contains red, green and blue colors in about the same proportion. Web safe color of #1C2312 is #333300 (or #330).

RGB color model

#1C2312 color RGB value is (28,35,18).

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

RGB channels and saturation

R 28 of 255 = 11%
G 35 of 255 = 14%
B 18 of 255 = 7%

28
35
18

R + G + B ~ 11%. #1C2312 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 35 + 18 = 81 (100%)
R 28 of 81 ~ 34.57%
G 35 of 81 ~ 43.21%
B 18 of 81 ~ 22.22%

%34.57
%43.21
%22.22

CMYK color model

#1C2312 color CMYK value is (20,0,49,86).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 86.27%
CMYK:
(20,0,49,86)
C20M0Y49K86 
(20%,0%,49%,86%)
(0.20/0.00/0.49/0.86)	

CMYK percentages

%20
%0
%48.57
%86.27

Codes

Color #1C2312 in popluar color models

1C2312
RGB283518
HSL85°32.08%10.39%
HSB/HSV85°48.57%13.73%
CMYK20.00%0.00%48.57%
86.27%

Color #1C2312 in popluar number systems.

HEX1C2312
Decimal283518
Binary1110010001110010
Octal344322

Shades and tints

Shades of #1C2312

#1C2312
(28,35,18)
#1A2011
(26,32,17)
#181D10
(24,29,16)
#161A0F
(22,26,15)
#14170E
(20,23,14)
#12140D
(18,20,13)
#10110C
(16,17,12)
#0E0E0B
(14,14,11)
#0C0B0A
(12,11,10)
#0A0809
(10,8,9)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #1C2312

#1C2312
(28,35,18)
#303727
(48,55,39)
#444B3C
(68,75,60)
#585F51
(88,95,81)
#6C7366
(108,115,102)
#80877B
(128,135,123)
#949B90
(148,155,144)
#A8AFA5
(168,175,165)
#BCC3BA
(188,195,186)
#D0D7CF
(208,215,207)
#E4EBE4
(228,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2312; }

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

This text font color is #1C2312.


Background Color

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

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

This div background color is #1C2312.


Border color

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

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

This div border color is #1C2312.


Opacity

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

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

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

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

This text has shadow with #1C2312 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2312 on black background.


Color preview on white background

This text has color #1C2312 on white background.



Black color preview on #1C2312 background

This text has black color on #1C2312 background.


White color preview on #1C2312 background

This text has white color on #1C2312 background.