COLOR #155464

HEX: #155464
RGB: (21,84,100)

Color info

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

RGB color model

#155464 color RGB value is (21,84,100).

  • red value is 21;
  • green value is 84;
  • blue value is 100.
RGB:
(21,84,100)
(8%,33%,39%)

RGB channels and saturation

R 21 of 255 = 8%
G 84 of 255 = 33%
B 100 of 255 = 39%

21
84
100

R + G + B ~ 27%. #155464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 84 + 100 = 205 (100%)
R 21 of 205 ~ 10.24%
G 84 of 205 ~ 40.98%
B 100 of 205 ~ 48.78%

%10.24
%40.98
%48.78

CMYK color model

#155464 color CMYK value is (79,16,0,61).

  • cyan value is 79.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(79,16,0,61)
C79M16Y0K61 
(79%,16%,0%,61%)
(0.79/0.16/0.00/0.61)	

CMYK percentages

%79
%16
%0
%60.78

Codes

Color #155464 in popluar color models

155464
RGB2184100
HSL192°65.29%23.73%
HSB/HSV192°79.00%39.22%
CMYK79.00%16.00%0.00%
60.78%

Color #155464 in popluar number systems.

HEX155464
Decimal2184100
Binary1010110101001100100
Octal25124144

Shades and tints

Shades of #155464

#155464
(21,84,100)
#144D5B
(20,77,91)
#134652
(19,70,82)
#123F49
(18,63,73)
#113840
(17,56,64)
#103137
(16,49,55)
#0F2A2E
(15,42,46)
#0E2325
(14,35,37)
#0D1C1C
(13,28,28)
#0C1513
(12,21,19)
#0B0E0A
(11,14,10)
#000000
(0,0,0)

Tints of #155464

#155464
(21,84,100)
#2A6372
(42,99,114)
#3F7280
(63,114,128)
#54818E
(84,129,142)
#69909C
(105,144,156)
#7E9FAA
(126,159,170)
#93AEB8
(147,174,184)
#A8BDC6
(168,189,198)
#BDCCD4
(189,204,212)
#D2DBE2
(210,219,226)
#E7EAF0
(231,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #155464 color. Also use rgb(21,84,100) instead hex code.

Text Font Color

.myTextColor { color: #155464; }

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

This text font color is #155464.


Background Color

.myBgColor { background-color: #155464; }

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

This div background color is #155464.


Border color

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

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

This div border color is #155464.


Opacity

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

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

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

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

This text has shadow with #155464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #155464 on black background.


Color preview on white background

This text has color #155464 on white background.



Black color preview on #155464 background

This text has black color on #155464 background.


White color preview on #155464 background

This text has white color on #155464 background.