COLOR #151327

HEX: #151327
RGB: (21,19,39)

Color info

#151327 contains red, green and blue colors in about the same proportion. Web safe color of #151327 is #000033 (or #003).

RGB color model

#151327 color RGB value is (21,19,39).

  • red value is 21;
  • green value is 19;
  • blue value is 39.
RGB:
(21,19,39)
(8%,7%,15%)

RGB channels and saturation

R 21 of 255 = 8%
G 19 of 255 = 7%
B 39 of 255 = 15%

21
19
39

R + G + B ~ 10%. #151327 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 19 + 39 = 79 (100%)
R 21 of 79 ~ 26.58%
G 19 of 79 ~ 24.05%
B 39 of 79 ~ 49.37%

%26.58
%24.05
%49.37

CMYK color model

#151327 color CMYK value is (46,51,0,85).

  • cyan value is 46.15%
  • magenta value is 51.28%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(46,51,0,85)
C46M51Y0K85 
(46%,51%,0%,85%)
(0.46/0.51/0.00/0.85)	

CMYK percentages

%46.15
%51.28
%0
%84.71

Codes

Color #151327 in popluar color models

151327
RGB211939
HSL246°34.48%11.37%
HSB/HSV246°51.28%15.29%
CMYK46.15%51.28%0.00%
84.71%

Color #151327 in popluar number systems.

HEX151327
Decimal211939
Binary1010110011100111
Octal252347

Shades and tints

Shades of #151327

#151327
(21,19,39)
#141224
(20,18,36)
#131121
(19,17,33)
#12101E
(18,16,30)
#110F1B
(17,15,27)
#100E18
(16,14,24)
#0F0D15
(15,13,21)
#0E0C12
(14,12,18)
#0D0B0F
(13,11,15)
#0C0A0C
(12,10,12)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #151327

#151327
(21,19,39)
#2A283A
(42,40,58)
#3F3D4D
(63,61,77)
#545260
(84,82,96)
#696773
(105,103,115)
#7E7C86
(126,124,134)
#939199
(147,145,153)
#A8A6AC
(168,166,172)
#BDBBBF
(189,187,191)
#D2D0D2
(210,208,210)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151327 color. Also use rgb(21,19,39) instead hex code.

Text Font Color

.myTextColor { color: #151327; }

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

This text font color is #151327.


Background Color

.myBgColor { background-color: #151327; }

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

This div background color is #151327.


Border color

.myBorderColor { border: 1px solid #151327; }

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

This div border color is #151327.


Opacity

.myOpacity80 { color: #151327; opacity: 0.8; }

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

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

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

This text has shadow with #151327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151327 on black background.


Color preview on white background

This text has color #151327 on white background.



Black color preview on #151327 background

This text has black color on #151327 background.


White color preview on #151327 background

This text has white color on #151327 background.