COLOR #153348

HEX: #153348
RGB: (21,51,72)

Color info

#153348 contains red, green and blue colors in about the same proportion. Web safe color of #153348 is #003333 (or #033).

RGB color model

#153348 color RGB value is (21,51,72).

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

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 72 of 255 = 28%

21
51
72

R + G + B ~ 19%. #153348 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 51 + 72 = 144 (100%)
R 21 of 144 ~ 14.58%
G 51 of 144 ~ 35.42%
B 72 of 144 ~ 50%

%14.58
%35.42
%50

CMYK color model

#153348 color CMYK value is (71,29,0,72).

  • cyan value is 70.83%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(71,29,0,72)
C71M29Y0K72 
(71%,29%,0%,72%)
(0.71/0.29/0.00/0.72)	

CMYK percentages

%70.83
%29.17
%0
%71.76

Codes

Color #153348 in popluar color models

153348
RGB215172
HSL205°54.84%18.24%
HSB/HSV205°70.83%28.24%
CMYK70.83%29.17%0.00%
71.76%

Color #153348 in popluar number systems.

HEX153348
Decimal215172
Binary101011100111001000
Octal2563110

Shades and tints

Shades of #153348

#153348
(21,51,72)
#142F42
(20,47,66)
#132B3C
(19,43,60)
#122736
(18,39,54)
#112330
(17,35,48)
#101F2A
(16,31,42)
#0F1B24
(15,27,36)
#0E171E
(14,23,30)
#0D1318
(13,19,24)
#0C0F12
(12,15,18)
#0B0B0C
(11,11,12)
#000000
(0,0,0)

Tints of #153348

#153348
(21,51,72)
#2A4558
(42,69,88)
#3F5768
(63,87,104)
#546978
(84,105,120)
#697B88
(105,123,136)
#7E8D98
(126,141,152)
#939FA8
(147,159,168)
#A8B1B8
(168,177,184)
#BDC3C8
(189,195,200)
#D2D5D8
(210,213,216)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153348; }

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

This text font color is #153348.


Background Color

.myBgColor { background-color: #153348; }

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

This div background color is #153348.


Border color

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

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

This div border color is #153348.


Opacity

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

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

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

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

This text has shadow with #153348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153348 on black background.


Color preview on white background

This text has color #153348 on white background.



Black color preview on #153348 background

This text has black color on #153348 background.


White color preview on #153348 background

This text has white color on #153348 background.