COLOR #110721

HEX: #110721
RGB: (17,7,33)

Color info

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

RGB color model

#110721 color RGB value is (17,7,33).

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

RGB channels and saturation

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

17
7
33

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

Portions of RGB colors in percentages

R + G + B =
17 + 7 + 33 = 57 (100%)
R 17 of 57 ~ 29.82%
G 7 of 57 ~ 12.28%
B 33 of 57 ~ 57.89%

%29.82
%12.28
%57.89

CMYK color model

#110721 color CMYK value is (48,79,0,87).

  • cyan value is 48.48%
  • magenta value is 78.79%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,79,0,87)
C48M79Y0K87 
(48%,79%,0%,87%)
(0.48/0.79/0.00/0.87)	

CMYK percentages

%48.48
%78.79
%0
%87.06

Codes

Color #110721 in popluar color models

110721
RGB17733
HSL263°65.00%7.84%
HSB/HSV263°78.79%12.94%
CMYK48.48%78.79%0.00%
87.06%

Color #110721 in popluar number systems.

HEX110721
Decimal17733
Binary10001111100001
Octal21741

Shades and tints

Shades of #110721

#110721
(17,7,33)
#10071E
(16,7,30)
#0F071B
(15,7,27)
#0E0718
(14,7,24)
#0D0715
(13,7,21)
#0C0712
(12,7,18)
#0B070F
(11,7,15)
#0A070C
(10,7,12)
#090709
(9,7,9)
#080706
(8,7,6)
#070703
(7,7,3)
#000000
(0,0,0)

Tints of #110721

#110721
(17,7,33)
#261D35
(38,29,53)
#3B3349
(59,51,73)
#50495D
(80,73,93)
#655F71
(101,95,113)
#7A7585
(122,117,133)
#8F8B99
(143,139,153)
#A4A1AD
(164,161,173)
#B9B7C1
(185,183,193)
#CECDD5
(206,205,213)
#E3E3E9
(227,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110721; }

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

This text font color is #110721.


Background Color

.myBgColor { background-color: #110721; }

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

This div background color is #110721.


Border color

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

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

This div border color is #110721.


Opacity

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

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

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

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

This text has shadow with #110721 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110721 on black background.


Color preview on white background

This text has color #110721 on white background.



Black color preview on #110721 background

This text has black color on #110721 background.


White color preview on #110721 background

This text has white color on #110721 background.