COLOR #110821

HEX: #110821
RGB: (17,8,33)

Color info

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

RGB color model

#110821 color RGB value is (17,8,33).

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

RGB channels and saturation

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

17
8
33

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

Portions of RGB colors in percentages

R + G + B =
17 + 8 + 33 = 58 (100%)
R 17 of 58 ~ 29.31%
G 8 of 58 ~ 13.79%
B 33 of 58 ~ 56.9%

%29.31
%13.79
%56.9

CMYK color model

#110821 color CMYK value is (48,76,0,87).

  • cyan value is 48.48%
  • magenta value is 75.76%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,76,0,87)
C48M76Y0K87 
(48%,76%,0%,87%)
(0.48/0.76/0.00/0.87)	

CMYK percentages

%48.48
%75.76
%0
%87.06

Codes

Color #110821 in popluar color models

110821
RGB17833
HSL262°60.98%8.04%
HSB/HSV262°75.76%12.94%
CMYK48.48%75.76%0.00%
87.06%

Color #110821 in popluar number systems.

HEX110821
Decimal17833
Binary100011000100001
Octal211041

Shades and tints

Shades of #110821

#110821
(17,8,33)
#10081E
(16,8,30)
#0F081B
(15,8,27)
#0E0818
(14,8,24)
#0D0815
(13,8,21)
#0C0812
(12,8,18)
#0B080F
(11,8,15)
#0A080C
(10,8,12)
#090809
(9,8,9)
#080806
(8,8,6)
#070803
(7,8,3)
#000000
(0,0,0)

Tints of #110821

#110821
(17,8,33)
#261E35
(38,30,53)
#3B3449
(59,52,73)
#504A5D
(80,74,93)
#656071
(101,96,113)
#7A7685
(122,118,133)
#8F8C99
(143,140,153)
#A4A2AD
(164,162,173)
#B9B8C1
(185,184,193)
#CECED5
(206,206,213)
#E3E4E9
(227,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110821; }

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

This text font color is #110821.


Background Color

.myBgColor { background-color: #110821; }

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

This div background color is #110821.


Border color

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

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

This div border color is #110821.


Opacity

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

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

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

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

This text has shadow with #110821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110821 on black background.


Color preview on white background

This text has color #110821 on white background.



Black color preview on #110821 background

This text has black color on #110821 background.


White color preview on #110821 background

This text has white color on #110821 background.