COLOR #1C2809

HEX: #1C2809
RGB: (28,40,9)

Color info

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

RGB color model

#1C2809 color RGB value is (28,40,9).

  • red value is 28;
  • green value is 40;
  • blue value is 9.
RGB:
(28,40,9)
(11%,16%,4%)

RGB channels and saturation

R 28 of 255 = 11%
G 40 of 255 = 16%
B 9 of 255 = 4%

28
40
9

R + G + B ~ 10%. #1C2809 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 40 + 9 = 77 (100%)
R 28 of 77 ~ 36.36%
G 40 of 77 ~ 51.95%
B 9 of 77 ~ 11.69%

%36.36
%51.95
%11.69

CMYK color model

#1C2809 color CMYK value is (30,0,78,84).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 77.50%
  • key color value is 84.31%
CMYK:
(30,0,78,84)
C30M0Y78K84 
(30%,0%,78%,84%)
(0.30/0.00/0.78/0.84)	

CMYK percentages

%30
%0
%77.5
%84.31

Codes

Color #1C2809 in popluar color models

1C2809
RGB28409
HSL83°63.27%9.61%
HSB/HSV83°77.50%15.69%
CMYK30.00%0.00%77.50%
84.31%

Color #1C2809 in popluar number systems.

HEX1C2809
Decimal28409
Binary111001010001001
Octal345011

Shades and tints

Shades of #1C2809

#1C2809
(28,40,9)
#1A2509
(26,37,9)
#182209
(24,34,9)
#161F09
(22,31,9)
#141C09
(20,28,9)
#121909
(18,25,9)
#101609
(16,22,9)
#0E1309
(14,19,9)
#0C1009
(12,16,9)
#0A0D09
(10,13,9)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #1C2809

#1C2809
(28,40,9)
#303B1F
(48,59,31)
#444E35
(68,78,53)
#58614B
(88,97,75)
#6C7461
(108,116,97)
#808777
(128,135,119)
#949A8D
(148,154,141)
#A8ADA3
(168,173,163)
#BCC0B9
(188,192,185)
#D0D3CF
(208,211,207)
#E4E6E5
(228,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C2809; }

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

This text font color is #1C2809.


Background Color

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

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

This div background color is #1C2809.


Border color

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

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

This div border color is #1C2809.


Opacity

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

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

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

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

This text has shadow with #1C2809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C2809 on black background.


Color preview on white background

This text has color #1C2809 on white background.



Black color preview on #1C2809 background

This text has black color on #1C2809 background.


White color preview on #1C2809 background

This text has white color on #1C2809 background.