COLOR #15422B

HEX: #15422B
RGB: (21,66,43)

Color info

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

RGB color model

#15422B color RGB value is (21,66,43).

  • red value is 21;
  • green value is 66;
  • blue value is 43.
RGB:
(21,66,43)
(8%,26%,17%)

RGB channels and saturation

R 21 of 255 = 8%
G 66 of 255 = 26%
B 43 of 255 = 17%

21
66
43

R + G + B ~ 17%. #15422B is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 66 + 43 = 130 (100%)
R 21 of 130 ~ 16.15%
G 66 of 130 ~ 50.77%
B 43 of 130 ~ 33.08%

%16.15
%50.77
%33.08

CMYK color model

#15422B color CMYK value is (68,0,35,74).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 34.85%
  • key color value is 74.12%
CMYK:
(68,0,35,74)
C68M0Y35K74 
(68%,0%,35%,74%)
(0.68/0.00/0.35/0.74)	

CMYK percentages

%68.18
%0
%34.85
%74.12

Codes

Color #15422B in popluar color models

15422B
RGB216643
HSL149°51.72%17.06%
HSB/HSV149°68.18%25.88%
CMYK68.18%0.00%34.85%
74.12%

Color #15422B in popluar number systems.

HEX15422B
Decimal216643
Binary101011000010101011
Octal2510253

Shades and tints

Shades of #15422B

#15422B
(21,66,43)
#143C28
(20,60,40)
#133625
(19,54,37)
#123022
(18,48,34)
#112A1F
(17,42,31)
#10241C
(16,36,28)
#0F1E19
(15,30,25)
#0E1816
(14,24,22)
#0D1213
(13,18,19)
#0C0C10
(12,12,16)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #15422B

#15422B
(21,66,43)
#2A533E
(42,83,62)
#3F6451
(63,100,81)
#547564
(84,117,100)
#698677
(105,134,119)
#7E978A
(126,151,138)
#93A89D
(147,168,157)
#A8B9B0
(168,185,176)
#BDCAC3
(189,202,195)
#D2DBD6
(210,219,214)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15422B color. Also use rgb(21,66,43) instead hex code.

Text Font Color

.myTextColor { color: #15422B; }

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

This text font color is #15422B.


Background Color

.myBgColor { background-color: #15422B; }

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

This div background color is #15422B.


Border color

.myBorderColor { border: 1px solid #15422B; }

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

This div border color is #15422B.


Opacity

.myOpacity80 { color: #15422B; opacity: 0.8; }

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

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

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

This text has shadow with #15422B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15422B on black background.


Color preview on white background

This text has color #15422B on white background.



Black color preview on #15422B background

This text has black color on #15422B background.


White color preview on #15422B background

This text has white color on #15422B background.