COLOR #150304

HEX: #150304 RGB: (21,3,4)

Color info

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

RGB color model

#150304 color RGB value is (21,3,4).

RGB: (21,3,4) (8%, 1%, 2%)

RGB channels and saturation

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

21
3
4

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

Portions of RGB colors in percentages

R + G + B = 21 + 3 + 4 = 28 (100%)
R 21 of 28 ~ 75%
G 3 of 28 ~ 10.71%
B 4 of 28 ~ 14.29'%

%75
%10.71
%14.29

CMYK color model

#150304 color CMYK value is (0,86,81,92).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 80.95%
  • key color value is 91.76%
CMYK: (0,86,81,92) C0M86Y81K92 (0%,86%,81%,92%) (0.00/0.86/0.81/0.92) 

CMYK percentages

%0
%85.71
%80.95
%91.76

Codes

Color #150304 in popluar color models

15 03 04
RGB 21 3 4
HSL 357° 75.00% 4.71%
HSB/HSV 357° 85.71% 8.24%
CMYK 0.00% 85.71% 80.95%
91.76%

Color #150304 in popluar number systems.

HEX 15 03 04
Decimal 21 3 4
Binary 10101 11 100
Octal 25 3 4

Shades and tints

Shades of #150304

#150304
(21,3,4)
#140304
(20,3,4)
#130304
(19,3,4)
#120304
(18,3,4)
#110304
(17,3,4)
#100304
(16,3,4)
#0F0304
(15,3,4)
#0E0304
(14,3,4)
#0D0304
(13,3,4)
#0C0304
(12,3,4)
#0B0304
(11,3,4)
#000000
(0,0,0)

Tints of #150304

#150304
(21,3,4)
#2A191A
(42,25,26)
#3F2F30
(63,47,48)
#544546
(84,69,70)
#695B5C
(105,91,92)
#7E7172
(126,113,114)
#938788
(147,135,136)
#A89D9E
(168,157,158)
#BDB3B4
(189,179,180)
#D2C9CA
(210,201,202)
#E7DFE0
(231,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150304; }

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

This text font color is #150304.

Background Color

.myBgColor { background-color: #150304; }

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

This div background color is #150304.

Border color

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

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

This div border color is #150304.

Opacity

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

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

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

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

This text has shadow with #150304 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150304.

Preview

Color preview on black background

This text has color #150304 on black background.


Color preview on white background

This text has color #150304 on white background.


Black color preview on #150304 background

This text has black color on #150304 background.


White color preview on #150304 background

This text has white color on #150304 background.


Related colors

Complementary color

Complementary color for #hex is #EAFCFB.


I love getcolorcode.com

Triadic colors

1 #041503 and #030415 with #150304 are triadic colors.

2 #040315 and #031504 with #150304 are triadic colors.