COLOR #111835

HEX: #111835 RGB: (17,24,53)

Color info

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

RGB color model

#111835 color RGB value is (17,24,53).

RGB: (17,24,53) (7%, 9%, 21%)

RGB channels and saturation

R 17 of 255 = 7%
G 24 of 255 = 9%
B 53 of 255 = 21%

17
24
53

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

Portions of RGB colors in percentages

R + G + B = 17 + 24 + 53 = 94 (100%)
R 17 of 94 ~ 18.09%
G 24 of 94 ~ 25.53%
B 53 of 94 ~ 56.38'%

%18.09
%25.53
%56.38

CMYK color model

#111835 color CMYK value is (68,55,0,79).

  • cyan value is 67.92%
  • magenta value is 54.72%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK: (68,55,0,79) C68M55Y0K79 (68%,55%,0%,79%) (0.68/0.55/0.00/0.79) 

CMYK percentages

%67.92
%54.72
%0
%79.22

Codes

Color #111835 in popluar color models

11 18 35
RGB 17 24 53
HSL 228° 51.43% 13.73%
HSB/HSV 228° 67.92% 20.78%
CMYK 67.92% 54.72% 0.00%
79.22%

Color #111835 in popluar number systems.

HEX 11 18 35
Decimal 17 24 53
Binary 10001 11000 110101
Octal 21 30 65

Shades and tints

Shades of #111835

#111835
(17,24,53)
#101631
(16,22,49)
#0F142D
(15,20,45)
#0E1229
(14,18,41)
#0D1025
(13,16,37)
#0C0E21
(12,14,33)
#0B0C1D
(11,12,29)
#0A0A19
(10,10,25)
#090815
(9,8,21)
#080611
(8,6,17)
#07040D
(7,4,13)
#000000
(0,0,0)

Tints of #111835

#111835
(17,24,53)
#262D47
(38,45,71)
#3B4259
(59,66,89)
#50576B
(80,87,107)
#656C7D
(101,108,125)
#7A818F
(122,129,143)
#8F96A1
(143,150,161)
#A4ABB3
(164,171,179)
#B9C0C5
(185,192,197)
#CED5D7
(206,213,215)
#E3EAE9
(227,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111835; }

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

This text font color is #111835.

Background Color

.myBgColor { background-color: #111835; }

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

This div background color is #111835.

Border color

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

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

This div border color is #111835.

Opacity

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

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

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

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

This text has shadow with #111835 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #111835.

Preview

Color preview on black background

This text has color #111835 on black background.


Color preview on white background

This text has color #111835 on white background.


Black color preview on #111835 background

This text has black color on #111835 background.


White color preview on #111835 background

This text has white color on #111835 background.


Related colors

Complementary color

Complementary color for #hex is #EEE7CA.


I love getcolorcode.com

Triadic colors

1 #351118 and #183511 with #111835 are triadic colors.

2 #351811 and #181135 with #111835 are triadic colors.