COLOR #1C0626

HEX: #1C0626
RGB: (28,6,38)

Color info

#1C0626 contains red, green and blue colors in about the same proportion. Web safe color of #1C0626 is #330033 (or #303).

RGB color model

#1C0626 color RGB value is (28,6,38).

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

RGB channels and saturation

R 28 of 255 = 11%
G 6 of 255 = 2%
B 38 of 255 = 15%

28
6
38

R + G + B ~ 9%. #1C0626 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 6 + 38 = 72 (100%)
R 28 of 72 ~ 38.89%
G 6 of 72 ~ 8.33%
B 38 of 72 ~ 52.78%

%38.89
%52.78

CMYK color model

#1C0626 color CMYK value is (26,84,0,85).

  • cyan value is 26.32%
  • magenta value is 84.21%
  • yellow value is 0.00%
  • key color value is 85.10%
CMYK:
(26,84,0,85)
C26M84Y0K85 
(26%,84%,0%,85%)
(0.26/0.84/0.00/0.85)	

CMYK percentages

%26.32
%84.21
%0
%85.1

Codes

Color #1C0626 in popluar color models

1C0626
RGB28638
HSL281°72.73%8.63%
HSB/HSV281°84.21%14.90%
CMYK26.32%84.21%0.00%
85.10%

Color #1C0626 in popluar number systems.

HEX1C0626
Decimal28638
Binary11100110100110
Octal34646

Shades and tints

Shades of #1C0626

#1C0626
(28,6,38)
#1A0623
(26,6,35)
#180620
(24,6,32)
#16061D
(22,6,29)
#14061A
(20,6,26)
#120617
(18,6,23)
#100614
(16,6,20)
#0E0611
(14,6,17)
#0C060E
(12,6,14)
#0A060B
(10,6,11)
#080608
(8,6,8)
#000000
(0,0,0)

Tints of #1C0626

#1C0626
(28,6,38)
#301C39
(48,28,57)
#44324C
(68,50,76)
#58485F
(88,72,95)
#6C5E72
(108,94,114)
#807485
(128,116,133)
#948A98
(148,138,152)
#A8A0AB
(168,160,171)
#BCB6BE
(188,182,190)
#D0CCD1
(208,204,209)
#E4E2E4
(228,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C0626; }

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

This text font color is #1C0626.


Background Color

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

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

This div background color is #1C0626.


Border color

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

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

This div border color is #1C0626.


Opacity

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

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

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

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

This text has shadow with #1C0626 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C0626 on black background.


Color preview on white background

This text has color #1C0626 on white background.



Black color preview on #1C0626 background

This text has black color on #1C0626 background.


White color preview on #1C0626 background

This text has white color on #1C0626 background.