COLOR #110D2D

HEX: #110D2D
RGB: (17,13,45)

Color info

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

RGB color model

#110D2D color RGB value is (17,13,45).

  • red value is 17;
  • green value is 13;
  • blue value is 45.
RGB:
(17,13,45)
(7%,5%,18%)

RGB channels and saturation

R 17 of 255 = 7%
G 13 of 255 = 5%
B 45 of 255 = 18%

17
13
45

R + G + B ~ 10%. #110D2D is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 13 + 45 = 75 (100%)
R 17 of 75 ~ 22.67%
G 13 of 75 ~ 17.33%
B 45 of 75 ~ 60%

%22.67
%17.33
%60

CMYK color model

#110D2D color CMYK value is (62,71,0,82).

  • cyan value is 62.22%
  • magenta value is 71.11%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(62,71,0,82)
C62M71Y0K82 
(62%,71%,0%,82%)
(0.62/0.71/0.00/0.82)	

CMYK percentages

%62.22
%71.11
%0
%82.35

Codes

Color #110D2D in popluar color models

110D2D
RGB171345
HSL248°55.17%11.37%
HSB/HSV248°71.11%17.65%
CMYK62.22%71.11%0.00%
82.35%

Color #110D2D in popluar number systems.

HEX110D2D
Decimal171345
Binary100011101101101
Octal211555

Shades and tints

Shades of #110D2D

#110D2D
(17,13,45)
#100C29
(16,12,41)
#0F0B25
(15,11,37)
#0E0A21
(14,10,33)
#0D091D
(13,9,29)
#0C0819
(12,8,25)
#0B0715
(11,7,21)
#0A0611
(10,6,17)
#09050D
(9,5,13)
#080409
(8,4,9)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #110D2D

#110D2D
(17,13,45)
#262340
(38,35,64)
#3B3953
(59,57,83)
#504F66
(80,79,102)
#656579
(101,101,121)
#7A7B8C
(122,123,140)
#8F919F
(143,145,159)
#A4A7B2
(164,167,178)
#B9BDC5
(185,189,197)
#CED3D8
(206,211,216)
#E3E9EB
(227,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110D2D color. Also use rgb(17,13,45) instead hex code.

Text Font Color

.myTextColor { color: #110D2D; }

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

This text font color is #110D2D.


Background Color

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

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

This div background color is #110D2D.


Border color

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

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

This div border color is #110D2D.


Opacity

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

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

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

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

This text has shadow with #110D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110D2D on black background.


Color preview on white background

This text has color #110D2D on white background.



Black color preview on #110D2D background

This text has black color on #110D2D background.


White color preview on #110D2D background

This text has white color on #110D2D background.