COLOR #15596D

HEX: #15596D
RGB: (21,89,109)

Color info

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

RGB color model

#15596D color RGB value is (21,89,109).

  • red value is 21;
  • green value is 89;
  • blue value is 109.
RGB:
(21,89,109)
(8%,35%,43%)

RGB channels and saturation

R 21 of 255 = 8%
G 89 of 255 = 35%
B 109 of 255 = 43%

21
89
109

R + G + B ~ 29%. #15596D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 89 + 109 = 219 (100%)
R 21 of 219 ~ 9.59%
G 89 of 219 ~ 40.64%
B 109 of 219 ~ 49.77%

%9.59
%40.64
%49.77

CMYK color model

#15596D color CMYK value is (81,18,0,57).

  • cyan value is 80.73%
  • magenta value is 18.35%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(81,18,0,57)
C81M18Y0K57 
(81%,18%,0%,57%)
(0.81/0.18/0.00/0.57)	

CMYK percentages

%80.73
%18.35
%0
%57.25

Codes

Color #15596D in popluar color models

15596D
RGB2189109
HSL194°67.69%25.49%
HSB/HSV194°80.73%42.75%
CMYK80.73%18.35%0.00%
57.25%

Color #15596D in popluar number systems.

HEX15596D
Decimal2189109
Binary1010110110011101101
Octal25131155

Shades and tints

Shades of #15596D

#15596D
(21,89,109)
#145164
(20,81,100)
#13495B
(19,73,91)
#124152
(18,65,82)
#113949
(17,57,73)
#103140
(16,49,64)
#0F2937
(15,41,55)
#0E212E
(14,33,46)
#0D1925
(13,25,37)
#0C111C
(12,17,28)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #15596D

#15596D
(21,89,109)
#2A687A
(42,104,122)
#3F7787
(63,119,135)
#548694
(84,134,148)
#6995A1
(105,149,161)
#7EA4AE
(126,164,174)
#93B3BB
(147,179,187)
#A8C2C8
(168,194,200)
#BDD1D5
(189,209,213)
#D2E0E2
(210,224,226)
#E7EFEF
(231,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15596D color. Also use rgb(21,89,109) instead hex code.

Text Font Color

.myTextColor { color: #15596D; }

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

This text font color is #15596D.


Background Color

.myBgColor { background-color: #15596D; }

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

This div background color is #15596D.


Border color

.myBorderColor { border: 1px solid #15596D; }

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

This div border color is #15596D.


Opacity

.myOpacity80 { color: #15596D; opacity: 0.8; }

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

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

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

This text has shadow with #15596D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15596D on black background.


Color preview on white background

This text has color #15596D on white background.



Black color preview on #15596D background

This text has black color on #15596D background.


White color preview on #15596D background

This text has white color on #15596D background.