COLOR #1C1333

HEX: #1C1333
RGB: (28,19,51)

Color info

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

RGB color model

#1C1333 color RGB value is (28,19,51).

  • red value is 28;
  • green value is 19;
  • blue value is 51.
RGB:
(28,19,51)
(11%,7%,20%)

RGB channels and saturation

R 28 of 255 = 11%
G 19 of 255 = 7%
B 51 of 255 = 20%

28
19
51

R + G + B ~ 13%. #1C1333 is dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 19 + 51 = 98 (100%)
R 28 of 98 ~ 28.57%
G 19 of 98 ~ 19.39%
B 51 of 98 ~ 52.04%

%28.57
%19.39
%52.04

CMYK color model

#1C1333 color CMYK value is (45,63,0,80).

  • cyan value is 45.10%
  • magenta value is 62.75%
  • yellow value is 0.00%
  • key color value is 80.00%
CMYK:
(45,63,0,80)
C45M63Y0K80 
(45%,63%,0%,80%)
(0.45/0.63/0.00/0.80)	

CMYK percentages

%45.1
%62.75
%0
%80

Codes

Color #1C1333 in popluar color models

1C1333
RGB281951
HSL257°45.71%13.73%
HSB/HSV257°62.75%20.00%
CMYK45.10%62.75%0.00%
80.00%

Color #1C1333 in popluar number systems.

HEX1C1333
Decimal281951
Binary1110010011110011
Octal342363

Shades and tints

Shades of #1C1333

#1C1333
(28,19,51)
#1A122F
(26,18,47)
#18112B
(24,17,43)
#161027
(22,16,39)
#140F23
(20,15,35)
#120E1F
(18,14,31)
#100D1B
(16,13,27)
#0E0C17
(14,12,23)
#0C0B13
(12,11,19)
#0A0A0F
(10,10,15)
#08090B
(8,9,11)
#000000
(0,0,0)

Tints of #1C1333

#1C1333
(28,19,51)
#302845
(48,40,69)
#443D57
(68,61,87)
#585269
(88,82,105)
#6C677B
(108,103,123)
#807C8D
(128,124,141)
#94919F
(148,145,159)
#A8A6B1
(168,166,177)
#BCBBC3
(188,187,195)
#D0D0D5
(208,208,213)
#E4E5E7
(228,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C1333; }

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

This text font color is #1C1333.


Background Color

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

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

This div background color is #1C1333.


Border color

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

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

This div border color is #1C1333.


Opacity

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

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

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

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

This text has shadow with #1C1333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C1333 on black background.


Color preview on white background

This text has color #1C1333 on white background.



Black color preview on #1C1333 background

This text has black color on #1C1333 background.


White color preview on #1C1333 background

This text has white color on #1C1333 background.