COLOR #1C060A

HEX: #1C060A RGB: (28,6,10)

Color info

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

RGB color model

#1C060A color RGB value is (28,6,10).

RGB: (28,6,10) (11%, 2%, 4%)

RGB channels and saturation

R 28 of 255 = 11%
G 6 of 255 = 2%
B 10 of 255 = 4%

28
6
10

R + G + B ~ 6%. #1C060A is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 6 + 10 = 44 (100%)
R 28 of 44 ~ 63.64%
G 6 of 44 ~ 13.64%
B 10 of 44 ~ 22.73'%

%63.64
%13.64
%22.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 78.57%
  • yellow value is 64.29%
  • key color value is 89.02%

CMYK: (0,79,64,89)
C0M79Y64K89 (0%, 79%, 64%, 89%)
(0.00 / 0.79 / 0.64 / 0.89)

CMYK percentages

%0
%78.57
%64.29
%89.02

Codes

Color #1C060A in popluar color models

1C 06 0A
RGB 28 6 10
HSL 349° 64.71% 6.67%
HSB/HSV 349° 78.57% 10.98%
CMYK 0.00% 78.57% 64.29%
89.02%

Color #1C060A in popluar number systems.

HEX 1C 06 0A
Decimal 28 6 10
Binary 11100 110 1010
Octal 34 6 12

Shades and tints

Shades of #1C060A

#1C060A
(28,6,10)
#1A060A
(26,6,10)
#18060A
(24,6,10)
#16060A
(22,6,10)
#14060A
(20,6,10)
#12060A
(18,6,10)
#10060A
(16,6,10)
#0E060A
(14,6,10)
#0C060A
(12,6,10)
#0A060A
(10,6,10)
#08060A
(8,6,10)
#000000
(0,0,0)

Tints of #1C060A

#1C060A
(28,6,10)
#301C20
(48,28,32)
#443236
(68,50,54)
#58484C
(88,72,76)
#6C5E62
(108,94,98)
#807478
(128,116,120)
#948A8E
(148,138,142)
#A8A0A4
(168,160,164)
#BCB6BA
(188,182,186)
#D0CCD0
(208,204,208)
#E4E2E6
(228,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C060A; }

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

This text font color is #1C060A.

Background Color

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

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

This div background color is #1C060A.

Border color

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

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

This div border color is #1C060A.

Opacity

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

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

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

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

This text has shadow with #1C060A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C060A.

Preview

Color preview on black background

This text has color #1C060A on black background.


Color preview on white background

This text has color #1C060A on white background.


Black color preview on #1C060A background

This text has black color on #1C060A background.


White color preview on #1C060A background

This text has white color on #1C060A background.


Related colors

Complementary color

Complementary color for #hex is #E3F9F5.


I love getcolorcode.com

Triadic colors

1 #0A1C06 and #060A1C with #1C060A are triadic colors.

2 #0A061C and #061C0A with #1C060A are triadic colors.