COLOR #112527

HEX: #112527
RGB: (17,37,39)

Color info

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

RGB color model

#112527 color RGB value is (17,37,39).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 39 of 255 = 15%

17
37
39

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 39 = 93 (100%)
R 17 of 93 ~ 18.28%
G 37 of 93 ~ 39.78%
B 39 of 93 ~ 41.94%

%18.28
%39.78
%41.94

CMYK color model

#112527 color CMYK value is (56,5,0,85).

  • cyan value is 56.41%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(56,5,0,85)
C56M5Y0K85 
(56%,5%,0%,85%)
(0.56/0.05/0.00/0.85)	

CMYK percentages

%56.41
%5.13
%0
%84.71

Codes

Color #112527 in popluar color models

112527
RGB173739
HSL185°39.29%10.98%
HSB/HSV185°56.41%15.29%
CMYK56.41%5.13%0.00%
84.71%

Color #112527 in popluar number systems.

HEX112527
Decimal173739
Binary10001100101100111
Octal214547

Shades and tints

Shades of #112527

#112527
(17,37,39)
#102224
(16,34,36)
#0F1F21
(15,31,33)
#0E1C1E
(14,28,30)
#0D191B
(13,25,27)
#0C1618
(12,22,24)
#0B1315
(11,19,21)
#0A1012
(10,16,18)
#090D0F
(9,13,15)
#080A0C
(8,10,12)
#070709
(7,7,9)
#000000
(0,0,0)

Tints of #112527

#112527
(17,37,39)
#26383A
(38,56,58)
#3B4B4D
(59,75,77)
#505E60
(80,94,96)
#657173
(101,113,115)
#7A8486
(122,132,134)
#8F9799
(143,151,153)
#A4AAAC
(164,170,172)
#B9BDBF
(185,189,191)
#CED0D2
(206,208,210)
#E3E3E5
(227,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112527; }

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

This text font color is #112527.


Background Color

.myBgColor { background-color: #112527; }

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

This div background color is #112527.


Border color

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

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

This div border color is #112527.


Opacity

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

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

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

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

This text has shadow with #112527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112527 on black background.


Color preview on white background

This text has color #112527 on white background.



Black color preview on #112527 background

This text has black color on #112527 background.


White color preview on #112527 background

This text has white color on #112527 background.