COLOR #111830

HEX: #111830
RGB: (17,24,48)

Color info

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

RGB color model

#111830 color RGB value is (17,24,48).

  • red value is 17;
  • green value is 24;
  • blue value is 48.
RGB:
(17,24,48)
(7%,9%,19%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 48 of 255 = 19%

17
24
48

R + G + B ~ 12%. #111830 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 24 + 48 = 89 (100%)
R 17 of 89 ~ 19.1%
G 24 of 89 ~ 26.97%
B 48 of 89 ~ 53.93%

%19.1
%26.97
%53.93

CMYK color model

#111830 color CMYK value is (65,50,0,81).

  • cyan value is 64.58%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(65,50,0,81)
C65M50Y0K81 
(65%,50%,0%,81%)
(0.65/0.50/0.00/0.81)	

CMYK percentages

%64.58
%50
%0
%81.18

Codes

Color #111830 in popluar color models

111830
RGB172448
HSL226°47.69%12.75%
HSB/HSV226°64.58%18.82%
CMYK64.58%50.00%0.00%
81.18%

Color #111830 in popluar number systems.

HEX111830
Decimal172448
Binary1000111000110000
Octal213060

Shades and tints

Shades of #111830

#111830
(17,24,48)
#10162C
(16,22,44)
#0F1428
(15,20,40)
#0E1224
(14,18,36)
#0D1020
(13,16,32)
#0C0E1C
(12,14,28)
#0B0C18
(11,12,24)
#0A0A14
(10,10,20)
#090810
(9,8,16)
#08060C
(8,6,12)
#070408
(7,4,8)
#000000
(0,0,0)

Tints of #111830

#111830
(17,24,48)
#262D42
(38,45,66)
#3B4254
(59,66,84)
#505766
(80,87,102)
#656C78
(101,108,120)
#7A818A
(122,129,138)
#8F969C
(143,150,156)
#A4ABAE
(164,171,174)
#B9C0C0
(185,192,192)
#CED5D2
(206,213,210)
#E3EAE4
(227,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111830 color. Also use rgb(17,24,48) instead hex code.

Text Font Color

.myTextColor { color: #111830; }

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

This text font color is #111830.


Background Color

.myBgColor { background-color: #111830; }

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

This div background color is #111830.


Border color

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

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

This div border color is #111830.


Opacity

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

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

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

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

This text has shadow with #111830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111830 on black background.


Color preview on white background

This text has color #111830 on white background.



Black color preview on #111830 background

This text has black color on #111830 background.


White color preview on #111830 background

This text has white color on #111830 background.