COLOR #15222E

HEX: #15222E
RGB: (21,34,46)

Color info

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

RGB color model

#15222E color RGB value is (21,34,46).

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

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 46 of 255 = 18%

21
34
46

R + G + B ~ 13%. #15222E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 34 + 46 = 101 (100%)
R 21 of 101 ~ 20.79%
G 34 of 101 ~ 33.66%
B 46 of 101 ~ 45.54%

%20.79
%33.66
%45.54

CMYK color model

#15222E color CMYK value is (54,26,0,82).

  • cyan value is 54.35%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 81.96%
CMYK:
(54,26,0,82)
C54M26Y0K82 
(54%,26%,0%,82%)
(0.54/0.26/0.00/0.82)	

CMYK percentages

%54.35
%26.09
%0
%81.96

Codes

Color #15222E in popluar color models

15222E
RGB213446
HSL209°37.31%13.14%
HSB/HSV209°54.35%18.04%
CMYK54.35%26.09%0.00%
81.96%

Color #15222E in popluar number systems.

HEX15222E
Decimal213446
Binary10101100010101110
Octal254256

Shades and tints

Shades of #15222E

#15222E
(21,34,46)
#141F2A
(20,31,42)
#131C26
(19,28,38)
#121922
(18,25,34)
#11161E
(17,22,30)
#10131A
(16,19,26)
#0F1016
(15,16,22)
#0E0D12
(14,13,18)
#0D0A0E
(13,10,14)
#0C070A
(12,7,10)
#0B0406
(11,4,6)
#000000
(0,0,0)

Tints of #15222E

#15222E
(21,34,46)
#2A3641
(42,54,65)
#3F4A54
(63,74,84)
#545E67
(84,94,103)
#69727A
(105,114,122)
#7E868D
(126,134,141)
#939AA0
(147,154,160)
#A8AEB3
(168,174,179)
#BDC2C6
(189,194,198)
#D2D6D9
(210,214,217)
#E7EAEC
(231,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15222E color. Also use rgb(21,34,46) instead hex code.

Text Font Color

.myTextColor { color: #15222E; }

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

This text font color is #15222E.


Background Color

.myBgColor { background-color: #15222E; }

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

This div background color is #15222E.


Border color

.myBorderColor { border: 1px solid #15222E; }

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

This div border color is #15222E.


Opacity

.myOpacity80 { color: #15222E; opacity: 0.8; }

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

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

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

This text has shadow with #15222E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15222E on black background.


Color preview on white background

This text has color #15222E on white background.



Black color preview on #15222E background

This text has black color on #15222E background.


White color preview on #15222E background

This text has white color on #15222E background.