COLOR #150517

HEX: #150517
RGB: (21,5,23)

Color info

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

RGB color model

#150517 color RGB value is (21,5,23).

  • red value is 21;
  • green value is 5;
  • blue value is 23.
RGB:
(21,5,23)
(8%,2%,9%)

RGB channels and saturation

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

21
5
23

R + G + B ~ 6%. #150517 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 5 + 23 = 49 (100%)
R 21 of 49 ~ 42.86%
G 5 of 49 ~ 10.2%
B 23 of 49 ~ 46.94%

%42.86
%10.2
%46.94

CMYK color model

#150517 color CMYK value is (9,78,0,91).

  • cyan value is 8.70%
  • magenta value is 78.26%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(9,78,0,91)
C9M78Y0K91 
(9%,78%,0%,91%)
(0.09/0.78/0.00/0.91)	

CMYK percentages

%8.7
%78.26
%0
%90.98

Codes

Color #150517 in popluar color models

150517
RGB21523
HSL293°64.29%5.49%
HSB/HSV293°78.26%9.02%
CMYK8.70%78.26%0.00%
90.98%

Color #150517 in popluar number systems.

HEX150517
Decimal21523
Binary1010110110111
Octal25527

Shades and tints

Shades of #150517

#150517
(21,5,23)
#140515
(20,5,21)
#130513
(19,5,19)
#120511
(18,5,17)
#11050F
(17,5,15)
#10050D
(16,5,13)
#0F050B
(15,5,11)
#0E0509
(14,5,9)
#0D0507
(13,5,7)
#0C0505
(12,5,5)
#0B0503
(11,5,3)
#000000
(0,0,0)

Tints of #150517

#150517
(21,5,23)
#2A1B2C
(42,27,44)
#3F3141
(63,49,65)
#544756
(84,71,86)
#695D6B
(105,93,107)
#7E7380
(126,115,128)
#938995
(147,137,149)
#A89FAA
(168,159,170)
#BDB5BF
(189,181,191)
#D2CBD4
(210,203,212)
#E7E1E9
(231,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150517; }

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

This text font color is #150517.


Background Color

.myBgColor { background-color: #150517; }

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

This div background color is #150517.


Border color

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

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

This div border color is #150517.


Opacity

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

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

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

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

This text has shadow with #150517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150517 on black background.


Color preview on white background

This text has color #150517 on white background.



Black color preview on #150517 background

This text has black color on #150517 background.


White color preview on #150517 background

This text has white color on #150517 background.