COLOR #1C221A

HEX: #1C221A
RGB: (28,34,26)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

28
34
26

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

Portions of RGB colors in percentages

R + G + B =
28 + 34 + 26 = 88 (100%)
R 28 of 88 ~ 31.82%
G 34 of 88 ~ 38.64%
B 26 of 88 ~ 29.55%

%31.82
%38.64
%29.55

CMYK color model

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

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

CMYK percentages

%17.65
%0
%23.53
%86.67

Codes

Color #1C221A in popluar color models

1C221A
RGB283426
HSL105°13.33%11.76%
HSB/HSV105°23.53%13.33%
CMYK17.65%0.00%23.53%
86.67%

Color #1C221A in popluar number systems.

HEX1C221A
Decimal283426
Binary1110010001011010
Octal344232

Shades and tints

Shades of #1C221A

#1C221A
(28,34,26)
#1A1F18
(26,31,24)
#181C16
(24,28,22)
#161914
(22,25,20)
#141612
(20,22,18)
#121310
(18,19,16)
#10100E
(16,16,14)
#0E0D0C
(14,13,12)
#0C0A0A
(12,10,10)
#0A0708
(10,7,8)
#080406
(8,4,6)
#000000
(0,0,0)

Tints of #1C221A

#1C221A
(28,34,26)
#30362E
(48,54,46)
#444A42
(68,74,66)
#585E56
(88,94,86)
#6C726A
(108,114,106)
#80867E
(128,134,126)
#949A92
(148,154,146)
#A8AEA6
(168,174,166)
#BCC2BA
(188,194,186)
#D0D6CE
(208,214,206)
#E4EAE2
(228,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C221A; }

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

This text font color is #1C221A.


Background Color

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

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

This div background color is #1C221A.


Border color

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

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

This div border color is #1C221A.


Opacity

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

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

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

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

This text has shadow with #1C221A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C221A on black background.


Color preview on white background

This text has color #1C221A on white background.



Black color preview on #1C221A background

This text has black color on #1C221A background.


White color preview on #1C221A background

This text has white color on #1C221A background.