COLOR #155D17

HEX: #155D17
RGB: (21,93,23)

Color info

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

RGB color model

#155D17 color RGB value is (21,93,23).

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

RGB channels and saturation

R 21 of 255 = 8%
G 93 of 255 = 36%
B 23 of 255 = 9%

21
93
23

R + G + B ~ 18%. #155D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 93 + 23 = 137 (100%)
R 21 of 137 ~ 15.33%
G 93 of 137 ~ 67.88%
B 23 of 137 ~ 16.79%

%15.33
%67.88
%16.79

CMYK color model

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

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 75.27%
  • key color value is 63.53%
CMYK:
(77,0,75,64)
C77M0Y75K64 
(77%,0%,75%,64%)
(0.77/0.00/0.75/0.64)	

CMYK percentages

%77.42
%0
%75.27
%63.53

Codes

Color #155D17 in popluar color models

155D17
RGB219323
HSL122°63.16%22.35%
HSB/HSV122°77.42%36.47%
CMYK77.42%0.00%75.27%
63.53%

Color #155D17 in popluar number systems.

HEX155D17
Decimal219323
Binary10101101110110111
Octal2513527

Shades and tints

Shades of #155D17

#155D17
(21,93,23)
#145515
(20,85,21)
#134D13
(19,77,19)
#124511
(18,69,17)
#113D0F
(17,61,15)
#10350D
(16,53,13)
#0F2D0B
(15,45,11)
#0E2509
(14,37,9)
#0D1D07
(13,29,7)
#0C1505
(12,21,5)
#0B0D03
(11,13,3)
#000000
(0,0,0)

Tints of #155D17

#155D17
(21,93,23)
#2A6B2C
(42,107,44)
#3F7941
(63,121,65)
#548756
(84,135,86)
#69956B
(105,149,107)
#7EA380
(126,163,128)
#93B195
(147,177,149)
#A8BFAA
(168,191,170)
#BDCDBF
(189,205,191)
#D2DBD4
(210,219,212)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155D17; }

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

This text font color is #155D17.


Background Color

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

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

This div background color is #155D17.


Border color

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

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

This div border color is #155D17.


Opacity

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

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

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

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

This text has shadow with #155D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155D17 on black background.


Color preview on white background

This text has color #155D17 on white background.



Black color preview on #155D17 background

This text has black color on #155D17 background.


White color preview on #155D17 background

This text has white color on #155D17 background.