COLOR #153C66

HEX: #153C66
RGB: (21,60,102)

Color info

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

RGB color model

#153C66 color RGB value is (21,60,102).

  • red value is 21;
  • green value is 60;
  • blue value is 102.
RGB:
(21,60,102)
(8%,24%,40%)

RGB channels and saturation

R 21 of 255 = 8%
G 60 of 255 = 24%
B 102 of 255 = 40%

21
60
102

R + G + B ~ 24%. #153C66 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 60 + 102 = 183 (100%)
R 21 of 183 ~ 11.48%
G 60 of 183 ~ 32.79%
B 102 of 183 ~ 55.74%

%11.48
%32.79
%55.74

CMYK color model

#153C66 color CMYK value is (79,41,0,60).

  • cyan value is 79.41%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(79,41,0,60)
C79M41Y0K60 
(79%,41%,0%,60%)
(0.79/0.41/0.00/0.60)	

CMYK percentages

%79.41
%41.18
%0
%60

Codes

Color #153C66 in popluar color models

153C66
RGB2160102
HSL211°65.85%24.12%
HSB/HSV211°79.41%40.00%
CMYK79.41%41.18%0.00%
60.00%

Color #153C66 in popluar number systems.

HEX153C66
Decimal2160102
Binary101011111001100110
Octal2574146

Shades and tints

Shades of #153C66

#153C66
(21,60,102)
#14375D
(20,55,93)
#133254
(19,50,84)
#122D4B
(18,45,75)
#112842
(17,40,66)
#102339
(16,35,57)
#0F1E30
(15,30,48)
#0E1927
(14,25,39)
#0D141E
(13,20,30)
#0C0F15
(12,15,21)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #153C66

#153C66
(21,60,102)
#2A4D73
(42,77,115)
#3F5E80
(63,94,128)
#546F8D
(84,111,141)
#69809A
(105,128,154)
#7E91A7
(126,145,167)
#93A2B4
(147,162,180)
#A8B3C1
(168,179,193)
#BDC4CE
(189,196,206)
#D2D5DB
(210,213,219)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153C66 color. Also use rgb(21,60,102) instead hex code.

Text Font Color

.myTextColor { color: #153C66; }

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

This text font color is #153C66.


Background Color

.myBgColor { background-color: #153C66; }

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

This div background color is #153C66.


Border color

.myBorderColor { border: 1px solid #153C66; }

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

This div border color is #153C66.


Opacity

.myOpacity80 { color: #153C66; opacity: 0.8; }

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

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

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

This text has shadow with #153C66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153C66 on black background.


Color preview on white background

This text has color #153C66 on white background.



Black color preview on #153C66 background

This text has black color on #153C66 background.


White color preview on #153C66 background

This text has white color on #153C66 background.