COLOR #112823

HEX: #112823
RGB: (17,40,35)

Color info

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

RGB color model

#112823 color RGB value is (17,40,35).

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

RGB channels and saturation

R 17 of 255 = 7%
G 40 of 255 = 16%
B 35 of 255 = 14%

17
40
35

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

Portions of RGB colors in percentages

R + G + B =
17 + 40 + 35 = 92 (100%)
R 17 of 92 ~ 18.48%
G 40 of 92 ~ 43.48%
B 35 of 92 ~ 38.04%

%18.48
%43.48
%38.04

CMYK color model

#112823 color CMYK value is (58,0,13,84).

  • cyan value is 57.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 84.31%
CMYK:
(58,0,13,84)
C58M0Y13K84 
(58%,0%,13%,84%)
(0.58/0.00/0.13/0.84)	

CMYK percentages

%57.5
%0
%12.5
%84.31

Codes

Color #112823 in popluar color models

112823
RGB174035
HSL167°40.35%11.18%
HSB/HSV167°57.50%15.69%
CMYK57.50%0.00%12.50%
84.31%

Color #112823 in popluar number systems.

HEX112823
Decimal174035
Binary10001101000100011
Octal215043

Shades and tints

Shades of #112823

#112823
(17,40,35)
#102520
(16,37,32)
#0F221D
(15,34,29)
#0E1F1A
(14,31,26)
#0D1C17
(13,28,23)
#0C1914
(12,25,20)
#0B1611
(11,22,17)
#0A130E
(10,19,14)
#09100B
(9,16,11)
#080D08
(8,13,8)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #112823

#112823
(17,40,35)
#263B37
(38,59,55)
#3B4E4B
(59,78,75)
#50615F
(80,97,95)
#657473
(101,116,115)
#7A8787
(122,135,135)
#8F9A9B
(143,154,155)
#A4ADAF
(164,173,175)
#B9C0C3
(185,192,195)
#CED3D7
(206,211,215)
#E3E6EB
(227,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112823; }

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

This text font color is #112823.


Background Color

.myBgColor { background-color: #112823; }

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

This div background color is #112823.


Border color

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

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

This div border color is #112823.


Opacity

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

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

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

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

This text has shadow with #112823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112823 on black background.


Color preview on white background

This text has color #112823 on white background.



Black color preview on #112823 background

This text has black color on #112823 background.


White color preview on #112823 background

This text has white color on #112823 background.