COLOR #15223F

HEX: #15223F
RGB: (21,34,63)

Color info

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

RGB color model

#15223F color RGB value is (21,34,63).

  • red value is 21;
  • green value is 34;
  • blue value is 63.
RGB:
(21,34,63)
(8%,13%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 63 of 255 = 25%

21
34
63

R + G + B ~ 15%. #15223F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 34 + 63 = 118 (100%)
R 21 of 118 ~ 17.8%
G 34 of 118 ~ 28.81%
B 63 of 118 ~ 53.39%

%17.8
%28.81
%53.39

CMYK color model

#15223F color CMYK value is (67,46,0,75).

  • cyan value is 66.67%
  • magenta value is 46.03%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(67,46,0,75)
C67M46Y0K75 
(67%,46%,0%,75%)
(0.67/0.46/0.00/0.75)	

CMYK percentages

%66.67
%46.03
%0
%75.29

Codes

Color #15223F in popluar color models

15223F
RGB213463
HSL221°50.00%16.47%
HSB/HSV221°66.67%24.71%
CMYK66.67%46.03%0.00%
75.29%

Color #15223F in popluar number systems.

HEX15223F
Decimal213463
Binary10101100010111111
Octal254277

Shades and tints

Shades of #15223F

#15223F
(21,34,63)
#141F3A
(20,31,58)
#131C35
(19,28,53)
#121930
(18,25,48)
#11162B
(17,22,43)
#101326
(16,19,38)
#0F1021
(15,16,33)
#0E0D1C
(14,13,28)
#0D0A17
(13,10,23)
#0C0712
(12,7,18)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #15223F

#15223F
(21,34,63)
#2A3650
(42,54,80)
#3F4A61
(63,74,97)
#545E72
(84,94,114)
#697283
(105,114,131)
#7E8694
(126,134,148)
#939AA5
(147,154,165)
#A8AEB6
(168,174,182)
#BDC2C7
(189,194,199)
#D2D6D8
(210,214,216)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15223F color. Also use rgb(21,34,63) instead hex code.

Text Font Color

.myTextColor { color: #15223F; }

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

This text font color is #15223F.


Background Color

.myBgColor { background-color: #15223F; }

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

This div background color is #15223F.


Border color

.myBorderColor { border: 1px solid #15223F; }

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

This div border color is #15223F.


Opacity

.myOpacity80 { color: #15223F; opacity: 0.8; }

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

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

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

This text has shadow with #15223F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15223F on black background.


Color preview on white background

This text has color #15223F on white background.



Black color preview on #15223F background

This text has black color on #15223F background.


White color preview on #15223F background

This text has white color on #15223F background.