COLOR #111F1F

HEX: #111F1F
RGB: (17,31,31)

Color info

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

RGB color model

#111F1F color RGB value is (17,31,31).

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

RGB channels and saturation

R 17 of 255 = 7%
G 31 of 255 = 12%
B 31 of 255 = 12%

17
31
31

R + G + B ~ 10%. #111F1F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 31 + 31 = 79 (100%)
R 17 of 79 ~ 21.52%
G 31 of 79 ~ 39.24%
B 31 of 79 ~ 39.24%

%21.52
%39.24
%39.24

CMYK color model

#111F1F color CMYK value is (45,0,0,88).

  • cyan value is 45.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 87.84%
CMYK:
(45,0,0,88)
C45M0Y0K88 
(45%,0%,0%,88%)
(0.45/0.00/0.00/0.88)	

CMYK percentages

%45.16
%0
%0
%87.84

Codes

Color #111F1F in popluar color models

111F1F
RGB173131
HSL180°29.17%9.41%
HSB/HSV180°45.16%12.16%
CMYK45.16%0.00%0.00%
87.84%

Color #111F1F in popluar number systems.

HEX111F1F
Decimal173131
Binary100011111111111
Octal213737

Shades and tints

Shades of #111F1F

#111F1F
(17,31,31)
#101D1D
(16,29,29)
#0F1B1B
(15,27,27)
#0E1919
(14,25,25)
#0D1717
(13,23,23)
#0C1515
(12,21,21)
#0B1313
(11,19,19)
#0A1111
(10,17,17)
#090F0F
(9,15,15)
#080D0D
(8,13,13)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #111F1F

#111F1F
(17,31,31)
#263333
(38,51,51)
#3B4747
(59,71,71)
#505B5B
(80,91,91)
#656F6F
(101,111,111)
#7A8383
(122,131,131)
#8F9797
(143,151,151)
#A4ABAB
(164,171,171)
#B9BFBF
(185,191,191)
#CED3D3
(206,211,211)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #111F1F; }

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

This text font color is #111F1F.


Background Color

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

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

This div background color is #111F1F.


Border color

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

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

This div border color is #111F1F.


Opacity

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

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

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

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

This text has shadow with #111F1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111F1F on black background.


Color preview on white background

This text has color #111F1F on white background.



Black color preview on #111F1F background

This text has black color on #111F1F background.


White color preview on #111F1F background

This text has white color on #111F1F background.