COLOR #15383B

HEX: #15383B
RGB: (21,56,59)

Color info

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

RGB color model

#15383B color RGB value is (21,56,59).

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

RGB channels and saturation

R 21 of 255 = 8%
G 56 of 255 = 22%
B 59 of 255 = 23%

21
56
59

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

Portions of RGB colors in percentages

R + G + B =
21 + 56 + 59 = 136 (100%)
R 21 of 136 ~ 15.44%
G 56 of 136 ~ 41.18%
B 59 of 136 ~ 43.38%

%15.44
%41.18
%43.38

CMYK color model

#15383B color CMYK value is (64,5,0,77).

  • cyan value is 64.41%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(64,5,0,77)
C64M5Y0K77 
(64%,5%,0%,77%)
(0.64/0.05/0.00/0.77)	

CMYK percentages

%64.41
%5.08
%0
%76.86

Codes

Color #15383B in popluar color models

15383B
RGB215659
HSL185°47.50%15.69%
HSB/HSV185°64.41%23.14%
CMYK64.41%5.08%0.00%
76.86%

Color #15383B in popluar number systems.

HEX15383B
Decimal215659
Binary10101111000111011
Octal257073

Shades and tints

Shades of #15383B

#15383B
(21,56,59)
#143336
(20,51,54)
#132E31
(19,46,49)
#12292C
(18,41,44)
#112427
(17,36,39)
#101F22
(16,31,34)
#0F1A1D
(15,26,29)
#0E1518
(14,21,24)
#0D1013
(13,16,19)
#0C0B0E
(12,11,14)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #15383B

#15383B
(21,56,59)
#2A4A4C
(42,74,76)
#3F5C5D
(63,92,93)
#546E6E
(84,110,110)
#69807F
(105,128,127)
#7E9290
(126,146,144)
#93A4A1
(147,164,161)
#A8B6B2
(168,182,178)
#BDC8C3
(189,200,195)
#D2DAD4
(210,218,212)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15383B color. Also use rgb(21,56,59) instead hex code.

Text Font Color

.myTextColor { color: #15383B; }

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

This text font color is #15383B.


Background Color

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

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

This div background color is #15383B.


Border color

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

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

This div border color is #15383B.


Opacity

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

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

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

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

This text has shadow with #15383B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15383B on black background.


Color preview on white background

This text has color #15383B on white background.



Black color preview on #15383B background

This text has black color on #15383B background.


White color preview on #15383B background

This text has white color on #15383B background.