COLOR #153563

HEX: #153563 RGB: (21,53,99)

Color info

#153563 contains mainly green and blue colors. Web safe color of #153563 is #003366 (or #036).

RGB color model

#153563 color RGB value is (21,53,99).

RGB: (21,53,99) (8%, 21%, 39%)

RGB channels and saturation

R 21 of 255 = 8%
G 53 of 255 = 21%
B 99 of 255 = 39%

21
53
99

R + G + B ~ 23%. #153563 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 53 + 99 = 173 (100%)
R 21 of 173 ~ 12.14%
G 53 of 173 ~ 30.64%
B 99 of 173 ~ 57.23'%

%12.14
%30.64
%57.23

CMYK color model

#153563 color CMYK value is (79,46,0,61).

  • cyan value is 78.79%
  • magenta value is 46.46%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (79,46,0,61)
C79M46Y0K61 (79%, 46%, 0%, 61%)
(0.79 / 0.46 / 0.00 / 0.61)

CMYK percentages

%78.79
%46.46
%0
%61.18

Codes

Color #153563 in popluar color models

15 35 63
RGB 21 53 99
HSL 215° 65.00% 23.53%
HSB/HSV 215° 78.79% 38.82%
CMYK 78.79% 46.46% 0.00%
61.18%

Color #153563 in popluar number systems.

HEX 15 35 63
Decimal 21 53 99
Binary 10101 110101 1100011
Octal 25 65 143

Shades and tints

Shades of #153563

#153563
(21,53,99)
#14315A
(20,49,90)
#132D51
(19,45,81)
#122948
(18,41,72)
#11253F
(17,37,63)
#102136
(16,33,54)
#0F1D2D
(15,29,45)
#0E1924
(14,25,36)
#0D151B
(13,21,27)
#0C1112
(12,17,18)
#0B0D09
(11,13,9)
#000000
(0,0,0)

Tints of #153563

#153563
(21,53,99)
#2A4771
(42,71,113)
#3F597F
(63,89,127)
#546B8D
(84,107,141)
#697D9B
(105,125,155)
#7E8FA9
(126,143,169)
#93A1B7
(147,161,183)
#A8B3C5
(168,179,197)
#BDC5D3
(189,197,211)
#D2D7E1
(210,215,225)
#E7E9EF
(231,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153563; }

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

This text font color is #153563.

Background Color

.myBgColor { background-color: #153563; }

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

This div background color is #153563.

Border color

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

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

This div border color is #153563.

Opacity

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

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

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

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

This text has shadow with #153563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #153563.

Preview

Color preview on black background

This text has color #153563 on black background.


Color preview on white background

This text has color #153563 on white background.


Black color preview on #153563 background

This text has black color on #153563 background.


White color preview on #153563 background

This text has white color on #153563 background.


Related colors

Complementary color

Complementary color for #hex is #EACA9C.


I love getcolorcode.com

Triadic colors

1 #631535 and #356315 with #153563 are triadic colors.

2 #633515 and #351563 with #153563 are triadic colors.