COLOR #1C0519

HEX: #1C0519
RGB: (28,5,25)

Color info

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

RGB color model

#1C0519 color RGB value is (28,5,25).

  • red value is 28;
  • green value is 5;
  • blue value is 25.
RGB:
(28,5,25)
(11%,2%,10%)

RGB channels and saturation

R 28 of 255 = 11%
G 5 of 255 = 2%
B 25 of 255 = 10%

28
5
25

R + G + B ~ 8%. #1C0519 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 5 + 25 = 58 (100%)
R 28 of 58 ~ 48.28%
G 5 of 58 ~ 8.62%
B 25 of 58 ~ 43.1%

%48.28
%43.1

CMYK color model

#1C0519 color CMYK value is (0,82,11,89).

  • cyan value is 0.00%
  • magenta value is 82.14%
  • yellow value is 10.71%
  • key color value is 89.02%
CMYK:
(0,82,11,89)
C0M82Y11K89 
(0%,82%,11%,89%)
(0.00/0.82/0.11/0.89)	

CMYK percentages

%0
%82.14
%10.71
%89.02

Codes

Color #1C0519 in popluar color models

1C0519
RGB28525
HSL308°69.70%6.47%
HSB/HSV308°82.14%10.98%
CMYK0.00%82.14%10.71%
89.02%

Color #1C0519 in popluar number systems.

HEX1C0519
Decimal28525
Binary1110010111001
Octal34531

Shades and tints

Shades of #1C0519

#1C0519
(28,5,25)
#1A0517
(26,5,23)
#180515
(24,5,21)
#160513
(22,5,19)
#140511
(20,5,17)
#12050F
(18,5,15)
#10050D
(16,5,13)
#0E050B
(14,5,11)
#0C0509
(12,5,9)
#0A0507
(10,5,7)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #1C0519

#1C0519
(28,5,25)
#301B2D
(48,27,45)
#443141
(68,49,65)
#584755
(88,71,85)
#6C5D69
(108,93,105)
#80737D
(128,115,125)
#948991
(148,137,145)
#A89FA5
(168,159,165)
#BCB5B9
(188,181,185)
#D0CBCD
(208,203,205)
#E4E1E1
(228,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C0519 color. Also use rgb(28,5,25) instead hex code.

Text Font Color

.myTextColor { color: #1C0519; }

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

This text font color is #1C0519.


Background Color

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

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

This div background color is #1C0519.


Border color

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

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

This div border color is #1C0519.


Opacity

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

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

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

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

This text has shadow with #1C0519 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0519 on black background.


Color preview on white background

This text has color #1C0519 on white background.



Black color preview on #1C0519 background

This text has black color on #1C0519 background.


White color preview on #1C0519 background

This text has white color on #1C0519 background.