COLOR #150400

HEX: #150400 RGB: (21,4,0)

Color info

#150400 contains only red and green colors. Web safe color of #150400 is #000000 (or #000).

RGB color model

#150400 color RGB value is (21,4,0).

RGB: (21,4,0) (8%, 2%, 0%)

RGB channels and saturation

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

21
4
0

R + G + B ~ 3%. #150400 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 4 + 0 = 25 (100%)
R 21 of 25 ~ 84%
G 4 of 25 ~ 16%
B 0 of 25 ~ 0'%

%84
%16

CMYK color model

#150400 color CMYK value is (0,81,100,92).

  • cyan value is 0.00%
  • magenta value is 80.95%
  • yellow value is 100.00%
  • key color value is 91.76%

CMYK: (0,81,100,92)
C0M81Y100K92 (0%, 81%, 100%, 92%)
(0.00 / 0.81 / 1.00 / 0.92)

CMYK percentages

%0
%80.95
%100
%91.76

Codes

Color #150400 in popluar color models

15 04 00
RGB 21 4 0
HSL 11° 100.00% 4.12%
HSB/HSV 11° 100.00% 8.24%
CMYK 0.00% 80.95% 100.00%
91.76%

Color #150400 in popluar number systems.

HEX 15 04 00
Decimal 21 4 0
Binary 10101 100 0
Octal 25 4 0

Shades and tints

Shades of #150400

#150400
(21,4,0)
#140400
(20,4,0)
#130400
(19,4,0)
#120400
(18,4,0)
#110400
(17,4,0)
#100400
(16,4,0)
#0F0400
(15,4,0)
#0E0400
(14,4,0)
#0D0400
(13,4,0)
#0C0400
(12,4,0)
#0B0400
(11,4,0)
#000000
(0,0,0)

Tints of #150400

#150400
(21,4,0)
#2A1A17
(42,26,23)
#3F302E
(63,48,46)
#544645
(84,70,69)
#695C5C
(105,92,92)
#7E7273
(126,114,115)
#93888A
(147,136,138)
#A89EA1
(168,158,161)
#BDB4B8
(189,180,184)
#D2CACF
(210,202,207)
#E7E0E6
(231,224,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150400; }

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

This text font color is #150400.

Background Color

.myBgColor { background-color: #150400; }

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

This div background color is #150400.

Border color

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

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

This div border color is #150400.

Opacity

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

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

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

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

This text has shadow with #150400 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150400.

Preview

Color preview on black background

This text has color #150400 on black background.


Color preview on white background

This text has color #150400 on white background.


Black color preview on #150400 background

This text has black color on #150400 background.


White color preview on #150400 background

This text has white color on #150400 background.


Related colors

Complementary color

Complementary color for #hex is #EAFBFF.


I love getcolorcode.com

Triadic colors

1 #001504 and #040015 with #150400 are triadic colors.

2 #000415 and #041500 with #150400 are triadic colors.