COLOR #150602

HEX: #150602
RGB: (21,6,2)

Color info

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

RGB color model

#150602 color RGB value is (21,6,2).

  • red value is 21;
  • green value is 6;
  • blue value is 2.
RGB:
(21,6,2)
(8%,2%,1%)

RGB channels and saturation

R 21 of 255 = 8%
G 6 of 255 = 2%
B 2 of 255 = 1%

21
6
2

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

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 2 = 29 (100%)
R 21 of 29 ~ 72.41%
G 6 of 29 ~ 20.69%
B 2 of 29 ~ 6.9%

%72.41
%20.69

CMYK color model

#150602 color CMYK value is (0,71,90,92).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 90.48%
  • key color value is 91.76%
CMYK:
(0,71,90,92)
C0M71Y90K92 
(0%,71%,90%,92%)
(0.00/0.71/0.90/0.92)	

CMYK percentages

%0
%71.43
%90.48
%91.76

Codes

Color #150602 in popluar color models

150602
RGB2162
HSL13°82.61%4.51%
HSB/HSV13°90.48%8.24%
CMYK0.00%71.43%90.48%
91.76%

Color #150602 in popluar number systems.

HEX150602
Decimal2162
Binary1010111010
Octal2562

Shades and tints

Shades of #150602

#150602
(21,6,2)
#140602
(20,6,2)
#130602
(19,6,2)
#120602
(18,6,2)
#110602
(17,6,2)
#100602
(16,6,2)
#0F0602
(15,6,2)
#0E0602
(14,6,2)
#0D0602
(13,6,2)
#0C0602
(12,6,2)
#0B0602
(11,6,2)
#000000
(0,0,0)

Tints of #150602

#150602
(21,6,2)
#2A1C19
(42,28,25)
#3F3230
(63,50,48)
#544847
(84,72,71)
#695E5E
(105,94,94)
#7E7475
(126,116,117)
#938A8C
(147,138,140)
#A8A0A3
(168,160,163)
#BDB6BA
(189,182,186)
#D2CCD1
(210,204,209)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150602; }

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

This text font color is #150602.


Background Color

.myBgColor { background-color: #150602; }

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

This div background color is #150602.


Border color

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

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

This div border color is #150602.


Opacity

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

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

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

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

This text has shadow with #150602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150602 on black background.


Color preview on white background

This text has color #150602 on white background.



Black color preview on #150602 background

This text has black color on #150602 background.


White color preview on #150602 background

This text has white color on #150602 background.