COLOR #115811

HEX: #115811
RGB: (17,88,17)

Color info

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

RGB color model

#115811 color RGB value is (17,88,17).

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

RGB channels and saturation

R 17 of 255 = 7%
G 88 of 255 = 35%
B 17 of 255 = 7%

17
88
17

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

Portions of RGB colors in percentages

R + G + B =
17 + 88 + 17 = 122 (100%)
R 17 of 122 ~ 13.93%
G 88 of 122 ~ 72.13%
B 17 of 122 ~ 13.93%

%13.93
%72.13
%13.93

CMYK color model

#115811 color CMYK value is (81,0,81,65).

  • cyan value is 80.68%
  • magenta value is 0.00%
  • yellow value is 80.68%
  • key color value is 65.49%
CMYK:
(81,0,81,65)
C81M0Y81K65 
(81%,0%,81%,65%)
(0.81/0.00/0.81/0.65)	

CMYK percentages

%80.68
%0
%80.68
%65.49

Codes

Color #115811 in popluar color models

115811
RGB178817
HSL120°67.62%20.59%
HSB/HSV120°80.68%34.51%
CMYK80.68%0.00%80.68%
65.49%

Color #115811 in popluar number systems.

HEX115811
Decimal178817
Binary10001101100010001
Octal2113021

Shades and tints

Shades of #115811

#115811
(17,88,17)
#105010
(16,80,16)
#0F480F
(15,72,15)
#0E400E
(14,64,14)
#0D380D
(13,56,13)
#0C300C
(12,48,12)
#0B280B
(11,40,11)
#0A200A
(10,32,10)
#091809
(9,24,9)
#081008
(8,16,8)
#070807
(7,8,7)
#000000
(0,0,0)

Tints of #115811

#115811
(17,88,17)
#266726
(38,103,38)
#3B763B
(59,118,59)
#508550
(80,133,80)
#659465
(101,148,101)
#7AA37A
(122,163,122)
#8FB28F
(143,178,143)
#A4C1A4
(164,193,164)
#B9D0B9
(185,208,185)
#CEDFCE
(206,223,206)
#E3EEE3
(227,238,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115811; }

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

This text font color is #115811.


Background Color

.myBgColor { background-color: #115811; }

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

This div background color is #115811.


Border color

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

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

This div border color is #115811.


Opacity

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

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

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

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

This text has shadow with #115811 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115811 on black background.


Color preview on white background

This text has color #115811 on white background.



Black color preview on #115811 background

This text has black color on #115811 background.


White color preview on #115811 background

This text has white color on #115811 background.