COLOR #110828

HEX: #110828
RGB: (17,8,40)

Color info

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

RGB color model

#110828 color RGB value is (17,8,40).

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

RGB channels and saturation

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

17
8
40

R + G + B ~ 9%. #110828 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 8 + 40 = 65 (100%)
R 17 of 65 ~ 26.15%
G 8 of 65 ~ 12.31%
B 40 of 65 ~ 61.54%

%26.15
%12.31
%61.54

CMYK color model

#110828 color CMYK value is (58,80,0,84).

  • cyan value is 57.50%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(58,80,0,84)
C58M80Y0K84 
(58%,80%,0%,84%)
(0.58/0.80/0.00/0.84)	

CMYK percentages

%57.5
%80
%0
%84.31

Codes

Color #110828 in popluar color models

110828
RGB17840
HSL257°66.67%9.41%
HSB/HSV257°80.00%15.69%
CMYK57.50%80.00%0.00%
84.31%

Color #110828 in popluar number systems.

HEX110828
Decimal17840
Binary100011000101000
Octal211050

Shades and tints

Shades of #110828

#110828
(17,8,40)
#100825
(16,8,37)
#0F0822
(15,8,34)
#0E081F
(14,8,31)
#0D081C
(13,8,28)
#0C0819
(12,8,25)
#0B0816
(11,8,22)
#0A0813
(10,8,19)
#090810
(9,8,16)
#08080D
(8,8,13)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #110828

#110828
(17,8,40)
#261E3B
(38,30,59)
#3B344E
(59,52,78)
#504A61
(80,74,97)
#656074
(101,96,116)
#7A7687
(122,118,135)
#8F8C9A
(143,140,154)
#A4A2AD
(164,162,173)
#B9B8C0
(185,184,192)
#CECED3
(206,206,211)
#E3E4E6
(227,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110828; }

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

This text font color is #110828.


Background Color

.myBgColor { background-color: #110828; }

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

This div background color is #110828.


Border color

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

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

This div border color is #110828.


Opacity

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

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

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

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

This text has shadow with #110828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110828 on black background.


Color preview on white background

This text has color #110828 on white background.



Black color preview on #110828 background

This text has black color on #110828 background.


White color preview on #110828 background

This text has white color on #110828 background.