COLOR #151D36

HEX: #151D36
RGB: (21,29,54)

Color info

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

RGB color model

#151D36 color RGB value is (21,29,54).

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

RGB channels and saturation

R 21 of 255 = 8%
G 29 of 255 = 11%
B 54 of 255 = 21%

21
29
54

R + G + B ~ 13%. #151D36 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 29 + 54 = 104 (100%)
R 21 of 104 ~ 20.19%
G 29 of 104 ~ 27.88%
B 54 of 104 ~ 51.92%

%20.19
%27.88
%51.92

CMYK color model

#151D36 color CMYK value is (61,46,0,79).

  • cyan value is 61.11%
  • magenta value is 46.30%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(61,46,0,79)
C61M46Y0K79 
(61%,46%,0%,79%)
(0.61/0.46/0.00/0.79)	

CMYK percentages

%61.11
%46.3
%0
%78.82

Codes

Color #151D36 in popluar color models

151D36
RGB212954
HSL225°44.00%14.71%
HSB/HSV225°61.11%21.18%
CMYK61.11%46.30%0.00%
78.82%

Color #151D36 in popluar number systems.

HEX151D36
Decimal212954
Binary1010111101110110
Octal253566

Shades and tints

Shades of #151D36

#151D36
(21,29,54)
#141B32
(20,27,50)
#13192E
(19,25,46)
#12172A
(18,23,42)
#111526
(17,21,38)
#101322
(16,19,34)
#0F111E
(15,17,30)
#0E0F1A
(14,15,26)
#0D0D16
(13,13,22)
#0C0B12
(12,11,18)
#0B090E
(11,9,14)
#000000
(0,0,0)

Tints of #151D36

#151D36
(21,29,54)
#2A3148
(42,49,72)
#3F455A
(63,69,90)
#54596C
(84,89,108)
#696D7E
(105,109,126)
#7E8190
(126,129,144)
#9395A2
(147,149,162)
#A8A9B4
(168,169,180)
#BDBDC6
(189,189,198)
#D2D1D8
(210,209,216)
#E7E5EA
(231,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151D36 color. Also use rgb(21,29,54) instead hex code.

Text Font Color

.myTextColor { color: #151D36; }

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

This text font color is #151D36.


Background Color

.myBgColor { background-color: #151D36; }

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

This div background color is #151D36.


Border color

.myBorderColor { border: 1px solid #151D36; }

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

This div border color is #151D36.


Opacity

.myOpacity80 { color: #151D36; opacity: 0.8; }

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

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

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

This text has shadow with #151D36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151D36 on black background.


Color preview on white background

This text has color #151D36 on white background.



Black color preview on #151D36 background

This text has black color on #151D36 background.


White color preview on #151D36 background

This text has white color on #151D36 background.