COLOR #153449

HEX: #153449
RGB: (21,52,73)

Color info

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

RGB color model

#153449 color RGB value is (21,52,73).

  • red value is 21;
  • green value is 52;
  • blue value is 73.
RGB:
(21,52,73)
(8%,20%,29%)

RGB channels and saturation

R 21 of 255 = 8%
G 52 of 255 = 20%
B 73 of 255 = 29%

21
52
73

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

Portions of RGB colors in percentages

R + G + B =
21 + 52 + 73 = 146 (100%)
R 21 of 146 ~ 14.38%
G 52 of 146 ~ 35.62%
B 73 of 146 ~ 50%

%14.38
%35.62
%50

CMYK color model

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

  • cyan value is 71.23%
  • magenta value is 28.77%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(71,29,0,71)
C71M29Y0K71 
(71%,29%,0%,71%)
(0.71/0.29/0.00/0.71)	

CMYK percentages

%71.23
%28.77
%0
%71.37

Codes

Color #153449 in popluar color models

153449
RGB215273
HSL204°55.32%18.43%
HSB/HSV204°71.23%28.63%
CMYK71.23%28.77%0.00%
71.37%

Color #153449 in popluar number systems.

HEX153449
Decimal215273
Binary101011101001001001
Octal2564111

Shades and tints

Shades of #153449

#153449
(21,52,73)
#143043
(20,48,67)
#132C3D
(19,44,61)
#122837
(18,40,55)
#112431
(17,36,49)
#10202B
(16,32,43)
#0F1C25
(15,28,37)
#0E181F
(14,24,31)
#0D1419
(13,20,25)
#0C1013
(12,16,19)
#0B0C0D
(11,12,13)
#000000
(0,0,0)

Tints of #153449

#153449
(21,52,73)
#2A4659
(42,70,89)
#3F5869
(63,88,105)
#546A79
(84,106,121)
#697C89
(105,124,137)
#7E8E99
(126,142,153)
#93A0A9
(147,160,169)
#A8B2B9
(168,178,185)
#BDC4C9
(189,196,201)
#D2D6D9
(210,214,217)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153449 color. Also use rgb(21,52,73) instead hex code.

Text Font Color

.myTextColor { color: #153449; }

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

This text font color is #153449.


Background Color

.myBgColor { background-color: #153449; }

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

This div background color is #153449.


Border color

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

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

This div border color is #153449.


Opacity

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

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

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

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

This text has shadow with #153449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153449 on black background.


Color preview on white background

This text has color #153449 on white background.



Black color preview on #153449 background

This text has black color on #153449 background.


White color preview on #153449 background

This text has white color on #153449 background.