COLOR #155B15

HEX: #155B15
RGB: (21,91,21)

Color info

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

RGB color model

#155B15 color RGB value is (21,91,21).

  • red value is 21;
  • green value is 91;
  • blue value is 21.
RGB:
(21,91,21)
(8%,36%,8%)

RGB channels and saturation

R 21 of 255 = 8%
G 91 of 255 = 36%
B 21 of 255 = 8%

21
91
21

R + G + B ~ 17%. #155B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 91 + 21 = 133 (100%)
R 21 of 133 ~ 15.79%
G 91 of 133 ~ 68.42%
B 21 of 133 ~ 15.79%

%15.79
%68.42
%15.79

CMYK color model

#155B15 color CMYK value is (77,0,77,64).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 64.31%
CMYK:
(77,0,77,64)
C77M0Y77K64 
(77%,0%,77%,64%)
(0.77/0.00/0.77/0.64)	

CMYK percentages

%76.92
%0
%76.92
%64.31

Codes

Color #155B15 in popluar color models

155B15
RGB219121
HSL120°62.50%21.96%
HSB/HSV120°76.92%35.69%
CMYK76.92%0.00%76.92%
64.31%

Color #155B15 in popluar number systems.

HEX155B15
Decimal219121
Binary10101101101110101
Octal2513325

Shades and tints

Shades of #155B15

#155B15
(21,91,21)
#145314
(20,83,20)
#134B13
(19,75,19)
#124312
(18,67,18)
#113B11
(17,59,17)
#103310
(16,51,16)
#0F2B0F
(15,43,15)
#0E230E
(14,35,14)
#0D1B0D
(13,27,13)
#0C130C
(12,19,12)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #155B15

#155B15
(21,91,21)
#2A692A
(42,105,42)
#3F773F
(63,119,63)
#548554
(84,133,84)
#699369
(105,147,105)
#7EA17E
(126,161,126)
#93AF93
(147,175,147)
#A8BDA8
(168,189,168)
#BDCBBD
(189,203,189)
#D2D9D2
(210,217,210)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155B15 color. Also use rgb(21,91,21) instead hex code.

Text Font Color

.myTextColor { color: #155B15; }

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

This text font color is #155B15.


Background Color

.myBgColor { background-color: #155B15; }

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

This div background color is #155B15.


Border color

.myBorderColor { border: 1px solid #155B15; }

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

This div border color is #155B15.


Opacity

.myOpacity80 { color: #155B15; opacity: 0.8; }

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

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

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

This text has shadow with #155B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155B15 on black background.


Color preview on white background

This text has color #155B15 on white background.



Black color preview on #155B15 background

This text has black color on #155B15 background.


White color preview on #155B15 background

This text has white color on #155B15 background.