COLOR #1C221C

HEX: #1C221C
RGB: (28,34,28)

Color info

#1C221C contains red, green and blue colors in about the same proportion. Web safe color of #1C221C is #333333 (or #333).

RGB color model

#1C221C color RGB value is (28,34,28).

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

RGB channels and saturation

R 28 of 255 = 11%
G 34 of 255 = 13%
B 28 of 255 = 11%

28
34
28

R + G + B ~ 12%. #1C221C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 34 + 28 = 90 (100%)
R 28 of 90 ~ 31.11%
G 34 of 90 ~ 37.78%
B 28 of 90 ~ 31.11%

%31.11
%37.78
%31.11

CMYK color model

#1C221C color CMYK value is (18,0,18,87).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 86.67%
CMYK:
(18,0,18,87)
C18M0Y18K87 
(18%,0%,18%,87%)
(0.18/0.00/0.18/0.87)	

CMYK percentages

%17.65
%0
%17.65
%86.67

Codes

Color #1C221C in popluar color models

1C221C
RGB283428
HSL120°9.68%12.16%
HSB/HSV120°17.65%13.33%
CMYK17.65%0.00%17.65%
86.67%

Color #1C221C in popluar number systems.

HEX1C221C
Decimal283428
Binary1110010001011100
Octal344234

Shades and tints

Shades of #1C221C

#1C221C
(28,34,28)
#1A1F1A
(26,31,26)
#181C18
(24,28,24)
#161916
(22,25,22)
#141614
(20,22,20)
#121312
(18,19,18)
#101010
(16,16,16)
#0E0D0E
(14,13,14)
#0C0A0C
(12,10,12)
#0A070A
(10,7,10)
#080408
(8,4,8)
#000000
(0,0,0)

Tints of #1C221C

#1C221C
(28,34,28)
#303630
(48,54,48)
#444A44
(68,74,68)
#585E58
(88,94,88)
#6C726C
(108,114,108)
#808680
(128,134,128)
#949A94
(148,154,148)
#A8AEA8
(168,174,168)
#BCC2BC
(188,194,188)
#D0D6D0
(208,214,208)
#E4EAE4
(228,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C221C; }

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

This text font color is #1C221C.


Background Color

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

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

This div background color is #1C221C.


Border color

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

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

This div border color is #1C221C.


Opacity

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

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

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

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

This text has shadow with #1C221C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C221C on black background.


Color preview on white background

This text has color #1C221C on white background.



Black color preview on #1C221C background

This text has black color on #1C221C background.


White color preview on #1C221C background

This text has white color on #1C221C background.