COLOR #111725

HEX: #111725
RGB: (17,23,37)

Color info

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

RGB color model

#111725 color RGB value is (17,23,37).

  • red value is 17;
  • green value is 23;
  • blue value is 37.
RGB:
(17,23,37)
(7%,9%,15%)

RGB channels and saturation

R 17 of 255 = 7%
G 23 of 255 = 9%
B 37 of 255 = 15%

17
23
37

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

Portions of RGB colors in percentages

R + G + B =
17 + 23 + 37 = 77 (100%)
R 17 of 77 ~ 22.08%
G 23 of 77 ~ 29.87%
B 37 of 77 ~ 48.05%

%22.08
%29.87
%48.05

CMYK color model

#111725 color CMYK value is (54,38,0,85).

  • cyan value is 54.05%
  • magenta value is 37.84%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(54,38,0,85)
C54M38Y0K85 
(54%,38%,0%,85%)
(0.54/0.38/0.00/0.85)	

CMYK percentages

%54.05
%37.84
%0
%85.49

Codes

Color #111725 in popluar color models

111725
RGB172337
HSL222°37.04%10.59%
HSB/HSV222°54.05%14.51%
CMYK54.05%37.84%0.00%
85.49%

Color #111725 in popluar number systems.

HEX111725
Decimal172337
Binary1000110111100101
Octal212745

Shades and tints

Shades of #111725

#111725
(17,23,37)
#101522
(16,21,34)
#0F131F
(15,19,31)
#0E111C
(14,17,28)
#0D0F19
(13,15,25)
#0C0D16
(12,13,22)
#0B0B13
(11,11,19)
#0A0910
(10,9,16)
#09070D
(9,7,13)
#08050A
(8,5,10)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #111725

#111725
(17,23,37)
#262C38
(38,44,56)
#3B414B
(59,65,75)
#50565E
(80,86,94)
#656B71
(101,107,113)
#7A8084
(122,128,132)
#8F9597
(143,149,151)
#A4AAAA
(164,170,170)
#B9BFBD
(185,191,189)
#CED4D0
(206,212,208)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #111725 color. Also use rgb(17,23,37) instead hex code.

Text Font Color

.myTextColor { color: #111725; }

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

This text font color is #111725.


Background Color

.myBgColor { background-color: #111725; }

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

This div background color is #111725.


Border color

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

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

This div border color is #111725.


Opacity

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

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

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

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

This text has shadow with #111725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #111725 on black background.


Color preview on white background

This text has color #111725 on white background.



Black color preview on #111725 background

This text has black color on #111725 background.


White color preview on #111725 background

This text has white color on #111725 background.