COLOR #153C6E

HEX: #153C6E
RGB: (21,60,110)

Color info

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

RGB color model

#153C6E color RGB value is (21,60,110).

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

RGB channels and saturation

R 21 of 255 = 8%
G 60 of 255 = 24%
B 110 of 255 = 43%

21
60
110

R + G + B ~ 25%. #153C6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 60 + 110 = 191 (100%)
R 21 of 191 ~ 10.99%
G 60 of 191 ~ 31.41%
B 110 of 191 ~ 57.59%

%10.99
%31.41
%57.59

CMYK color model

#153C6E color CMYK value is (81,45,0,57).

  • cyan value is 80.91%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(81,45,0,57)
C81M45Y0K57 
(81%,45%,0%,57%)
(0.81/0.45/0.00/0.57)	

CMYK percentages

%80.91
%45.45
%0
%56.86

Codes

Color #153C6E in popluar color models

153C6E
RGB2160110
HSL214°67.94%25.69%
HSB/HSV214°80.91%43.14%
CMYK80.91%45.45%0.00%
56.86%

Color #153C6E in popluar number systems.

HEX153C6E
Decimal2160110
Binary101011111001101110
Octal2574156

Shades and tints

Shades of #153C6E

#153C6E
(21,60,110)
#143764
(20,55,100)
#13325A
(19,50,90)
#122D50
(18,45,80)
#112846
(17,40,70)
#10233C
(16,35,60)
#0F1E32
(15,30,50)
#0E1928
(14,25,40)
#0D141E
(13,20,30)
#0C0F14
(12,15,20)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #153C6E

#153C6E
(21,60,110)
#2A4D7B
(42,77,123)
#3F5E88
(63,94,136)
#546F95
(84,111,149)
#6980A2
(105,128,162)
#7E91AF
(126,145,175)
#93A2BC
(147,162,188)
#A8B3C9
(168,179,201)
#BDC4D6
(189,196,214)
#D2D5E3
(210,213,227)
#E7E6F0
(231,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153C6E; }

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

This text font color is #153C6E.


Background Color

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

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

This div background color is #153C6E.


Border color

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

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

This div border color is #153C6E.


Opacity

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

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

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

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

This text has shadow with #153C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153C6E on black background.


Color preview on white background

This text has color #153C6E on white background.



Black color preview on #153C6E background

This text has black color on #153C6E background.


White color preview on #153C6E background

This text has white color on #153C6E background.