COLOR #153049

HEX: #153049
RGB: (21,48,73)

Color info

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

RGB color model

#153049 color RGB value is (21,48,73).

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

RGB channels and saturation

R 21 of 255 = 8%
G 48 of 255 = 19%
B 73 of 255 = 29%

21
48
73

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

Portions of RGB colors in percentages

R + G + B =
21 + 48 + 73 = 142 (100%)
R 21 of 142 ~ 14.79%
G 48 of 142 ~ 33.8%
B 73 of 142 ~ 51.41%

%14.79
%33.8
%51.41

CMYK color model

#153049 color CMYK value is (71,34,0,71).

  • cyan value is 71.23%
  • magenta value is 34.25%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(71,34,0,71)
C71M34Y0K71 
(71%,34%,0%,71%)
(0.71/0.34/0.00/0.71)	

CMYK percentages

%71.23
%34.25
%0
%71.37

Codes

Color #153049 in popluar color models

153049
RGB214873
HSL209°55.32%18.43%
HSB/HSV209°71.23%28.63%
CMYK71.23%34.25%0.00%
71.37%

Color #153049 in popluar number systems.

HEX153049
Decimal214873
Binary101011100001001001
Octal2560111

Shades and tints

Shades of #153049

#153049
(21,48,73)
#142C43
(20,44,67)
#13283D
(19,40,61)
#122437
(18,36,55)
#112031
(17,32,49)
#101C2B
(16,28,43)
#0F1825
(15,24,37)
#0E141F
(14,20,31)
#0D1019
(13,16,25)
#0C0C13
(12,12,19)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #153049

#153049
(21,48,73)
#2A4259
(42,66,89)
#3F5469
(63,84,105)
#546679
(84,102,121)
#697889
(105,120,137)
#7E8A99
(126,138,153)
#939CA9
(147,156,169)
#A8AEB9
(168,174,185)
#BDC0C9
(189,192,201)
#D2D2D9
(210,210,217)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153049; }

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

This text font color is #153049.


Background Color

.myBgColor { background-color: #153049; }

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

This div background color is #153049.


Border color

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

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

This div border color is #153049.


Opacity

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

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

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

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

This text has shadow with #153049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153049 on black background.


Color preview on white background

This text has color #153049 on white background.



Black color preview on #153049 background

This text has black color on #153049 background.


White color preview on #153049 background

This text has white color on #153049 background.