COLOR #15302B

HEX: #15302B
RGB: (21,48,43)

Color info

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

RGB color model

#15302B color RGB value is (21,48,43).

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

RGB channels and saturation

R 21 of 255 = 8%
G 48 of 255 = 19%
B 43 of 255 = 17%

21
48
43

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

Portions of RGB colors in percentages

R + G + B =
21 + 48 + 43 = 112 (100%)
R 21 of 112 ~ 18.75%
G 48 of 112 ~ 42.86%
B 43 of 112 ~ 38.39%

%18.75
%42.86
%38.39

CMYK color model

#15302B color CMYK value is (56,0,10,81).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 81.18%
CMYK:
(56,0,10,81)
C56M0Y10K81 
(56%,0%,10%,81%)
(0.56/0.00/0.10/0.81)	

CMYK percentages

%56.25
%0
%10.42
%81.18

Codes

Color #15302B in popluar color models

15302B
RGB214843
HSL169°39.13%13.53%
HSB/HSV169°56.25%18.82%
CMYK56.25%0.00%10.42%
81.18%

Color #15302B in popluar number systems.

HEX15302B
Decimal214843
Binary10101110000101011
Octal256053

Shades and tints

Shades of #15302B

#15302B
(21,48,43)
#142C28
(20,44,40)
#132825
(19,40,37)
#122422
(18,36,34)
#11201F
(17,32,31)
#101C1C
(16,28,28)
#0F1819
(15,24,25)
#0E1416
(14,20,22)
#0D1013
(13,16,19)
#0C0C10
(12,12,16)
#0B080D
(11,8,13)
#000000
(0,0,0)

Tints of #15302B

#15302B
(21,48,43)
#2A423E
(42,66,62)
#3F5451
(63,84,81)
#546664
(84,102,100)
#697877
(105,120,119)
#7E8A8A
(126,138,138)
#939C9D
(147,156,157)
#A8AEB0
(168,174,176)
#BDC0C3
(189,192,195)
#D2D2D6
(210,210,214)
#E7E4E9
(231,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15302B; }

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

This text font color is #15302B.


Background Color

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

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

This div background color is #15302B.


Border color

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

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

This div border color is #15302B.


Opacity

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

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

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

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

This text has shadow with #15302B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15302B on black background.


Color preview on white background

This text has color #15302B on white background.



Black color preview on #15302B background

This text has black color on #15302B background.


White color preview on #15302B background

This text has white color on #15302B background.