COLOR #151D27

HEX: #151D27 RGB: (21,29,39)

Color info

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

RGB color model

#151D27 color RGB value is (21,29,39).

RGB: (21,29,39) (8%, 11%, 15%)

RGB channels and saturation

R 21 of 255 = 8%
G 29 of 255 = 11%
B 39 of 255 = 15%

21
29
39

R + G + B ~ 11%. #151D27 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 29 + 39 = 89 (100%)
R 21 of 89 ~ 23.6%
G 29 of 89 ~ 32.58%
B 39 of 89 ~ 43.82'%

%23.6
%32.58
%43.82

CMYK color model

#151D27 color CMYK value is (46,26,0,85).

  • cyan value is 46.15%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 84.71%

CMYK: (46,26,0,85)
C46M26Y0K85 (46%, 26%, 0%, 85%)
(0.46 / 0.26 / 0.00 / 0.85)

CMYK percentages

%46.15
%25.64
%0
%84.71

Codes

Color #151D27 in popluar color models

15 1D 27
RGB 21 29 39
HSL 213° 30.00% 11.76%
HSB/HSV 213° 46.15% 15.29%
CMYK 46.15% 25.64% 0.00%
84.71%

Color #151D27 in popluar number systems.

HEX 15 1D 27
Decimal 21 29 39
Binary 10101 11101 100111
Octal 25 35 47

Shades and tints

Shades of #151D27

#151D27
(21,29,39)
#141B24
(20,27,36)
#131921
(19,25,33)
#12171E
(18,23,30)
#11151B
(17,21,27)
#101318
(16,19,24)
#0F1115
(15,17,21)
#0E0F12
(14,15,18)
#0D0D0F
(13,13,15)
#0C0B0C
(12,11,12)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #151D27

#151D27
(21,29,39)
#2A313A
(42,49,58)
#3F454D
(63,69,77)
#545960
(84,89,96)
#696D73
(105,109,115)
#7E8186
(126,129,134)
#939599
(147,149,153)
#A8A9AC
(168,169,172)
#BDBDBF
(189,189,191)
#D2D1D2
(210,209,210)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151D27; }

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

This text font color is #151D27.

Background Color

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

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

This div background color is #151D27.

Border color

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

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

This div border color is #151D27.

Opacity

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

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

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

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

This text has shadow with #151D27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151D27.

Preview

Color preview on black background

This text has color #151D27 on black background.


Color preview on white background

This text has color #151D27 on white background.


Black color preview on #151D27 background

This text has black color on #151D27 background.


White color preview on #151D27 background

This text has white color on #151D27 background.


Related colors

Complementary color

Complementary color for #hex is #EAE2D8.


I love getcolorcode.com

Triadic colors

1 #27151D and #1D2715 with #151D27 are triadic colors.

2 #271D15 and #1D1527 with #151D27 are triadic colors.