COLOR #112505

HEX: #112505
RGB: (17,37,5)

Color info

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

RGB color model

#112505 color RGB value is (17,37,5).

  • red value is 17;
  • green value is 37;
  • blue value is 5.
RGB:
(17,37,5)
(7%,15%,2%)

RGB channels and saturation

R 17 of 255 = 7%
G 37 of 255 = 15%
B 5 of 255 = 2%

17
37
5

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

Portions of RGB colors in percentages

R + G + B =
17 + 37 + 5 = 59 (100%)
R 17 of 59 ~ 28.81%
G 37 of 59 ~ 62.71%
B 5 of 59 ~ 8.47%

%28.81
%62.71

CMYK color model

#112505 color CMYK value is (54,0,86,85).

  • cyan value is 54.05%
  • magenta value is 0.00%
  • yellow value is 86.49%
  • key color value is 85.49%
CMYK:
(54,0,86,85)
C54M0Y86K85 
(54%,0%,86%,85%)
(0.54/0.00/0.86/0.85)	

CMYK percentages

%54.05
%0
%86.49
%85.49

Codes

Color #112505 in popluar color models

112505
RGB17375
HSL98°76.19%8.24%
HSB/HSV98°86.49%14.51%
CMYK54.05%0.00%86.49%
85.49%

Color #112505 in popluar number systems.

HEX112505
Decimal17375
Binary10001100101101
Octal21455

Shades and tints

Shades of #112505

#112505
(17,37,5)
#102205
(16,34,5)
#0F1F05
(15,31,5)
#0E1C05
(14,28,5)
#0D1905
(13,25,5)
#0C1605
(12,22,5)
#0B1305
(11,19,5)
#0A1005
(10,16,5)
#090D05
(9,13,5)
#080A05
(8,10,5)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #112505

#112505
(17,37,5)
#26381B
(38,56,27)
#3B4B31
(59,75,49)
#505E47
(80,94,71)
#65715D
(101,113,93)
#7A8473
(122,132,115)
#8F9789
(143,151,137)
#A4AA9F
(164,170,159)
#B9BDB5
(185,189,181)
#CED0CB
(206,208,203)
#E3E3E1
(227,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #112505 color. Also use rgb(17,37,5) instead hex code.

Text Font Color

.myTextColor { color: #112505; }

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

This text font color is #112505.


Background Color

.myBgColor { background-color: #112505; }

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

This div background color is #112505.


Border color

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

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

This div border color is #112505.


Opacity

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

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

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

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

This text has shadow with #112505 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #112505 on black background.


Color preview on white background

This text has color #112505 on white background.



Black color preview on #112505 background

This text has black color on #112505 background.


White color preview on #112505 background

This text has white color on #112505 background.