COLOR #153246

HEX: #153246
RGB: (21,50,70)

Color info

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

RGB color model

#153246 color RGB value is (21,50,70).

  • red value is 21;
  • green value is 50;
  • blue value is 70.
RGB:
(21,50,70)
(8%,20%,27%)

RGB channels and saturation

R 21 of 255 = 8%
G 50 of 255 = 20%
B 70 of 255 = 27%

21
50
70

R + G + B ~ 18%. #153246 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 50 + 70 = 141 (100%)
R 21 of 141 ~ 14.89%
G 50 of 141 ~ 35.46%
B 70 of 141 ~ 49.65%

%14.89
%35.46
%49.65

CMYK color model

#153246 color CMYK value is (70,29,0,73).

  • cyan value is 70.00%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 72.55%
CMYK:
(70,29,0,73)
C70M29Y0K73 
(70%,29%,0%,73%)
(0.70/0.29/0.00/0.73)	

CMYK percentages

%70
%28.57
%0
%72.55

Codes

Color #153246 in popluar color models

153246
RGB215070
HSL204°53.85%17.84%
HSB/HSV204°70.00%27.45%
CMYK70.00%28.57%0.00%
72.55%

Color #153246 in popluar number systems.

HEX153246
Decimal215070
Binary101011100101000110
Octal2562106

Shades and tints

Shades of #153246

#153246
(21,50,70)
#142E40
(20,46,64)
#132A3A
(19,42,58)
#122634
(18,38,52)
#11222E
(17,34,46)
#101E28
(16,30,40)
#0F1A22
(15,26,34)
#0E161C
(14,22,28)
#0D1216
(13,18,22)
#0C0E10
(12,14,16)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #153246

#153246
(21,50,70)
#2A4456
(42,68,86)
#3F5666
(63,86,102)
#546876
(84,104,118)
#697A86
(105,122,134)
#7E8C96
(126,140,150)
#939EA6
(147,158,166)
#A8B0B6
(168,176,182)
#BDC2C6
(189,194,198)
#D2D4D6
(210,212,214)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153246 color. Also use rgb(21,50,70) instead hex code.

Text Font Color

.myTextColor { color: #153246; }

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

This text font color is #153246.


Background Color

.myBgColor { background-color: #153246; }

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

This div background color is #153246.


Border color

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

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

This div border color is #153246.


Opacity

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

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

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

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

This text has shadow with #153246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153246 on black background.


Color preview on white background

This text has color #153246 on white background.



Black color preview on #153246 background

This text has black color on #153246 background.


White color preview on #153246 background

This text has white color on #153246 background.