COLOR #153549

HEX: #153549
RGB: (21,53,73)

Color info

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

RGB color model

#153549 color RGB value is (21,53,73).

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

RGB channels and saturation

R 21 of 255 = 8%
G 53 of 255 = 21%
B 73 of 255 = 29%

21
53
73

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

Portions of RGB colors in percentages

R + G + B =
21 + 53 + 73 = 147 (100%)
R 21 of 147 ~ 14.29%
G 53 of 147 ~ 36.05%
B 73 of 147 ~ 49.66%

%14.29
%36.05
%49.66

CMYK color model

#153549 color CMYK value is (71,27,0,71).

  • cyan value is 71.23%
  • magenta value is 27.40%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(71,27,0,71)
C71M27Y0K71 
(71%,27%,0%,71%)
(0.71/0.27/0.00/0.71)	

CMYK percentages

%71.23
%27.4
%0
%71.37

Codes

Color #153549 in popluar color models

153549
RGB215373
HSL203°55.32%18.43%
HSB/HSV203°71.23%28.63%
CMYK71.23%27.40%0.00%
71.37%

Color #153549 in popluar number systems.

HEX153549
Decimal215373
Binary101011101011001001
Octal2565111

Shades and tints

Shades of #153549

#153549
(21,53,73)
#143143
(20,49,67)
#132D3D
(19,45,61)
#122937
(18,41,55)
#112531
(17,37,49)
#10212B
(16,33,43)
#0F1D25
(15,29,37)
#0E191F
(14,25,31)
#0D1519
(13,21,25)
#0C1113
(12,17,19)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #153549

#153549
(21,53,73)
#2A4759
(42,71,89)
#3F5969
(63,89,105)
#546B79
(84,107,121)
#697D89
(105,125,137)
#7E8F99
(126,143,153)
#93A1A9
(147,161,169)
#A8B3B9
(168,179,185)
#BDC5C9
(189,197,201)
#D2D7D9
(210,215,217)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153549; }

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

This text font color is #153549.


Background Color

.myBgColor { background-color: #153549; }

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

This div background color is #153549.


Border color

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

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

This div border color is #153549.


Opacity

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

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

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

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

This text has shadow with #153549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153549 on black background.


Color preview on white background

This text has color #153549 on white background.



Black color preview on #153549 background

This text has black color on #153549 background.


White color preview on #153549 background

This text has white color on #153549 background.