COLOR #15393A

HEX: #15393A
RGB: (21,57,58)

Color info

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

RGB color model

#15393A color RGB value is (21,57,58).

  • red value is 21;
  • green value is 57;
  • blue value is 58.
RGB:
(21,57,58)
(8%,22%,23%)

RGB channels and saturation

R 21 of 255 = 8%
G 57 of 255 = 22%
B 58 of 255 = 23%

21
57
58

R + G + B ~ 18%. #15393A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 57 + 58 = 136 (100%)
R 21 of 136 ~ 15.44%
G 57 of 136 ~ 41.91%
B 58 of 136 ~ 42.65%

%15.44
%41.91
%42.65

CMYK color model

#15393A color CMYK value is (64,2,0,77).

  • cyan value is 63.79%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(64,2,0,77)
C64M2Y0K77 
(64%,2%,0%,77%)
(0.64/0.02/0.00/0.77)	

CMYK percentages

%63.79
%1.72
%0
%77.25

Codes

Color #15393A in popluar color models

15393A
RGB215758
HSL182°46.84%15.49%
HSB/HSV182°63.79%22.75%
CMYK63.79%1.72%0.00%
77.25%

Color #15393A in popluar number systems.

HEX15393A
Decimal215758
Binary10101111001111010
Octal257172

Shades and tints

Shades of #15393A

#15393A
(21,57,58)
#143435
(20,52,53)
#132F30
(19,47,48)
#122A2B
(18,42,43)
#112526
(17,37,38)
#102021
(16,32,33)
#0F1B1C
(15,27,28)
#0E1617
(14,22,23)
#0D1112
(13,17,18)
#0C0C0D
(12,12,13)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #15393A

#15393A
(21,57,58)
#2A4B4B
(42,75,75)
#3F5D5C
(63,93,92)
#546F6D
(84,111,109)
#69817E
(105,129,126)
#7E938F
(126,147,143)
#93A5A0
(147,165,160)
#A8B7B1
(168,183,177)
#BDC9C2
(189,201,194)
#D2DBD3
(210,219,211)
#E7EDE4
(231,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15393A color. Also use rgb(21,57,58) instead hex code.

Text Font Color

.myTextColor { color: #15393A; }

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

This text font color is #15393A.


Background Color

.myBgColor { background-color: #15393A; }

<div style="background-color:#15393A">Inner text</div>

This div background color is #15393A.


Border color

.myBorderColor { border: 1px solid #15393A; }

<div style="border:3px solid #15393A">Div</div>

This div border color is #15393A.


Opacity

.myOpacity80 { color: #15393A; opacity: 0.8; }

<p style="color:#15393A;opacity:0.8;">80%</p>

Text with #15393A 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 #15393A;}

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

This text has shadow with #15393A color.

.textShadow {text-shadow: 3px 3px 1px #15393A, 3px 3px 1px red;}

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

This text has shadow with #15393A primary color and red secondary color.


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

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

This text has shadow with #15393A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15393A on black background.


Color preview on white background

This text has color #15393A on white background.



Black color preview on #15393A background

This text has black color on #15393A background.


White color preview on #15393A background

This text has white color on #15393A background.