COLOR #115B28

HEX: #115B28
RGB: (17,91,40)

Color info

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

RGB color model

#115B28 color RGB value is (17,91,40).

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

RGB channels and saturation

R 17 of 255 = 7%
G 91 of 255 = 36%
B 40 of 255 = 16%

17
91
40

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

Portions of RGB colors in percentages

R + G + B =
17 + 91 + 40 = 148 (100%)
R 17 of 148 ~ 11.49%
G 91 of 148 ~ 61.49%
B 40 of 148 ~ 27.03%

%11.49
%61.49
%27.03

CMYK color model

#115B28 color CMYK value is (81,0,56,64).

  • cyan value is 81.32%
  • magenta value is 0.00%
  • yellow value is 56.04%
  • key color value is 64.31%
CMYK: (81,0,56,64) C81M0Y56K64 (81%,0%,56%,64%) (0.81/0.00/0.56/0.64)

CMYK percentages

%81.32
%0
%56.04
%64.31

Codes

Color #115B28 in popluar color models

115B28
RGB179140
HSL139°68.52%21.18%
HSB/HSV139°81.32%35.69%
CMYK81.32%0.00%56.04%
64.31%

Color #115B28 in popluar number systems.

HEX115B28
Decimal179140
Binary100011011011101000
Octal2113350

Shades and tints

Shades of #115B28

#115B28
(17,91,40)
#105325
(16,83,37)
#0F4B22
(15,75,34)
#0E431F
(14,67,31)
#0D3B1C
(13,59,28)
#0C3319
(12,51,25)
#0B2B16
(11,43,22)
#0A2313
(10,35,19)
#091B10
(9,27,16)
#08130D
(8,19,13)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #115B28

#115B28
(17,91,40)
#26693B
(38,105,59)
#3B774E
(59,119,78)
#508561
(80,133,97)
#659374
(101,147,116)
#7AA187
(122,161,135)
#8FAF9A
(143,175,154)
#A4BDAD
(164,189,173)
#B9CBC0
(185,203,192)
#CED9D3
(206,217,211)
#E3E7E6
(227,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #115B28; }

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

This text font color is #115B28.


Background Color

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

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

This div background color is #115B28.


Border color

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

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

This div border color is #115B28.


Opacity

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

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

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

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

This text has shadow with #115B28 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #115B28 on black background.


Color preview on white background

This text has color #115B28 on white background.



Black color preview on #115B28 background

This text has black color on #115B28 background.


White color preview on #115B28 background

This text has white color on #115B28 background.