COLOR #1C0813

HEX: #1C0813 RGB: (28,8,19)

Color info

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

RGB color model

#1C0813 color RGB value is (28,8,19).

RGB: (28,8,19) (11%, 3%, 7%)

RGB channels and saturation

R 28 of 255 = 11%
G 8 of 255 = 3%
B 19 of 255 = 7%

28
8
19

R + G + B ~ 7%. #1C0813 is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 8 + 19 = 55 (100%)
R 28 of 55 ~ 50.91%
G 8 of 55 ~ 14.55%
B 19 of 55 ~ 34.55'%

%50.91
%14.55
%34.55

CMYK color model

#1C0813 color CMYK value is (0,71,32,89).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 32.14%
  • key color value is 89.02%

CMYK: (0,71,32,89)
C0M71Y32K89 (0%, 71%, 32%, 89%)
(0.00 / 0.71 / 0.32 / 0.89)

CMYK percentages

%0
%71.43
%32.14
%89.02

Codes

Color #1C0813 in popluar color models

1C 08 13
RGB 28 8 19
HSL 327° 55.56% 7.06%
HSB/HSV 327° 71.43% 10.98%
CMYK 0.00% 71.43% 32.14%
89.02%

Color #1C0813 in popluar number systems.

HEX 1C 08 13
Decimal 28 8 19
Binary 11100 1000 10011
Octal 34 10 23

Shades and tints

Shades of #1C0813

#1C0813
(28,8,19)
#1A0812
(26,8,18)
#180811
(24,8,17)
#160810
(22,8,16)
#14080F
(20,8,15)
#12080E
(18,8,14)
#10080D
(16,8,13)
#0E080C
(14,8,12)
#0C080B
(12,8,11)
#0A080A
(10,8,10)
#080809
(8,8,9)
#000000
(0,0,0)

Tints of #1C0813

#1C0813
(28,8,19)
#301E28
(48,30,40)
#44343D
(68,52,61)
#584A52
(88,74,82)
#6C6067
(108,96,103)
#80767C
(128,118,124)
#948C91
(148,140,145)
#A8A2A6
(168,162,166)
#BCB8BB
(188,184,187)
#D0CED0
(208,206,208)
#E4E4E5
(228,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0813 color. Also use rgb(28,8,19) instead hex code.

Text Font Color

.myTextColor { color: #1C0813; }

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

This text font color is #1C0813.

Background Color

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

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

This div background color is #1C0813.

Border color

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

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

This div border color is #1C0813.

Opacity

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

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

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

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

This text has shadow with #1C0813 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C0813.

Preview

Color preview on black background

This text has color #1C0813 on black background.


Color preview on white background

This text has color #1C0813 on white background.


Black color preview on #1C0813 background

This text has black color on #1C0813 background.


White color preview on #1C0813 background

This text has white color on #1C0813 background.


Related colors

Complementary color

Complementary color for #hex is #E3F7EC.


I love getcolorcode.com

Triadic colors

1 #131C08 and #08131C with #1C0813 are triadic colors.

2 #13081C and #081C13 with #1C0813 are triadic colors.