COLOR #15517C

HEX: #15517C
RGB: (21,81,124)

Color info

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

RGB color model

#15517C color RGB value is (21,81,124).

  • red value is 21;
  • green value is 81;
  • blue value is 124.
RGB:
(21,81,124)
(8%,32%,49%)

RGB channels and saturation

R 21 of 255 = 8%
G 81 of 255 = 32%
B 124 of 255 = 49%

21
81
124

R + G + B ~ 30%. #15517C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 81 + 124 = 226 (100%)
R 21 of 226 ~ 9.29%
G 81 of 226 ~ 35.84%
B 124 of 226 ~ 54.87%

%35.84
%54.87

CMYK color model

#15517C color CMYK value is (83,35,0,51).

  • cyan value is 83.06%
  • magenta value is 34.68%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(83,35,0,51)
C83M35Y0K51 
(83%,35%,0%,51%)
(0.83/0.35/0.00/0.51)	

CMYK percentages

%83.06
%34.68
%0
%51.37

Codes

Color #15517C in popluar color models

15517C
RGB2181124
HSL205°71.03%28.43%
HSB/HSV205°83.06%48.63%
CMYK83.06%34.68%0.00%
51.37%

Color #15517C in popluar number systems.

HEX15517C
Decimal2181124
Binary1010110100011111100
Octal25121174

Shades and tints

Shades of #15517C

#15517C
(21,81,124)
#144A71
(20,74,113)
#134366
(19,67,102)
#123C5B
(18,60,91)
#113550
(17,53,80)
#102E45
(16,46,69)
#0F273A
(15,39,58)
#0E202F
(14,32,47)
#0D1924
(13,25,36)
#0C1219
(12,18,25)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #15517C

#15517C
(21,81,124)
#2A6087
(42,96,135)
#3F6F92
(63,111,146)
#547E9D
(84,126,157)
#698DA8
(105,141,168)
#7E9CB3
(126,156,179)
#93ABBE
(147,171,190)
#A8BAC9
(168,186,201)
#BDC9D4
(189,201,212)
#D2D8DF
(210,216,223)
#E7E7EA
(231,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15517C color. Also use rgb(21,81,124) instead hex code.

Text Font Color

.myTextColor { color: #15517C; }

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

This text font color is #15517C.


Background Color

.myBgColor { background-color: #15517C; }

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

This div background color is #15517C.


Border color

.myBorderColor { border: 1px solid #15517C; }

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

This div border color is #15517C.


Opacity

.myOpacity80 { color: #15517C; opacity: 0.8; }

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

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

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

This text has shadow with #15517C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15517C on black background.


Color preview on white background

This text has color #15517C on white background.



Black color preview on #15517C background

This text has black color on #15517C background.


White color preview on #15517C background

This text has white color on #15517C background.