COLOR #153367

HEX: #153367
RGB: (21,51,103)

Color info

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

RGB color model

#153367 color RGB value is (21,51,103).

  • red value is 21;
  • green value is 51;
  • blue value is 103.
RGB:
(21,51,103)
(8%,20%,40%)

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 103 of 255 = 40%

21
51
103

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

Portions of RGB colors in percentages

R + G + B =
21 + 51 + 103 = 175 (100%)
R 21 of 175 ~ 12%
G 51 of 175 ~ 29.14%
B 103 of 175 ~ 58.86%

%12
%29.14
%58.86

CMYK color model

#153367 color CMYK value is (80,50,0,60).

  • cyan value is 79.61%
  • magenta value is 50.49%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(80,50,0,60)
C80M50Y0K60 
(80%,50%,0%,60%)
(0.80/0.50/0.00/0.60)	

CMYK percentages

%79.61
%50.49
%0
%59.61

Codes

Color #153367 in popluar color models

153367
RGB2151103
HSL218°66.13%24.31%
HSB/HSV218°79.61%40.39%
CMYK79.61%50.49%0.00%
59.61%

Color #153367 in popluar number systems.

HEX153367
Decimal2151103
Binary101011100111100111
Octal2563147

Shades and tints

Shades of #153367

#153367
(21,51,103)
#142F5E
(20,47,94)
#132B55
(19,43,85)
#12274C
(18,39,76)
#112343
(17,35,67)
#101F3A
(16,31,58)
#0F1B31
(15,27,49)
#0E1728
(14,23,40)
#0D131F
(13,19,31)
#0C0F16
(12,15,22)
#0B0B0D
(11,11,13)
#000000
(0,0,0)

Tints of #153367

#153367
(21,51,103)
#2A4574
(42,69,116)
#3F5781
(63,87,129)
#54698E
(84,105,142)
#697B9B
(105,123,155)
#7E8DA8
(126,141,168)
#939FB5
(147,159,181)
#A8B1C2
(168,177,194)
#BDC3CF
(189,195,207)
#D2D5DC
(210,213,220)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153367 color. Also use rgb(21,51,103) instead hex code.

Text Font Color

.myTextColor { color: #153367; }

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

This text font color is #153367.


Background Color

.myBgColor { background-color: #153367; }

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

This div background color is #153367.


Border color

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

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

This div border color is #153367.


Opacity

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

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

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

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

This text has shadow with #153367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153367 on black background.


Color preview on white background

This text has color #153367 on white background.



Black color preview on #153367 background

This text has black color on #153367 background.


White color preview on #153367 background

This text has white color on #153367 background.