COLOR #155B1D

HEX: #155B1D
RGB: (21,91,29)

Color info

#155B1D contains mainly green color. Web safe color of #155B1D is #006633 (or #063).

RGB color model

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

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

RGB channels and saturation

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

21
91
29

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

Portions of RGB colors in percentages

R + G + B =
21 + 91 + 29 = 141 (100%)
R 21 of 141 ~ 14.89%
G 91 of 141 ~ 64.54%
B 29 of 141 ~ 20.57%

%14.89
%64.54
%20.57

CMYK color model

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

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

CMYK percentages

%76.92
%0
%68.13
%64.31

Codes

Color #155B1D in popluar color models

155B1D
RGB219129
HSL127°62.50%21.96%
HSB/HSV127°76.92%35.69%
CMYK76.92%0.00%68.13%
64.31%

Color #155B1D in popluar number systems.

HEX155B1D
Decimal219129
Binary10101101101111101
Octal2513335

Shades and tints

Shades of #155B1D

#155B1D
(21,91,29)
#14531B
(20,83,27)
#134B19
(19,75,25)
#124317
(18,67,23)
#113B15
(17,59,21)
#103313
(16,51,19)
#0F2B11
(15,43,17)
#0E230F
(14,35,15)
#0D1B0D
(13,27,13)
#0C130B
(12,19,11)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #155B1D

#155B1D
(21,91,29)
#2A6931
(42,105,49)
#3F7745
(63,119,69)
#548559
(84,133,89)
#69936D
(105,147,109)
#7EA181
(126,161,129)
#93AF95
(147,175,149)
#A8BDA9
(168,189,169)
#BDCBBD
(189,203,189)
#D2D9D1
(210,217,209)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155B1D; }

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

This text font color is #155B1D.


Background Color

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

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

This div background color is #155B1D.


Border color

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

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

This div border color is #155B1D.


Opacity

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

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

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

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

This text has shadow with #155B1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155B1D on black background.


Color preview on white background

This text has color #155B1D on white background.



Black color preview on #155B1D background

This text has black color on #155B1D background.


White color preview on #155B1D background

This text has white color on #155B1D background.