COLOR #151530

HEX: #151530
RGB: (21,21,48)

Color info

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

RGB color model

#151530 color RGB value is (21,21,48).

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

RGB channels and saturation

R 21 of 255 = 8%
G 21 of 255 = 8%
B 48 of 255 = 19%

21
21
48

R + G + B ~ 12%. #151530 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 21 + 48 = 90 (100%)
R 21 of 90 ~ 23.33%
G 21 of 90 ~ 23.33%
B 48 of 90 ~ 53.33%

%23.33
%23.33
%53.33

CMYK color model

#151530 color CMYK value is (56,56,0,81).

  • cyan value is 56.25%
  • magenta value is 56.25%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(56,56,0,81)
C56M56Y0K81 
(56%,56%,0%,81%)
(0.56/0.56/0.00/0.81)	

CMYK percentages

%56.25
%56.25
%0
%81.18

Codes

Color #151530 in popluar color models

151530
RGB212148
HSL240°39.13%13.53%
HSB/HSV240°56.25%18.82%
CMYK56.25%56.25%0.00%
81.18%

Color #151530 in popluar number systems.

HEX151530
Decimal212148
Binary1010110101110000
Octal252560

Shades and tints

Shades of #151530

#151530
(21,21,48)
#14142C
(20,20,44)
#131328
(19,19,40)
#121224
(18,18,36)
#111120
(17,17,32)
#10101C
(16,16,28)
#0F0F18
(15,15,24)
#0E0E14
(14,14,20)
#0D0D10
(13,13,16)
#0C0C0C
(12,12,12)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #151530

#151530
(21,21,48)
#2A2A42
(42,42,66)
#3F3F54
(63,63,84)
#545466
(84,84,102)
#696978
(105,105,120)
#7E7E8A
(126,126,138)
#93939C
(147,147,156)
#A8A8AE
(168,168,174)
#BDBDC0
(189,189,192)
#D2D2D2
(210,210,210)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151530; }

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

This text font color is #151530.


Background Color

.myBgColor { background-color: #151530; }

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

This div background color is #151530.


Border color

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

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

This div border color is #151530.


Opacity

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

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

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

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

This text has shadow with #151530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151530 on black background.


Color preview on white background

This text has color #151530 on white background.



Black color preview on #151530 background

This text has black color on #151530 background.


White color preview on #151530 background

This text has white color on #151530 background.