COLOR #1C2209

HEX: #1C2209 RGB: (28,34,9)

Color info

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

RGB color model

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

RGB: (28,34,9) (11%, 13%, 4%)

RGB channels and saturation

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

28
34
9

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

Portions of RGB colors in percentages

R + G + B = 28 + 34 + 9 = 71 (100%)
R 28 of 71 ~ 39.44%
G 34 of 71 ~ 47.89%
B 9 of 71 ~ 12.68'%

%39.44
%47.89
%12.68

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 73.53%
  • key color value is 86.67%

CMYK: (18,0,74,87)
C18M0Y74K87 (18%, 0%, 74%, 87%)
(0.18 / 0.00 / 0.74 / 0.87)

CMYK percentages

%17.65
%0
%73.53
%86.67

Codes

Color #1C2209 in popluar color models

1C 22 09
RGB 28 34 9
HSL 74° 58.14% 8.43%
HSB/HSV 74° 73.53% 13.33%
CMYK 17.65% 0.00% 73.53%
86.67%

Color #1C2209 in popluar number systems.

HEX 1C 22 09
Decimal 28 34 9
Binary 11100 100010 1001
Octal 34 42 11

Shades and tints

Shades of #1C2209

#1C2209
(28,34,9)
#1A1F09
(26,31,9)
#181C09
(24,28,9)
#161909
(22,25,9)
#141609
(20,22,9)
#121309
(18,19,9)
#101009
(16,16,9)
#0E0D09
(14,13,9)
#0C0A09
(12,10,9)
#0A0709
(10,7,9)
#080409
(8,4,9)
#000000
(0,0,0)

Tints of #1C2209

#1C2209
(28,34,9)
#30361F
(48,54,31)
#444A35
(68,74,53)
#585E4B
(88,94,75)
#6C7261
(108,114,97)
#808677
(128,134,119)
#949A8D
(148,154,141)
#A8AEA3
(168,174,163)
#BCC2B9
(188,194,185)
#D0D6CF
(208,214,207)
#E4EAE5
(228,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2209; }

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

This text font color is #1C2209.

Background Color

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

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

This div background color is #1C2209.

Border color

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

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

This div border color is #1C2209.

Opacity

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

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

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

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

This text has shadow with #1C2209 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C2209.

Preview

Color preview on black background

This text has color #1C2209 on black background.


Color preview on white background

This text has color #1C2209 on white background.


Black color preview on #1C2209 background

This text has black color on #1C2209 background.


White color preview on #1C2209 background

This text has white color on #1C2209 background.


Related colors

Complementary color

Complementary color for #hex is #E3DDF6.


I love getcolorcode.com

Triadic colors

1 #091C22 and #22091C with #1C2209 are triadic colors.

2 #09221C and #221C09 with #1C2209 are triadic colors.