COLOR #112308

HEX: #112308
RGB: (17,35,8)

Color info

#112308 contains red, green and blue colors in about the same proportion. Web safe color of #112308 is #003300 (or #030).

RGB color model

#112308 color RGB value is (17,35,8).

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

RGB channels and saturation

R 17 of 255 = 7%
G 35 of 255 = 14%
B 8 of 255 = 3%

17
35
8

R + G + B ~ 8%. #112308 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 35 + 8 = 60 (100%)
R 17 of 60 ~ 28.33%
G 35 of 60 ~ 58.33%
B 8 of 60 ~ 13.33%

%28.33
%58.33
%13.33

CMYK color model

#112308 color CMYK value is (51,0,77,86).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 77.14%
  • key color value is 86.27%
CMYK:
(51,0,77,86)
C51M0Y77K86 
(51%,0%,77%,86%)
(0.51/0.00/0.77/0.86)	

CMYK percentages

%51.43
%0
%77.14
%86.27

Codes

Color #112308 in popluar color models

112308
RGB17358
HSL100°62.79%8.43%
HSB/HSV100°77.14%13.73%
CMYK51.43%0.00%77.14%
86.27%

Color #112308 in popluar number systems.

HEX112308
Decimal17358
Binary100011000111000
Octal214310

Shades and tints

Shades of #112308

#112308
(17,35,8)
#102008
(16,32,8)
#0F1D08
(15,29,8)
#0E1A08
(14,26,8)
#0D1708
(13,23,8)
#0C1408
(12,20,8)
#0B1108
(11,17,8)
#0A0E08
(10,14,8)
#090B08
(9,11,8)
#080808
(8,8,8)
#070508
(7,5,8)
#000000
(0,0,0)

Tints of #112308

#112308
(17,35,8)
#26371E
(38,55,30)
#3B4B34
(59,75,52)
#505F4A
(80,95,74)
#657360
(101,115,96)
#7A8776
(122,135,118)
#8F9B8C
(143,155,140)
#A4AFA2
(164,175,162)
#B9C3B8
(185,195,184)
#CED7CE
(206,215,206)
#E3EBE4
(227,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112308; }

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

This text font color is #112308.


Background Color

.myBgColor { background-color: #112308; }

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

This div background color is #112308.


Border color

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

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

This div border color is #112308.


Opacity

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

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

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

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

This text has shadow with #112308 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112308 on black background.


Color preview on white background

This text has color #112308 on white background.



Black color preview on #112308 background

This text has black color on #112308 background.


White color preview on #112308 background

This text has white color on #112308 background.