COLOR #112300

HEX: #112300
RGB: (17,35,0)

Color info

#112300 contains only red and green colors. Web safe color of #112300 is #003300 (or #030).

RGB color model

#112300 color RGB value is (17,35,0).

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

RGB channels and saturation

R 17 of 255 = 7%
G 35 of 255 = 14%
B 0 of 255 = 0%

17
35
0

R + G + B ~ 7%. #112300 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 35 + 0 = 52 (100%)
R 17 of 52 ~ 32.69%
G 35 of 52 ~ 67.31%
B 0 of 52 ~ 0%

%32.69
%67.31

CMYK color model

#112300 color CMYK value is (51,0,100,86).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 86.27%
CMYK:
(51,0,100,86)
C51M0Y100K86 
(51%,0%,100%,86%)
(0.51/0.00/1.00/0.86)	

CMYK percentages

%51.43
%0
%100
%86.27

Codes

Color #112300 in popluar color models

112300
RGB17350
HSL91°100.00%6.86%
HSB/HSV91°100.00%13.73%
CMYK51.43%0.00%100.00%
86.27%

Color #112300 in popluar number systems.

HEX112300
Decimal17350
Binary100011000110
Octal21430

Shades and tints

Shades of #112300

#112300
(17,35,0)
#102000
(16,32,0)
#0F1D00
(15,29,0)
#0E1A00
(14,26,0)
#0D1700
(13,23,0)
#0C1400
(12,20,0)
#0B1100
(11,17,0)
#0A0E00
(10,14,0)
#090B00
(9,11,0)
#080800
(8,8,0)
#070500
(7,5,0)
#000000
(0,0,0)

Tints of #112300

#112300
(17,35,0)
#263717
(38,55,23)
#3B4B2E
(59,75,46)
#505F45
(80,95,69)
#65735C
(101,115,92)
#7A8773
(122,135,115)
#8F9B8A
(143,155,138)
#A4AFA1
(164,175,161)
#B9C3B8
(185,195,184)
#CED7CF
(206,215,207)
#E3EBE6
(227,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112300; }

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

This text font color is #112300.


Background Color

.myBgColor { background-color: #112300; }

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

This div background color is #112300.


Border color

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

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

This div border color is #112300.


Opacity

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

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

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

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

This text has shadow with #112300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112300 on black background.


Color preview on white background

This text has color #112300 on white background.



Black color preview on #112300 background

This text has black color on #112300 background.


White color preview on #112300 background

This text has white color on #112300 background.