COLOR #150905

HEX: #150905 RGB: (21,9,5)

Color info

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

RGB color model

#150905 color RGB value is (21,9,5).

RGB: (21,9,5) (8%, 4%, 2%)

RGB channels and saturation

R 21 of 255 = 8%
G 9 of 255 = 4%
B 5 of 255 = 2%

21
9
5

R + G + B ~ 5%. #150905 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 9 + 5 = 35 (100%)
R 21 of 35 ~ 60%
G 9 of 35 ~ 25.71%
B 5 of 35 ~ 14.29'%

%60
%25.71
%14.29

CMYK color model

#150905 color CMYK value is (0,57,76,92).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 76.19%
  • key color value is 91.76%

CMYK: (0,57,76,92)
C0M57Y76K92 (0%, 57%, 76%, 92%)
(0.00 / 0.57 / 0.76 / 0.92)

CMYK percentages

%0
%57.14
%76.19
%91.76

Codes

Color #150905 in popluar color models

15 09 05
RGB 21 9 5
HSL 15° 61.54% 5.10%
HSB/HSV 15° 76.19% 8.24%
CMYK 0.00% 57.14% 76.19%
91.76%

Color #150905 in popluar number systems.

HEX 15 09 05
Decimal 21 9 5
Binary 10101 1001 101
Octal 25 11 5

Shades and tints

Shades of #150905

#150905
(21,9,5)
#140905
(20,9,5)
#130905
(19,9,5)
#120905
(18,9,5)
#110905
(17,9,5)
#100905
(16,9,5)
#0F0905
(15,9,5)
#0E0905
(14,9,5)
#0D0905
(13,9,5)
#0C0905
(12,9,5)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #150905

#150905
(21,9,5)
#2A1F1B
(42,31,27)
#3F3531
(63,53,49)
#544B47
(84,75,71)
#69615D
(105,97,93)
#7E7773
(126,119,115)
#938D89
(147,141,137)
#A8A39F
(168,163,159)
#BDB9B5
(189,185,181)
#D2CFCB
(210,207,203)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150905; }

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

This text font color is #150905.

Background Color

.myBgColor { background-color: #150905; }

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

This div background color is #150905.

Border color

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

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

This div border color is #150905.

Opacity

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

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

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

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

This text has shadow with #150905 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #150905.

Preview

Color preview on black background

This text has color #150905 on black background.


Color preview on white background

This text has color #150905 on white background.


Black color preview on #150905 background

This text has black color on #150905 background.


White color preview on #150905 background

This text has white color on #150905 background.


Related colors

Complementary color

Complementary color for #hex is #EAF6FA.


I love getcolorcode.com

Triadic colors

1 #051509 and #090515 with #150905 are triadic colors.

2 #050915 and #091505 with #150905 are triadic colors.