COLOR #1C153C

HEX: #1C153C
RGB: (28,21,60)

Color info

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

RGB color model

#1C153C color RGB value is (28,21,60).

  • red value is 28;
  • green value is 21;
  • blue value is 60.
RGB:
(28,21,60)
(11%,8%,24%)

RGB channels and saturation

R 28 of 255 = 11%
G 21 of 255 = 8%
B 60 of 255 = 24%

28
21
60

R + G + B ~ 14%. #1C153C is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 21 + 60 = 109 (100%)
R 28 of 109 ~ 25.69%
G 21 of 109 ~ 19.27%
B 60 of 109 ~ 55.05%

%25.69
%19.27
%55.05

CMYK color model

#1C153C color CMYK value is (53,65,0,76).

  • cyan value is 53.33%
  • magenta value is 65.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(53,65,0,76)
C53M65Y0K76 
(53%,65%,0%,76%)
(0.53/0.65/0.00/0.76)	

CMYK percentages

%53.33
%65
%0
%76.47

Codes

Color #1C153C in popluar color models

1C153C
RGB282160
HSL251°48.15%15.88%
HSB/HSV251°65.00%23.53%
CMYK53.33%65.00%0.00%
76.47%

Color #1C153C in popluar number systems.

HEX1C153C
Decimal282160
Binary1110010101111100
Octal342574

Shades and tints

Shades of #1C153C

#1C153C
(28,21,60)
#1A1437
(26,20,55)
#181332
(24,19,50)
#16122D
(22,18,45)
#141128
(20,17,40)
#121023
(18,16,35)
#100F1E
(16,15,30)
#0E0E19
(14,14,25)
#0C0D14
(12,13,20)
#0A0C0F
(10,12,15)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #1C153C

#1C153C
(28,21,60)
#302A4D
(48,42,77)
#443F5E
(68,63,94)
#58546F
(88,84,111)
#6C6980
(108,105,128)
#807E91
(128,126,145)
#9493A2
(148,147,162)
#A8A8B3
(168,168,179)
#BCBDC4
(188,189,196)
#D0D2D5
(208,210,213)
#E4E7E6
(228,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C153C color. Also use rgb(28,21,60) instead hex code.

Text Font Color

.myTextColor { color: #1C153C; }

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

This text font color is #1C153C.


Background Color

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

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

This div background color is #1C153C.


Border color

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

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

This div border color is #1C153C.


Opacity

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

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

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

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

This text has shadow with #1C153C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C153C on black background.


Color preview on white background

This text has color #1C153C on white background.



Black color preview on #1C153C background

This text has black color on #1C153C background.


White color preview on #1C153C background

This text has white color on #1C153C background.