COLOR #155D63

HEX: #155D63
RGB: (21,93,99)

Color info

#155D63 contains mainly green and blue colors. Web safe color of #155D63 is #006666 (or #066).

RGB color model

#155D63 color RGB value is (21,93,99).

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

RGB channels and saturation

R 21 of 255 = 8%
G 93 of 255 = 36%
B 99 of 255 = 39%

21
93
99

R + G + B ~ 28%. #155D63 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 93 + 99 = 213 (100%)
R 21 of 213 ~ 9.86%
G 93 of 213 ~ 43.66%
B 99 of 213 ~ 46.48%

%9.86
%43.66
%46.48

CMYK color model

#155D63 color CMYK value is (79,6,0,61).

  • cyan value is 78.79%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(79,6,0,61)
C79M6Y0K61 
(79%,6%,0%,61%)
(0.79/0.06/0.00/0.61)	

CMYK percentages

%78.79
%6.06
%0
%61.18

Codes

Color #155D63 in popluar color models

155D63
RGB219399
HSL185°65.00%23.53%
HSB/HSV185°78.79%38.82%
CMYK78.79%6.06%0.00%
61.18%

Color #155D63 in popluar number systems.

HEX155D63
Decimal219399
Binary1010110111011100011
Octal25135143

Shades and tints

Shades of #155D63

#155D63
(21,93,99)
#14555A
(20,85,90)
#134D51
(19,77,81)
#124548
(18,69,72)
#113D3F
(17,61,63)
#103536
(16,53,54)
#0F2D2D
(15,45,45)
#0E2524
(14,37,36)
#0D1D1B
(13,29,27)
#0C1512
(12,21,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #155D63

#155D63
(21,93,99)
#2A6B71
(42,107,113)
#3F797F
(63,121,127)
#54878D
(84,135,141)
#69959B
(105,149,155)
#7EA3A9
(126,163,169)
#93B1B7
(147,177,183)
#A8BFC5
(168,191,197)
#BDCDD3
(189,205,211)
#D2DBE1
(210,219,225)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #155D63; }

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

This text font color is #155D63.


Background Color

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

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

This div background color is #155D63.


Border color

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

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

This div border color is #155D63.


Opacity

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

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

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

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

This text has shadow with #155D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155D63 on black background.


Color preview on white background

This text has color #155D63 on white background.



Black color preview on #155D63 background

This text has black color on #155D63 background.


White color preview on #155D63 background

This text has white color on #155D63 background.