COLOR #112325

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

17
35
37

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

Portions of RGB colors in percentages

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

%19.1
%39.33
%41.57

CMYK color model

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

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

CMYK percentages

%54.05
%5.41
%0
%85.49

Codes

Color #112325 in popluar color models

112325
RGB173537
HSL186°37.04%10.59%
HSB/HSV186°54.05%14.51%
CMYK54.05%5.41%0.00%
85.49%

Color #112325 in popluar number systems.

HEX112325
Decimal173537
Binary10001100011100101
Octal214345

Shades and tints

Shades of #112325

#112325
(17,35,37)
#102022
(16,32,34)
#0F1D1F
(15,29,31)
#0E1A1C
(14,26,28)
#0D1719
(13,23,25)
#0C1416
(12,20,22)
#0B1113
(11,17,19)
#0A0E10
(10,14,16)
#090B0D
(9,11,13)
#08080A
(8,8,10)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #112325

#112325
(17,35,37)
#263738
(38,55,56)
#3B4B4B
(59,75,75)
#505F5E
(80,95,94)
#657371
(101,115,113)
#7A8784
(122,135,132)
#8F9B97
(143,155,151)
#A4AFAA
(164,175,170)
#B9C3BD
(185,195,189)
#CED7D0
(206,215,208)
#E3EBE3
(227,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112325; }

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

This text font color is #112325.


Background Color

.myBgColor { background-color: #112325; }

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

This div background color is #112325.


Border color

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

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

This div border color is #112325.


Opacity

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

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

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

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

This text has shadow with #112325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112325 on black background.


Color preview on white background

This text has color #112325 on white background.



Black color preview on #112325 background

This text has black color on #112325 background.


White color preview on #112325 background

This text has white color on #112325 background.