COLOR #1C063D

HEX: #1C063D
RGB: (28,6,61)

Color info

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

RGB color model

#1C063D color RGB value is (28,6,61).

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

RGB channels and saturation

R 28 of 255 = 11%
G 6 of 255 = 2%
B 61 of 255 = 24%

28
6
61

R + G + B ~ 12%. #1C063D is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 6 + 61 = 95 (100%)
R 28 of 95 ~ 29.47%
G 6 of 95 ~ 6.32%
B 61 of 95 ~ 64.21%

%29.47
%64.21

CMYK color model

#1C063D color CMYK value is (54,90,0,76).

  • cyan value is 54.10%
  • magenta value is 90.16%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(54,90,0,76)
C54M90Y0K76 
(54%,90%,0%,76%)
(0.54/0.90/0.00/0.76)	

CMYK percentages

%54.1
%90.16
%0
%76.08

Codes

Color #1C063D in popluar color models

1C063D
RGB28661
HSL264°82.09%13.14%
HSB/HSV264°90.16%23.92%
CMYK54.10%90.16%0.00%
76.08%

Color #1C063D in popluar number systems.

HEX1C063D
Decimal28661
Binary11100110111101
Octal34675

Shades and tints

Shades of #1C063D

#1C063D
(28,6,61)
#1A0638
(26,6,56)
#180633
(24,6,51)
#16062E
(22,6,46)
#140629
(20,6,41)
#120624
(18,6,36)
#10061F
(16,6,31)
#0E061A
(14,6,26)
#0C0615
(12,6,21)
#0A0610
(10,6,16)
#08060B
(8,6,11)
#000000
(0,0,0)

Tints of #1C063D

#1C063D
(28,6,61)
#301C4E
(48,28,78)
#44325F
(68,50,95)
#584870
(88,72,112)
#6C5E81
(108,94,129)
#807492
(128,116,146)
#948AA3
(148,138,163)
#A8A0B4
(168,160,180)
#BCB6C5
(188,182,197)
#D0CCD6
(208,204,214)
#E4E2E7
(228,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C063D; }

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

This text font color is #1C063D.


Background Color

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

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

This div background color is #1C063D.


Border color

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

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

This div border color is #1C063D.


Opacity

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

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

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

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

This text has shadow with #1C063D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C063D on black background.


Color preview on white background

This text has color #1C063D on white background.



Black color preview on #1C063D background

This text has black color on #1C063D background.


White color preview on #1C063D background

This text has white color on #1C063D background.