COLOR #150309

HEX: #150309
RGB: (21,3,9)

Color info

#150309 contains red, green and blue colors in about the same proportion. Web safe color of #150309 is #000000 (or #000).

RGB color model

#150309 color RGB value is (21,3,9).

  • red value is 21;
  • green value is 3;
  • blue value is 9.
RGB:
(21,3,9)
(8%,1%,4%)

RGB channels and saturation

R 21 of 255 = 8%
G 3 of 255 = 1%
B 9 of 255 = 4%

21
3
9

R + G + B ~ 4%. #150309 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 3 + 9 = 33 (100%)
R 21 of 33 ~ 63.64%
G 3 of 33 ~ 9.09%
B 9 of 33 ~ 27.27%

%63.64
%27.27

CMYK color model

#150309 color CMYK value is (0,86,57,92).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 57.14%
  • key color value is 91.76%
CMYK:
(0,86,57,92)
C0M86Y57K92 
(0%,86%,57%,92%)
(0.00/0.86/0.57/0.92)	

CMYK percentages

%0
%85.71
%57.14
%91.76

Codes

Color #150309 in popluar color models

150309
RGB2139
HSL340°75.00%4.71%
HSB/HSV340°85.71%8.24%
CMYK0.00%85.71%57.14%
91.76%

Color #150309 in popluar number systems.

HEX150309
Decimal2139
Binary10101111001
Octal25311

Shades and tints

Shades of #150309

#150309
(21,3,9)
#140309
(20,3,9)
#130309
(19,3,9)
#120309
(18,3,9)
#110309
(17,3,9)
#100309
(16,3,9)
#0F0309
(15,3,9)
#0E0309
(14,3,9)
#0D0309
(13,3,9)
#0C0309
(12,3,9)
#0B0309
(11,3,9)
#000000
(0,0,0)

Tints of #150309

#150309
(21,3,9)
#2A191F
(42,25,31)
#3F2F35
(63,47,53)
#54454B
(84,69,75)
#695B61
(105,91,97)
#7E7177
(126,113,119)
#93878D
(147,135,141)
#A89DA3
(168,157,163)
#BDB3B9
(189,179,185)
#D2C9CF
(210,201,207)
#E7DFE5
(231,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150309; }

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

This text font color is #150309.


Background Color

.myBgColor { background-color: #150309; }

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

This div background color is #150309.


Border color

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

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

This div border color is #150309.


Opacity

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

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

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

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

This text has shadow with #150309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150309 on black background.


Color preview on white background

This text has color #150309 on white background.



Black color preview on #150309 background

This text has black color on #150309 background.


White color preview on #150309 background

This text has white color on #150309 background.