COLOR #112523

HEX: #112523
RGB: (17,37,35)

Color info

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

RGB color model

#112523 color RGB value is (17,37,35).

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

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 35 of 255 = 14%

17
37
35

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 35 = 89 (100%)
R 17 of 89 ~ 19.1%
G 37 of 89 ~ 41.57%
B 35 of 89 ~ 39.33%

%19.1
%41.57
%39.33

CMYK color model

#112523 color CMYK value is (54,0,5,85).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 5.41%
  • key color value is 85.49%
CMYK:
(54,0,5,85)
C54M0Y5K85 
(54%,0%,5%,85%)
(0.54/0.00/0.05/0.85)	

CMYK percentages

%54.05
%0
%5.41
%85.49

Codes

Color #112523 in popluar color models

112523
RGB173735
HSL174°37.04%10.59%
HSB/HSV174°54.05%14.51%
CMYK54.05%0.00%5.41%
85.49%

Color #112523 in popluar number systems.

HEX112523
Decimal173735
Binary10001100101100011
Octal214543

Shades and tints

Shades of #112523

#112523
(17,37,35)
#102220
(16,34,32)
#0F1F1D
(15,31,29)
#0E1C1A
(14,28,26)
#0D1917
(13,25,23)
#0C1614
(12,22,20)
#0B1311
(11,19,17)
#0A100E
(10,16,14)
#090D0B
(9,13,11)
#080A08
(8,10,8)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #112523

#112523
(17,37,35)
#263837
(38,56,55)
#3B4B4B
(59,75,75)
#505E5F
(80,94,95)
#657173
(101,113,115)
#7A8487
(122,132,135)
#8F979B
(143,151,155)
#A4AAAF
(164,170,175)
#B9BDC3
(185,189,195)
#CED0D7
(206,208,215)
#E3E3EB
(227,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112523; }

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

This text font color is #112523.


Background Color

.myBgColor { background-color: #112523; }

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

This div background color is #112523.


Border color

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

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

This div border color is #112523.


Opacity

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

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

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

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

This text has shadow with #112523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112523 on black background.


Color preview on white background

This text has color #112523 on white background.



Black color preview on #112523 background

This text has black color on #112523 background.


White color preview on #112523 background

This text has white color on #112523 background.