COLOR #110B3A

HEX: #110B3A
RGB: (17,11,58)

Color info

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

RGB color model

#110B3A color RGB value is (17,11,58).

  • red value is 17;
  • green value is 11;
  • blue value is 58.
RGB:
(17,11,58)
(7%,4%,23%)

RGB channels and saturation

R 17 of 255 = 7%
G 11 of 255 = 4%
B 58 of 255 = 23%

17
11
58

R + G + B ~ 11%. #110B3A is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 11 + 58 = 86 (100%)
R 17 of 86 ~ 19.77%
G 11 of 86 ~ 12.79%
B 58 of 86 ~ 67.44%

%19.77
%12.79
%67.44

CMYK color model

#110B3A color CMYK value is (71,81,0,77).

  • cyan value is 70.69%
  • magenta value is 81.03%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(71,81,0,77)
C71M81Y0K77 
(71%,81%,0%,77%)
(0.71/0.81/0.00/0.77)	

CMYK percentages

%70.69
%81.03
%0
%77.25

Codes

Color #110B3A in popluar color models

110B3A
RGB171158
HSL248°68.12%13.53%
HSB/HSV248°81.03%22.75%
CMYK70.69%81.03%0.00%
77.25%

Color #110B3A in popluar number systems.

HEX110B3A
Decimal171158
Binary100011011111010
Octal211372

Shades and tints

Shades of #110B3A

#110B3A
(17,11,58)
#100A35
(16,10,53)
#0F0930
(15,9,48)
#0E082B
(14,8,43)
#0D0726
(13,7,38)
#0C0621
(12,6,33)
#0B051C
(11,5,28)
#0A0417
(10,4,23)
#090312
(9,3,18)
#08020D
(8,2,13)
#070108
(7,1,8)
#000000
(0,0,0)

Tints of #110B3A

#110B3A
(17,11,58)
#26214B
(38,33,75)
#3B375C
(59,55,92)
#504D6D
(80,77,109)
#65637E
(101,99,126)
#7A798F
(122,121,143)
#8F8FA0
(143,143,160)
#A4A5B1
(164,165,177)
#B9BBC2
(185,187,194)
#CED1D3
(206,209,211)
#E3E7E4
(227,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #110B3A color. Also use rgb(17,11,58) instead hex code.

Text Font Color

.myTextColor { color: #110B3A; }

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

This text font color is #110B3A.


Background Color

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

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

This div background color is #110B3A.


Border color

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

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

This div border color is #110B3A.


Opacity

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

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

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

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

This text has shadow with #110B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #110B3A on black background.


Color preview on white background

This text has color #110B3A on white background.



Black color preview on #110B3A background

This text has black color on #110B3A background.


White color preview on #110B3A background

This text has white color on #110B3A background.