COLOR #151F24

HEX: #151F24
RGB: (21,31,36)

Color info

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

RGB color model

#151F24 color RGB value is (21,31,36).

  • red value is 21;
  • green value is 31;
  • blue value is 36.
RGB:
(21,31,36)
(8%,12%,14%)

RGB channels and saturation

R 21 of 255 = 8%
G 31 of 255 = 12%
B 36 of 255 = 14%

21
31
36

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

Portions of RGB colors in percentages

R + G + B =
21 + 31 + 36 = 88 (100%)
R 21 of 88 ~ 23.86%
G 31 of 88 ~ 35.23%
B 36 of 88 ~ 40.91%

%23.86
%35.23
%40.91

CMYK color model

#151F24 color CMYK value is (42,14,0,86).

  • cyan value is 41.67%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 85.88%
CMYK:
(42,14,0,86)
C42M14Y0K86 
(42%,14%,0%,86%)
(0.42/0.14/0.00/0.86)	

CMYK percentages

%41.67
%13.89
%0
%85.88

Codes

Color #151F24 in popluar color models

151F24
RGB213136
HSL200°26.32%11.18%
HSB/HSV200°41.67%14.12%
CMYK41.67%13.89%0.00%
85.88%

Color #151F24 in popluar number systems.

HEX151F24
Decimal213136
Binary1010111111100100
Octal253744

Shades and tints

Shades of #151F24

#151F24
(21,31,36)
#141D21
(20,29,33)
#131B1E
(19,27,30)
#12191B
(18,25,27)
#111718
(17,23,24)
#101515
(16,21,21)
#0F1312
(15,19,18)
#0E110F
(14,17,15)
#0D0F0C
(13,15,12)
#0C0D09
(12,13,9)
#0B0B06
(11,11,6)
#000000
(0,0,0)

Tints of #151F24

#151F24
(21,31,36)
#2A3337
(42,51,55)
#3F474A
(63,71,74)
#545B5D
(84,91,93)
#696F70
(105,111,112)
#7E8383
(126,131,131)
#939796
(147,151,150)
#A8ABA9
(168,171,169)
#BDBFBC
(189,191,188)
#D2D3CF
(210,211,207)
#E7E7E2
(231,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151F24 color. Also use rgb(21,31,36) instead hex code.

Text Font Color

.myTextColor { color: #151F24; }

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

This text font color is #151F24.


Background Color

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

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

This div background color is #151F24.


Border color

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

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

This div border color is #151F24.


Opacity

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

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

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

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

This text has shadow with #151F24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151F24 on black background.


Color preview on white background

This text has color #151F24 on white background.



Black color preview on #151F24 background

This text has black color on #151F24 background.


White color preview on #151F24 background

This text has white color on #151F24 background.