COLOR #150604

HEX: #150604
RGB: (21,6,4)

Color info

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

RGB color model

#150604 color RGB value is (21,6,4).

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

RGB channels and saturation

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

21
6
4

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

Portions of RGB colors in percentages

R + G + B =
21 + 6 + 4 = 31 (100%)
R 21 of 31 ~ 67.74%
G 6 of 31 ~ 19.35%
B 4 of 31 ~ 12.9%

%67.74
%19.35
%12.9

CMYK color model

#150604 color CMYK value is (0,71,81,92).

  • cyan value is 0.00%
  • magenta value is 71.43%
  • yellow value is 80.95%
  • key color value is 91.76%
CMYK:
(0,71,81,92)
C0M71Y81K92 
(0%,71%,81%,92%)
(0.00/0.71/0.81/0.92)	

CMYK percentages

%0
%71.43
%80.95
%91.76

Codes

Color #150604 in popluar color models

150604
RGB2164
HSL68.00%4.90%
HSB/HSV80.95%8.24%
CMYK0.00%71.43%80.95%
91.76%

Color #150604 in popluar number systems.

HEX150604
Decimal2164
Binary10101110100
Octal2564

Shades and tints

Shades of #150604

#150604
(21,6,4)
#140604
(20,6,4)
#130604
(19,6,4)
#120604
(18,6,4)
#110604
(17,6,4)
#100604
(16,6,4)
#0F0604
(15,6,4)
#0E0604
(14,6,4)
#0D0604
(13,6,4)
#0C0604
(12,6,4)
#0B0604
(11,6,4)
#000000
(0,0,0)

Tints of #150604

#150604
(21,6,4)
#2A1C1A
(42,28,26)
#3F3230
(63,50,48)
#544846
(84,72,70)
#695E5C
(105,94,92)
#7E7472
(126,116,114)
#938A88
(147,138,136)
#A8A09E
(168,160,158)
#BDB6B4
(189,182,180)
#D2CCCA
(210,204,202)
#E7E2E0
(231,226,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150604; }

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

This text font color is #150604.


Background Color

.myBgColor { background-color: #150604; }

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

This div background color is #150604.


Border color

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

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

This div border color is #150604.


Opacity

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

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

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

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

This text has shadow with #150604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150604 on black background.


Color preview on white background

This text has color #150604 on white background.



Black color preview on #150604 background

This text has black color on #150604 background.


White color preview on #150604 background

This text has white color on #150604 background.