COLOR #1C0603

HEX: #1C0603
RGB: (28,6,3)

Color info

#1C0603 contains red, green and blue colors in about the same proportion. Web safe color of #1C0603 is #330000 (or #300).

RGB color model

#1C0603 color RGB value is (28,6,3).

  • red value is 28;
  • green value is 6;
  • blue value is 3.
RGB:
(28,6,3)
(11%,2%,1%)

RGB channels and saturation

R 28 of 255 = 11%
G 6 of 255 = 2%
B 3 of 255 = 1%

28
6
3

R + G + B ~ 5%. #1C0603 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 6 + 3 = 37 (100%)
R 28 of 37 ~ 75.68%
G 6 of 37 ~ 16.22%
B 3 of 37 ~ 8.11%

%75.68
%16.22

CMYK color model

#1C0603 color CMYK value is (0,79,89,89).

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 89.29%
  • key color value is 89.02%
CMYK:
(0,79,89,89)
C0M79Y89K89 
(0%,79%,89%,89%)
(0.00/0.79/0.89/0.89)	

CMYK percentages

%0
%78.57
%89.29
%89.02

Codes

Color #1C0603 in popluar color models

1C0603
RGB2863
HSL80.65%6.08%
HSB/HSV89.29%10.98%
CMYK0.00%78.57%89.29%
89.02%

Color #1C0603 in popluar number systems.

HEX1C0603
Decimal2863
Binary1110011011
Octal3463

Shades and tints

Shades of #1C0603

#1C0603
(28,6,3)
#1A0603
(26,6,3)
#180603
(24,6,3)
#160603
(22,6,3)
#140603
(20,6,3)
#120603
(18,6,3)
#100603
(16,6,3)
#0E0603
(14,6,3)
#0C0603
(12,6,3)
#0A0603
(10,6,3)
#080603
(8,6,3)
#000000
(0,0,0)

Tints of #1C0603

#1C0603
(28,6,3)
#301C19
(48,28,25)
#44322F
(68,50,47)
#584845
(88,72,69)
#6C5E5B
(108,94,91)
#807471
(128,116,113)
#948A87
(148,138,135)
#A8A09D
(168,160,157)
#BCB6B3
(188,182,179)
#D0CCC9
(208,204,201)
#E4E2DF
(228,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0603; }

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

This text font color is #1C0603.


Background Color

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

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

This div background color is #1C0603.


Border color

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

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

This div border color is #1C0603.


Opacity

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

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

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

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

This text has shadow with #1C0603 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0603 on black background.


Color preview on white background

This text has color #1C0603 on white background.



Black color preview on #1C0603 background

This text has black color on #1C0603 background.


White color preview on #1C0603 background

This text has white color on #1C0603 background.