COLOR #150A2D

HEX: #150A2D
RGB: (21,10,45)

Color info

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

RGB color model

#150A2D color RGB value is (21,10,45).

  • red value is 21;
  • green value is 10;
  • blue value is 45.
RGB:
(21,10,45)
(8%,4%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 10 of 255 = 4%
B 45 of 255 = 18%

21
10
45

R + G + B ~ 10%. #150A2D is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 10 + 45 = 76 (100%)
R 21 of 76 ~ 27.63%
G 10 of 76 ~ 13.16%
B 45 of 76 ~ 59.21%

%27.63
%13.16
%59.21

CMYK color model

#150A2D color CMYK value is (53,78,0,82).

  • cyan value is 53.33%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 82.35%
CMYK:
(53,78,0,82)
C53M78Y0K82 
(53%,78%,0%,82%)
(0.53/0.78/0.00/0.82)	

CMYK percentages

%53.33
%77.78
%0
%82.35

Codes

Color #150A2D in popluar color models

150A2D
RGB211045
HSL259°63.64%10.78%
HSB/HSV259°77.78%17.65%
CMYK53.33%77.78%0.00%
82.35%

Color #150A2D in popluar number systems.

HEX150A2D
Decimal211045
Binary101011010101101
Octal251255

Shades and tints

Shades of #150A2D

#150A2D
(21,10,45)
#140A29
(20,10,41)
#130A25
(19,10,37)
#120A21
(18,10,33)
#110A1D
(17,10,29)
#100A19
(16,10,25)
#0F0A15
(15,10,21)
#0E0A11
(14,10,17)
#0D0A0D
(13,10,13)
#0C0A09
(12,10,9)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #150A2D

#150A2D
(21,10,45)
#2A2040
(42,32,64)
#3F3653
(63,54,83)
#544C66
(84,76,102)
#696279
(105,98,121)
#7E788C
(126,120,140)
#938E9F
(147,142,159)
#A8A4B2
(168,164,178)
#BDBAC5
(189,186,197)
#D2D0D8
(210,208,216)
#E7E6EB
(231,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #150A2D color. Also use rgb(21,10,45) instead hex code.

Text Font Color

.myTextColor { color: #150A2D; }

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

This text font color is #150A2D.


Background Color

.myBgColor { background-color: #150A2D; }

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

This div background color is #150A2D.


Border color

.myBorderColor { border: 1px solid #150A2D; }

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

This div border color is #150A2D.


Opacity

.myOpacity80 { color: #150A2D; opacity: 0.8; }

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

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

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

This text has shadow with #150A2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150A2D on black background.


Color preview on white background

This text has color #150A2D on white background.



Black color preview on #150A2D background

This text has black color on #150A2D background.


White color preview on #150A2D background

This text has white color on #150A2D background.