COLOR #112529

HEX: #112529
RGB: (17,37,41)

Color info

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

RGB color model

#112529 color RGB value is (17,37,41).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 41 of 255 = 16%

17
37
41

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 41 = 95 (100%)
R 17 of 95 ~ 17.89%
G 37 of 95 ~ 38.95%
B 41 of 95 ~ 43.16%

%17.89
%38.95
%43.16

CMYK color model

#112529 color CMYK value is (59,10,0,84).

  • cyan value is 58.54%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 83.92%
CMYK:
(59,10,0,84)
C59M10Y0K84 
(59%,10%,0%,84%)
(0.59/0.10/0.00/0.84)	

CMYK percentages

%58.54
%9.76
%0
%83.92

Codes

Color #112529 in popluar color models

112529
RGB173741
HSL190°41.38%11.37%
HSB/HSV190°58.54%16.08%
CMYK58.54%9.76%0.00%
83.92%

Color #112529 in popluar number systems.

HEX112529
Decimal173741
Binary10001100101101001
Octal214551

Shades and tints

Shades of #112529

#112529
(17,37,41)
#102226
(16,34,38)
#0F1F23
(15,31,35)
#0E1C20
(14,28,32)
#0D191D
(13,25,29)
#0C161A
(12,22,26)
#0B1317
(11,19,23)
#0A1014
(10,16,20)
#090D11
(9,13,17)
#080A0E
(8,10,14)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #112529

#112529
(17,37,41)
#26383C
(38,56,60)
#3B4B4F
(59,75,79)
#505E62
(80,94,98)
#657175
(101,113,117)
#7A8488
(122,132,136)
#8F979B
(143,151,155)
#A4AAAE
(164,170,174)
#B9BDC1
(185,189,193)
#CED0D4
(206,208,212)
#E3E3E7
(227,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112529; }

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

This text font color is #112529.


Background Color

.myBgColor { background-color: #112529; }

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

This div background color is #112529.


Border color

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

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

This div border color is #112529.


Opacity

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

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

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

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

This text has shadow with #112529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112529 on black background.


Color preview on white background

This text has color #112529 on white background.



Black color preview on #112529 background

This text has black color on #112529 background.


White color preview on #112529 background

This text has white color on #112529 background.