COLOR #110328

HEX: #110328
RGB: (17,3,40)

Color info

#110328 contains red, green and blue colors in about the same proportion. Web safe color of #110328 is #000033 (or #003).

RGB color model

#110328 color RGB value is (17,3,40).

  • red value is 17;
  • green value is 3;
  • blue value is 40.
RGB:
(17,3,40)
(7%,1%,16%)

RGB channels and saturation

R 17 of 255 = 7%
G 3 of 255 = 1%
B 40 of 255 = 16%

17
3
40

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

Portions of RGB colors in percentages

R + G + B =
17 + 3 + 40 = 60 (100%)
R 17 of 60 ~ 28.33%
G 3 of 60 ~ 5%
B 40 of 60 ~ 66.67%

%28.33
%66.67

CMYK color model

#110328 color CMYK value is (58,93,0,84).

  • cyan value is 57.50%
  • magenta value is 92.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(58,93,0,84)
C58M93Y0K84 
(58%,93%,0%,84%)
(0.58/0.93/0.00/0.84)	

CMYK percentages

%57.5
%92.5
%0
%84.31

Codes

Color #110328 in popluar color models

110328
RGB17340
HSL263°86.05%8.43%
HSB/HSV263°92.50%15.69%
CMYK57.50%92.50%0.00%
84.31%

Color #110328 in popluar number systems.

HEX110328
Decimal17340
Binary1000111101000
Octal21350

Shades and tints

Shades of #110328

#110328
(17,3,40)
#100325
(16,3,37)
#0F0322
(15,3,34)
#0E031F
(14,3,31)
#0D031C
(13,3,28)
#0C0319
(12,3,25)
#0B0316
(11,3,22)
#0A0313
(10,3,19)
#090310
(9,3,16)
#08030D
(8,3,13)
#07030A
(7,3,10)
#000000
(0,0,0)

Tints of #110328

#110328
(17,3,40)
#26193B
(38,25,59)
#3B2F4E
(59,47,78)
#504561
(80,69,97)
#655B74
(101,91,116)
#7A7187
(122,113,135)
#8F879A
(143,135,154)
#A49DAD
(164,157,173)
#B9B3C0
(185,179,192)
#CEC9D3
(206,201,211)
#E3DFE6
(227,223,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110328 color. Also use rgb(17,3,40) instead hex code.

Text Font Color

.myTextColor { color: #110328; }

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

This text font color is #110328.


Background Color

.myBgColor { background-color: #110328; }

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

This div background color is #110328.


Border color

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

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

This div border color is #110328.


Opacity

.myOpacity80 { color: #110328; opacity: 0.8; }

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

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

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

This text has shadow with #110328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110328 on black background.


Color preview on white background

This text has color #110328 on white background.



Black color preview on #110328 background

This text has black color on #110328 background.


White color preview on #110328 background

This text has white color on #110328 background.