COLOR #115B2C

HEX: #115B2C
RGB: (17,91,44)

Color info

#115B2C contains mainly green and blue colors. Web safe color of #115B2C is #006633 (or #063).

RGB color model

#115B2C color RGB value is (17,91,44).

  • red value is 17;
  • green value is 91;
  • blue value is 44.
RGB:
(17,91,44)
(7%,36%,17%)

RGB channels and saturation

R 17 of 255 = 7%
G 91 of 255 = 36%
B 44 of 255 = 17%

17
91
44

R + G + B ~ 20%. #115B2C is dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 91 + 44 = 152 (100%)
R 17 of 152 ~ 11.18%
G 91 of 152 ~ 59.87%
B 44 of 152 ~ 28.95%

%11.18
%59.87
%28.95

CMYK color model

#115B2C color CMYK value is (81,0,52,64).

  • cyan value is 81.32%
  • magenta value is 0.00%
  • yellow value is 51.65%
  • key color value is 64.31%
CMYK:
(81,0,52,64)
C81M0Y52K64 
(81%,0%,52%,64%)
(0.81/0.00/0.52/0.64)	

CMYK percentages

%81.32
%0
%51.65
%64.31

Codes

Color #115B2C in popluar color models

115B2C
RGB179144
HSL142°68.52%21.18%
HSB/HSV142°81.32%35.69%
CMYK81.32%0.00%51.65%
64.31%

Color #115B2C in popluar number systems.

HEX115B2C
Decimal179144
Binary100011011011101100
Octal2113354

Shades and tints

Shades of #115B2C

#115B2C
(17,91,44)
#105328
(16,83,40)
#0F4B24
(15,75,36)
#0E4320
(14,67,32)
#0D3B1C
(13,59,28)
#0C3318
(12,51,24)
#0B2B14
(11,43,20)
#0A2310
(10,35,16)
#091B0C
(9,27,12)
#081308
(8,19,8)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #115B2C

#115B2C
(17,91,44)
#26693F
(38,105,63)
#3B7752
(59,119,82)
#508565
(80,133,101)
#659378
(101,147,120)
#7AA18B
(122,161,139)
#8FAF9E
(143,175,158)
#A4BDB1
(164,189,177)
#B9CBC4
(185,203,196)
#CED9D7
(206,217,215)
#E3E7EA
(227,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #115B2C color. Also use rgb(17,91,44) instead hex code.

Text Font Color

.myTextColor { color: #115B2C; }

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

This text font color is #115B2C.


Background Color

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

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

This div background color is #115B2C.


Border color

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

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

This div border color is #115B2C.


Opacity

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

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

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

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

This text has shadow with #115B2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #115B2C on black background.


Color preview on white background

This text has color #115B2C on white background.



Black color preview on #115B2C background

This text has black color on #115B2C background.


White color preview on #115B2C background

This text has white color on #115B2C background.