COLOR #151B23

HEX: #151B23
RGB: (21,27,35)

Color info

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

RGB color model

#151B23 color RGB value is (21,27,35).

  • red value is 21;
  • green value is 27;
  • blue value is 35.
RGB:
(21,27,35)
(8%,11%,14%)

RGB channels and saturation

R 21 of 255 = 8%
G 27 of 255 = 11%
B 35 of 255 = 14%

21
27
35

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

Portions of RGB colors in percentages

R + G + B =
21 + 27 + 35 = 83 (100%)
R 21 of 83 ~ 25.3%
G 27 of 83 ~ 32.53%
B 35 of 83 ~ 42.17%

%25.3
%32.53
%42.17

CMYK color model

#151B23 color CMYK value is (40,23,0,86).

  • cyan value is 40.00%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 86.27%
CMYK:
(40,23,0,86)
C40M23Y0K86 
(40%,23%,0%,86%)
(0.40/0.23/0.00/0.86)	

CMYK percentages

%40
%22.86
%0
%86.27

Codes

Color #151B23 in popluar color models

151B23
RGB212735
HSL214°25.00%10.98%
HSB/HSV214°40.00%13.73%
CMYK40.00%22.86%0.00%
86.27%

Color #151B23 in popluar number systems.

HEX151B23
Decimal212735
Binary1010111011100011
Octal253343

Shades and tints

Shades of #151B23

#151B23
(21,27,35)
#141920
(20,25,32)
#13171D
(19,23,29)
#12151A
(18,21,26)
#111317
(17,19,23)
#101114
(16,17,20)
#0F0F11
(15,15,17)
#0E0D0E
(14,13,14)
#0D0B0B
(13,11,11)
#0C0908
(12,9,8)
#0B0705
(11,7,5)
#000000
(0,0,0)

Tints of #151B23

#151B23
(21,27,35)
#2A2F37
(42,47,55)
#3F434B
(63,67,75)
#54575F
(84,87,95)
#696B73
(105,107,115)
#7E7F87
(126,127,135)
#93939B
(147,147,155)
#A8A7AF
(168,167,175)
#BDBBC3
(189,187,195)
#D2CFD7
(210,207,215)
#E7E3EB
(231,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151B23 color. Also use rgb(21,27,35) instead hex code.

Text Font Color

.myTextColor { color: #151B23; }

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

This text font color is #151B23.


Background Color

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

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

This div background color is #151B23.


Border color

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

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

This div border color is #151B23.


Opacity

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

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

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

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

This text has shadow with #151B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151B23 on black background.


Color preview on white background

This text has color #151B23 on white background.



Black color preview on #151B23 background

This text has black color on #151B23 background.


White color preview on #151B23 background

This text has white color on #151B23 background.