COLOR #155557

HEX: #155557
RGB: (21,85,87)

Color info

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

RGB color model

#155557 color RGB value is (21,85,87).

  • red value is 21;
  • green value is 85;
  • blue value is 87.
RGB:
(21,85,87)
(8%,33%,34%)

RGB channels and saturation

R 21 of 255 = 8%
G 85 of 255 = 33%
B 87 of 255 = 34%

21
85
87

R + G + B ~ 25%. #155557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 85 + 87 = 193 (100%)
R 21 of 193 ~ 10.88%
G 85 of 193 ~ 44.04%
B 87 of 193 ~ 45.08%

%10.88
%44.04
%45.08

CMYK color model

#155557 color CMYK value is (76,2,0,66).

  • cyan value is 75.86%
  • magenta value is 2.30%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(76,2,0,66)
C76M2Y0K66 
(76%,2%,0%,66%)
(0.76/0.02/0.00/0.66)	

CMYK percentages

%75.86
%2.3
%0
%65.88

Codes

Color #155557 in popluar color models

155557
RGB218587
HSL182°61.11%21.18%
HSB/HSV182°75.86%34.12%
CMYK75.86%2.30%0.00%
65.88%

Color #155557 in popluar number systems.

HEX155557
Decimal218587
Binary1010110101011010111
Octal25125127

Shades and tints

Shades of #155557

#155557
(21,85,87)
#144E50
(20,78,80)
#134749
(19,71,73)
#124042
(18,64,66)
#11393B
(17,57,59)
#103234
(16,50,52)
#0F2B2D
(15,43,45)
#0E2426
(14,36,38)
#0D1D1F
(13,29,31)
#0C1618
(12,22,24)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #155557

#155557
(21,85,87)
#2A6466
(42,100,102)
#3F7375
(63,115,117)
#548284
(84,130,132)
#699193
(105,145,147)
#7EA0A2
(126,160,162)
#93AFB1
(147,175,177)
#A8BEC0
(168,190,192)
#BDCDCF
(189,205,207)
#D2DCDE
(210,220,222)
#E7EBED
(231,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155557 color. Also use rgb(21,85,87) instead hex code.

Text Font Color

.myTextColor { color: #155557; }

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

This text font color is #155557.


Background Color

.myBgColor { background-color: #155557; }

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

This div background color is #155557.


Border color

.myBorderColor { border: 1px solid #155557; }

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

This div border color is #155557.


Opacity

.myOpacity80 { color: #155557; opacity: 0.8; }

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

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

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

This text has shadow with #155557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155557 on black background.


Color preview on white background

This text has color #155557 on white background.



Black color preview on #155557 background

This text has black color on #155557 background.


White color preview on #155557 background

This text has white color on #155557 background.