COLOR #155D32

HEX: #155D32
RGB: (21,93,50)

Color info

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

RGB color model

#155D32 color RGB value is (21,93,50).

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

RGB channels and saturation

R 21 of 255 = 8%
G 93 of 255 = 36%
B 50 of 255 = 20%

21
93
50

R + G + B ~ 21%. #155D32 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 93 + 50 = 164 (100%)
R 21 of 164 ~ 12.8%
G 93 of 164 ~ 56.71%
B 50 of 164 ~ 30.49%

%12.8
%56.71
%30.49

CMYK color model

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

  • cyan value is 77.42%
  • magenta value is 0.00%
  • yellow value is 46.24%
  • key color value is 63.53%
CMYK:
(77,0,46,64)
C77M0Y46K64 
(77%,0%,46%,64%)
(0.77/0.00/0.46/0.64)	

CMYK percentages

%77.42
%0
%46.24
%63.53

Codes

Color #155D32 in popluar color models

155D32
RGB219350
HSL144°63.16%22.35%
HSB/HSV144°77.42%36.47%
CMYK77.42%0.00%46.24%
63.53%

Color #155D32 in popluar number systems.

HEX155D32
Decimal219350
Binary101011011101110010
Octal2513562

Shades and tints

Shades of #155D32

#155D32
(21,93,50)
#14552E
(20,85,46)
#134D2A
(19,77,42)
#124526
(18,69,38)
#113D22
(17,61,34)
#10351E
(16,53,30)
#0F2D1A
(15,45,26)
#0E2516
(14,37,22)
#0D1D12
(13,29,18)
#0C150E
(12,21,14)
#0B0D0A
(11,13,10)
#000000
(0,0,0)

Tints of #155D32

#155D32
(21,93,50)
#2A6B44
(42,107,68)
#3F7956
(63,121,86)
#548768
(84,135,104)
#69957A
(105,149,122)
#7EA38C
(126,163,140)
#93B19E
(147,177,158)
#A8BFB0
(168,191,176)
#BDCDC2
(189,205,194)
#D2DBD4
(210,219,212)
#E7E9E6
(231,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155D32; }

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

This text font color is #155D32.


Background Color

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

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

This div background color is #155D32.


Border color

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

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

This div border color is #155D32.


Opacity

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

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

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

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

This text has shadow with #155D32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155D32 on black background.


Color preview on white background

This text has color #155D32 on white background.



Black color preview on #155D32 background

This text has black color on #155D32 background.


White color preview on #155D32 background

This text has white color on #155D32 background.