COLOR #15462B

HEX: #15462B
RGB: (21,70,43)

Color info

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

RGB color model

#15462B color RGB value is (21,70,43).

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

RGB channels and saturation

R 21 of 255 = 8%
G 70 of 255 = 27%
B 43 of 255 = 17%

21
70
43

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

Portions of RGB colors in percentages

R + G + B =
21 + 70 + 43 = 134 (100%)
R 21 of 134 ~ 15.67%
G 70 of 134 ~ 52.24%
B 43 of 134 ~ 32.09%

%15.67
%52.24
%32.09

CMYK color model

#15462B color CMYK value is (70,0,39,73).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 38.57%
  • key color value is 72.55%
CMYK:
(70,0,39,73)
C70M0Y39K73 
(70%,0%,39%,73%)
(0.70/0.00/0.39/0.73)	

CMYK percentages

%70
%0
%38.57
%72.55

Codes

Color #15462B in popluar color models

15462B
RGB217043
HSL147°53.85%17.84%
HSB/HSV147°70.00%27.45%
CMYK70.00%0.00%38.57%
72.55%

Color #15462B in popluar number systems.

HEX15462B
Decimal217043
Binary101011000110101011
Octal2510653

Shades and tints

Shades of #15462B

#15462B
(21,70,43)
#144028
(20,64,40)
#133A25
(19,58,37)
#123422
(18,52,34)
#112E1F
(17,46,31)
#10281C
(16,40,28)
#0F2219
(15,34,25)
#0E1C16
(14,28,22)
#0D1613
(13,22,19)
#0C1010
(12,16,16)
#0B0A0D
(11,10,13)
#000000
(0,0,0)

Tints of #15462B

#15462B
(21,70,43)
#2A563E
(42,86,62)
#3F6651
(63,102,81)
#547664
(84,118,100)
#698677
(105,134,119)
#7E968A
(126,150,138)
#93A69D
(147,166,157)
#A8B6B0
(168,182,176)
#BDC6C3
(189,198,195)
#D2D6D6
(210,214,214)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15462B; }

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

This text font color is #15462B.


Background Color

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

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

This div background color is #15462B.


Border color

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

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

This div border color is #15462B.


Opacity

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

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

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

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

This text has shadow with #15462B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15462B on black background.


Color preview on white background

This text has color #15462B on white background.



Black color preview on #15462B background

This text has black color on #15462B background.


White color preview on #15462B background

This text has white color on #15462B background.