COLOR #115D0F

HEX: #115D0F
RGB: (17,93,15)

Color info

#115D0F contains mainly green color. Web safe color of #115D0F is #006600 (or #060).

RGB color model

#115D0F color RGB value is (17,93,15).

  • red value is 17;
  • green value is 93;
  • blue value is 15.
RGB:
(17,93,15)
(7%,36%,6%)

RGB channels and saturation

R 17 of 255 = 7%
G 93 of 255 = 36%
B 15 of 255 = 6%

17
93
15

R + G + B ~ 16%. #115D0F is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 93 + 15 = 125 (100%)
R 17 of 125 ~ 13.6%
G 93 of 125 ~ 74.4%
B 15 of 125 ~ 12%

%13.6
%74.4
%12

CMYK color model

#115D0F color CMYK value is (82,0,84,64).

  • cyan value is 81.72%
  • magenta value is 0.00%
  • yellow value is 83.87%
  • key color value is 63.53%
CMYK:
(82,0,84,64)
C82M0Y84K64 
(82%,0%,84%,64%)
(0.82/0.00/0.84/0.64)	

CMYK percentages

%81.72
%0
%83.87
%63.53

Codes

Color #115D0F in popluar color models

115D0F
RGB179315
HSL118°72.22%21.18%
HSB/HSV118°83.87%36.47%
CMYK81.72%0.00%83.87%
63.53%

Color #115D0F in popluar number systems.

HEX115D0F
Decimal179315
Binary1000110111011111
Octal2113517

Shades and tints

Shades of #115D0F

#115D0F
(17,93,15)
#10550E
(16,85,14)
#0F4D0D
(15,77,13)
#0E450C
(14,69,12)
#0D3D0B
(13,61,11)
#0C350A
(12,53,10)
#0B2D09
(11,45,9)
#0A2508
(10,37,8)
#091D07
(9,29,7)
#081506
(8,21,6)
#070D05
(7,13,5)
#000000
(0,0,0)

Tints of #115D0F

#115D0F
(17,93,15)
#266B24
(38,107,36)
#3B7939
(59,121,57)
#50874E
(80,135,78)
#659563
(101,149,99)
#7AA378
(122,163,120)
#8FB18D
(143,177,141)
#A4BFA2
(164,191,162)
#B9CDB7
(185,205,183)
#CEDBCC
(206,219,204)
#E3E9E1
(227,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115D0F color. Also use rgb(17,93,15) instead hex code.

Text Font Color

.myTextColor { color: #115D0F; }

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

This text font color is #115D0F.


Background Color

.myBgColor { background-color: #115D0F; }

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

This div background color is #115D0F.


Border color

.myBorderColor { border: 1px solid #115D0F; }

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

This div border color is #115D0F.


Opacity

.myOpacity80 { color: #115D0F; opacity: 0.8; }

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

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

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

This text has shadow with #115D0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115D0F on black background.


Color preview on white background

This text has color #115D0F on white background.



Black color preview on #115D0F background

This text has black color on #115D0F background.


White color preview on #115D0F background

This text has white color on #115D0F background.