COLOR #15363A

HEX: #15363A
RGB: (21,54,58)

Color info

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

RGB color model

#15363A color RGB value is (21,54,58).

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

RGB channels and saturation

R 21 of 255 = 8%
G 54 of 255 = 21%
B 58 of 255 = 23%

21
54
58

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

Portions of RGB colors in percentages

R + G + B =
21 + 54 + 58 = 133 (100%)
R 21 of 133 ~ 15.79%
G 54 of 133 ~ 40.6%
B 58 of 133 ~ 43.61%

%15.79
%40.6
%43.61

CMYK color model

#15363A color CMYK value is (64,7,0,77).

  • cyan value is 63.79%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 77.25%
CMYK:
(64,7,0,77)
C64M7Y0K77 
(64%,7%,0%,77%)
(0.64/0.07/0.00/0.77)	

CMYK percentages

%63.79
%6.9
%0
%77.25

Codes

Color #15363A in popluar color models

15363A
RGB215458
HSL186°46.84%15.49%
HSB/HSV186°63.79%22.75%
CMYK63.79%6.90%0.00%
77.25%

Color #15363A in popluar number systems.

HEX15363A
Decimal215458
Binary10101110110111010
Octal256672

Shades and tints

Shades of #15363A

#15363A
(21,54,58)
#143235
(20,50,53)
#132E30
(19,46,48)
#122A2B
(18,42,43)
#112626
(17,38,38)
#102221
(16,34,33)
#0F1E1C
(15,30,28)
#0E1A17
(14,26,23)
#0D1612
(13,22,18)
#0C120D
(12,18,13)
#0B0E08
(11,14,8)
#000000
(0,0,0)

Tints of #15363A

#15363A
(21,54,58)
#2A484B
(42,72,75)
#3F5A5C
(63,90,92)
#546C6D
(84,108,109)
#697E7E
(105,126,126)
#7E908F
(126,144,143)
#93A2A0
(147,162,160)
#A8B4B1
(168,180,177)
#BDC6C2
(189,198,194)
#D2D8D3
(210,216,211)
#E7EAE4
(231,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15363A; }

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

This text font color is #15363A.


Background Color

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

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

This div background color is #15363A.


Border color

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

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

This div border color is #15363A.


Opacity

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

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

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

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

This text has shadow with #15363A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15363A on black background.


Color preview on white background

This text has color #15363A on white background.



Black color preview on #15363A background

This text has black color on #15363A background.


White color preview on #15363A background

This text has white color on #15363A background.