COLOR #111E35

HEX: #111E35
RGB: (17,30,53)

Color info

#111E35 contains red, green and blue colors in about the same proportion. Web safe color of #111E35 is #003333 (or #033).

RGB color model

#111E35 color RGB value is (17,30,53).

  • red value is 17;
  • green value is 30;
  • blue value is 53.
RGB:
(17,30,53)
(7%,12%,21%)

RGB channels and saturation

R 17 of 255 = 7%
G 30 of 255 = 12%
B 53 of 255 = 21%

17
30
53

R + G + B ~ 13%. #111E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 30 + 53 = 100 (100%)
R 17 of 100 ~ 17%
G 30 of 100 ~ 30%
B 53 of 100 ~ 53%

%17
%30
%53

CMYK color model

#111E35 color CMYK value is (68,43,0,79).

  • cyan value is 67.92%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(68,43,0,79)
C68M43Y0K79 
(68%,43%,0%,79%)
(0.68/0.43/0.00/0.79)	

CMYK percentages

%67.92
%43.4
%0
%79.22

Codes

Color #111E35 in popluar color models

111E35
RGB173053
HSL218°51.43%13.73%
HSB/HSV218°67.92%20.78%
CMYK67.92%43.40%0.00%
79.22%

Color #111E35 in popluar number systems.

HEX111E35
Decimal173053
Binary1000111110110101
Octal213665

Shades and tints

Shades of #111E35

#111E35
(17,30,53)
#101C31
(16,28,49)
#0F1A2D
(15,26,45)
#0E1829
(14,24,41)
#0D1625
(13,22,37)
#0C1421
(12,20,33)
#0B121D
(11,18,29)
#0A1019
(10,16,25)
#090E15
(9,14,21)
#080C11
(8,12,17)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #111E35

#111E35
(17,30,53)
#263247
(38,50,71)
#3B4659
(59,70,89)
#505A6B
(80,90,107)
#656E7D
(101,110,125)
#7A828F
(122,130,143)
#8F96A1
(143,150,161)
#A4AAB3
(164,170,179)
#B9BEC5
(185,190,197)
#CED2D7
(206,210,215)
#E3E6E9
(227,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111E35 color. Also use rgb(17,30,53) instead hex code.

Text Font Color

.myTextColor { color: #111E35; }

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

This text font color is #111E35.


Background Color

.myBgColor { background-color: #111E35; }

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

This div background color is #111E35.


Border color

.myBorderColor { border: 1px solid #111E35; }

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

This div border color is #111E35.


Opacity

.myOpacity80 { color: #111E35; opacity: 0.8; }

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

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

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

This text has shadow with #111E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111E35 on black background.


Color preview on white background

This text has color #111E35 on white background.



Black color preview on #111E35 background

This text has black color on #111E35 background.


White color preview on #111E35 background

This text has white color on #111E35 background.