COLOR #110321

HEX: #110321
RGB: (17,3,33)

Color info

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

RGB color model

#110321 color RGB value is (17,3,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 3 of 255 = 1%
B 33 of 255 = 13%

17
3
33

R + G + B ~ 7%. #110321 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 3 + 33 = 53 (100%)
R 17 of 53 ~ 32.08%
G 3 of 53 ~ 5.66%
B 33 of 53 ~ 62.26%

%32.08
%62.26

CMYK color model

#110321 color CMYK value is (48,91,0,87).

  • cyan value is 48.48%
  • magenta value is 90.91%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,91,0,87)
C48M91Y0K87 
(48%,91%,0%,87%)
(0.48/0.91/0.00/0.87)	

CMYK percentages

%48.48
%90.91
%0
%87.06

Codes

Color #110321 in popluar color models

110321
RGB17333
HSL268°83.33%7.06%
HSB/HSV268°90.91%12.94%
CMYK48.48%90.91%0.00%
87.06%

Color #110321 in popluar number systems.

HEX110321
Decimal17333
Binary1000111100001
Octal21341

Shades and tints

Shades of #110321

#110321
(17,3,33)
#10031E
(16,3,30)
#0F031B
(15,3,27)
#0E0318
(14,3,24)
#0D0315
(13,3,21)
#0C0312
(12,3,18)
#0B030F
(11,3,15)
#0A030C
(10,3,12)
#090309
(9,3,9)
#080306
(8,3,6)
#070303
(7,3,3)
#000000
(0,0,0)

Tints of #110321

#110321
(17,3,33)
#261935
(38,25,53)
#3B2F49
(59,47,73)
#50455D
(80,69,93)
#655B71
(101,91,113)
#7A7185
(122,113,133)
#8F8799
(143,135,153)
#A49DAD
(164,157,173)
#B9B3C1
(185,179,193)
#CEC9D5
(206,201,213)
#E3DFE9
(227,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110321; }

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

This text font color is #110321.


Background Color

.myBgColor { background-color: #110321; }

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

This div background color is #110321.


Border color

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

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

This div border color is #110321.


Opacity

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

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

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

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

This text has shadow with #110321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110321 on black background.


Color preview on white background

This text has color #110321 on white background.



Black color preview on #110321 background

This text has black color on #110321 background.


White color preview on #110321 background

This text has white color on #110321 background.