COLOR #110F21

HEX: #110F21
RGB: (17,15,33)

Color info

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

RGB color model

#110F21 color RGB value is (17,15,33).

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

RGB channels and saturation

R 17 of 255 = 7%
G 15 of 255 = 6%
B 33 of 255 = 13%

17
15
33

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

Portions of RGB colors in percentages

R + G + B =
17 + 15 + 33 = 65 (100%)
R 17 of 65 ~ 26.15%
G 15 of 65 ~ 23.08%
B 33 of 65 ~ 50.77%

%26.15
%23.08
%50.77

CMYK color model

#110F21 color CMYK value is (48,55,0,87).

  • cyan value is 48.48%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 87.06%
CMYK:
(48,55,0,87)
C48M55Y0K87 
(48%,55%,0%,87%)
(0.48/0.55/0.00/0.87)	

CMYK percentages

%48.48
%54.55
%0
%87.06

Codes

Color #110F21 in popluar color models

110F21
RGB171533
HSL247°37.50%9.41%
HSB/HSV247°54.55%12.94%
CMYK48.48%54.55%0.00%
87.06%

Color #110F21 in popluar number systems.

HEX110F21
Decimal171533
Binary100011111100001
Octal211741

Shades and tints

Shades of #110F21

#110F21
(17,15,33)
#100E1E
(16,14,30)
#0F0D1B
(15,13,27)
#0E0C18
(14,12,24)
#0D0B15
(13,11,21)
#0C0A12
(12,10,18)
#0B090F
(11,9,15)
#0A080C
(10,8,12)
#090709
(9,7,9)
#080606
(8,6,6)
#070503
(7,5,3)
#000000
(0,0,0)

Tints of #110F21

#110F21
(17,15,33)
#262435
(38,36,53)
#3B3949
(59,57,73)
#504E5D
(80,78,93)
#656371
(101,99,113)
#7A7885
(122,120,133)
#8F8D99
(143,141,153)
#A4A2AD
(164,162,173)
#B9B7C1
(185,183,193)
#CECCD5
(206,204,213)
#E3E1E9
(227,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #110F21; }

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

This text font color is #110F21.


Background Color

.myBgColor { background-color: #110F21; }

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

This div background color is #110F21.


Border color

.myBorderColor { border: 1px solid #110F21; }

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

This div border color is #110F21.


Opacity

.myOpacity80 { color: #110F21; opacity: 0.8; }

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

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

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

This text has shadow with #110F21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110F21 on black background.


Color preview on white background

This text has color #110F21 on white background.



Black color preview on #110F21 background

This text has black color on #110F21 background.


White color preview on #110F21 background

This text has white color on #110F21 background.