COLOR #111930

HEX: #111930
RGB: (17,25,48)

Color info

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

RGB color model

#111930 color RGB value is (17,25,48).

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

RGB channels and saturation

R 17 of 255 = 7%
G 25 of 255 = 10%
B 48 of 255 = 19%

17
25
48

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

Portions of RGB colors in percentages

R + G + B =
17 + 25 + 48 = 90 (100%)
R 17 of 90 ~ 18.89%
G 25 of 90 ~ 27.78%
B 48 of 90 ~ 53.33%

%18.89
%27.78
%53.33

CMYK color model

#111930 color CMYK value is (65,48,0,81).

  • cyan value is 64.58%
  • magenta value is 47.92%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(65,48,0,81)
C65M48Y0K81 
(65%,48%,0%,81%)
(0.65/0.48/0.00/0.81)	

CMYK percentages

%64.58
%47.92
%0
%81.18

Codes

Color #111930 in popluar color models

111930
RGB172548
HSL225°47.69%12.75%
HSB/HSV225°64.58%18.82%
CMYK64.58%47.92%0.00%
81.18%

Color #111930 in popluar number systems.

HEX111930
Decimal172548
Binary1000111001110000
Octal213160

Shades and tints

Shades of #111930

#111930
(17,25,48)
#10172C
(16,23,44)
#0F1528
(15,21,40)
#0E1324
(14,19,36)
#0D1120
(13,17,32)
#0C0F1C
(12,15,28)
#0B0D18
(11,13,24)
#0A0B14
(10,11,20)
#090910
(9,9,16)
#08070C
(8,7,12)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #111930

#111930
(17,25,48)
#262D42
(38,45,66)
#3B4154
(59,65,84)
#505566
(80,85,102)
#656978
(101,105,120)
#7A7D8A
(122,125,138)
#8F919C
(143,145,156)
#A4A5AE
(164,165,174)
#B9B9C0
(185,185,192)
#CECDD2
(206,205,210)
#E3E1E4
(227,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111930; }

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

This text font color is #111930.


Background Color

.myBgColor { background-color: #111930; }

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

This div background color is #111930.


Border color

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

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

This div border color is #111930.


Opacity

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

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

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

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

This text has shadow with #111930 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111930 on black background.


Color preview on white background

This text has color #111930 on white background.



Black color preview on #111930 background

This text has black color on #111930 background.


White color preview on #111930 background

This text has white color on #111930 background.