COLOR #155C46

HEX: #155C46
RGB: (21,92,70)

Color info

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

RGB color model

#155C46 color RGB value is (21,92,70).

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

RGB channels and saturation

R 21 of 255 = 8%
G 92 of 255 = 36%
B 70 of 255 = 27%

21
92
70

R + G + B ~ 24%. #155C46 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 92 + 70 = 183 (100%)
R 21 of 183 ~ 11.48%
G 92 of 183 ~ 50.27%
B 70 of 183 ~ 38.25%

%11.48
%50.27
%38.25

CMYK color model

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

  • cyan value is 77.17%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 63.92%
CMYK:
(77,0,24,64)
C77M0Y24K64 
(77%,0%,24%,64%)
(0.77/0.00/0.24/0.64)	

CMYK percentages

%77.17
%0
%23.91
%63.92

Codes

Color #155C46 in popluar color models

155C46
RGB219270
HSL161°62.83%22.16%
HSB/HSV161°77.17%36.08%
CMYK77.17%0.00%23.91%
63.92%

Color #155C46 in popluar number systems.

HEX155C46
Decimal219270
Binary1010110111001000110
Octal25134106

Shades and tints

Shades of #155C46

#155C46
(21,92,70)
#145440
(20,84,64)
#134C3A
(19,76,58)
#124434
(18,68,52)
#113C2E
(17,60,46)
#103428
(16,52,40)
#0F2C22
(15,44,34)
#0E241C
(14,36,28)
#0D1C16
(13,28,22)
#0C1410
(12,20,16)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #155C46

#155C46
(21,92,70)
#2A6A56
(42,106,86)
#3F7866
(63,120,102)
#548676
(84,134,118)
#699486
(105,148,134)
#7EA296
(126,162,150)
#93B0A6
(147,176,166)
#A8BEB6
(168,190,182)
#BDCCC6
(189,204,198)
#D2DAD6
(210,218,214)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155C46; }

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

This text font color is #155C46.


Background Color

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

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

This div background color is #155C46.


Border color

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

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

This div border color is #155C46.


Opacity

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

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

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

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

This text has shadow with #155C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155C46 on black background.


Color preview on white background

This text has color #155C46 on white background.



Black color preview on #155C46 background

This text has black color on #155C46 background.


White color preview on #155C46 background

This text has white color on #155C46 background.