COLOR #112900

HEX: #112900
RGB: (17,41,0)

Color info

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

RGB color model

#112900 color RGB value is (17,41,0).

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

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 0 of 255 = 0%

17
41
0

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

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 0 = 58 (100%)
R 17 of 58 ~ 29.31%
G 41 of 58 ~ 70.69%
B 0 of 58 ~ 0%

%29.31
%70.69

CMYK color model

#112900 color CMYK value is (59,0,100,84).

  • cyan value is 58.54%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 83.92%
CMYK:
(59,0,100,84)
C59M0Y100K84 
(59%,0%,100%,84%)
(0.59/0.00/1.00/0.84)	

CMYK percentages

%58.54
%0
%100
%83.92

Codes

Color #112900 in popluar color models

112900
RGB17410
HSL95°100.00%8.04%
HSB/HSV95°100.00%16.08%
CMYK58.54%0.00%100.00%
83.92%

Color #112900 in popluar number systems.

HEX112900
Decimal17410
Binary100011010010
Octal21510

Shades and tints

Shades of #112900

#112900
(17,41,0)
#102600
(16,38,0)
#0F2300
(15,35,0)
#0E2000
(14,32,0)
#0D1D00
(13,29,0)
#0C1A00
(12,26,0)
#0B1700
(11,23,0)
#0A1400
(10,20,0)
#091100
(9,17,0)
#080E00
(8,14,0)
#070B00
(7,11,0)
#000000
(0,0,0)

Tints of #112900

#112900
(17,41,0)
#263C17
(38,60,23)
#3B4F2E
(59,79,46)
#506245
(80,98,69)
#65755C
(101,117,92)
#7A8873
(122,136,115)
#8F9B8A
(143,155,138)
#A4AEA1
(164,174,161)
#B9C1B8
(185,193,184)
#CED4CF
(206,212,207)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112900; }

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

This text font color is #112900.


Background Color

.myBgColor { background-color: #112900; }

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

This div background color is #112900.


Border color

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

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

This div border color is #112900.


Opacity

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

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

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

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

This text has shadow with #112900 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112900 on black background.


Color preview on white background

This text has color #112900 on white background.



Black color preview on #112900 background

This text has black color on #112900 background.


White color preview on #112900 background

This text has white color on #112900 background.