COLOR #112915

HEX: #112915
RGB: (17,41,21)

Color info

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

RGB color model

#112915 color RGB value is (17,41,21).

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

RGB channels and saturation

R 17 of 255 = 7%
G 41 of 255 = 16%
B 21 of 255 = 8%

17
41
21

R + G + B ~ 10%. #112915 is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 41 + 21 = 79 (100%)
R 17 of 79 ~ 21.52%
G 41 of 79 ~ 51.9%
B 21 of 79 ~ 26.58%

%21.52
%51.9
%26.58

CMYK color model

#112915 color CMYK value is (59,0,49,84).

  • cyan value is 58.54%
  • magenta value is 0.00%
  • yellow value is 48.78%
  • key color value is 83.92%
CMYK:
(59,0,49,84)
C59M0Y49K84 
(59%,0%,49%,84%)
(0.59/0.00/0.49/0.84)	

CMYK percentages

%58.54
%0
%48.78
%83.92

Codes

Color #112915 in popluar color models

112915
RGB174121
HSL130°41.38%11.37%
HSB/HSV130°58.54%16.08%
CMYK58.54%0.00%48.78%
83.92%

Color #112915 in popluar number systems.

HEX112915
Decimal174121
Binary1000110100110101
Octal215125

Shades and tints

Shades of #112915

#112915
(17,41,21)
#102614
(16,38,20)
#0F2313
(15,35,19)
#0E2012
(14,32,18)
#0D1D11
(13,29,17)
#0C1A10
(12,26,16)
#0B170F
(11,23,15)
#0A140E
(10,20,14)
#09110D
(9,17,13)
#080E0C
(8,14,12)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #112915

#112915
(17,41,21)
#263C2A
(38,60,42)
#3B4F3F
(59,79,63)
#506254
(80,98,84)
#657569
(101,117,105)
#7A887E
(122,136,126)
#8F9B93
(143,155,147)
#A4AEA8
(164,174,168)
#B9C1BD
(185,193,189)
#CED4D2
(206,212,210)
#E3E7E7
(227,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #112915; }

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

This text font color is #112915.


Background Color

.myBgColor { background-color: #112915; }

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

This div background color is #112915.


Border color

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

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

This div border color is #112915.


Opacity

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

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

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

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

This text has shadow with #112915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112915 on black background.


Color preview on white background

This text has color #112915 on white background.



Black color preview on #112915 background

This text has black color on #112915 background.


White color preview on #112915 background

This text has white color on #112915 background.