COLOR #151512

HEX: #151512
RGB: (21,21,18)

Color info

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

RGB color model

#151512 color RGB value is (21,21,18).

  • red value is 21;
  • green value is 21;
  • blue value is 18.
RGB:
(21,21,18)
(8%,8%,7%)

RGB channels and saturation

R 21 of 255 = 8%
G 21 of 255 = 8%
B 18 of 255 = 7%

21
21
18

R + G + B ~ 8%. #151512 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 21 + 18 = 60 (100%)
R 21 of 60 ~ 35%
G 21 of 60 ~ 35%
B 18 of 60 ~ 30%

%35
%35
%30

CMYK color model

#151512 color CMYK value is (0,0,14,92).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 91.76%
CMYK:
(0,0,14,92)
C0M0Y14K92 
(0%,0%,14%,92%)
(0.00/0.00/0.14/0.92)	

CMYK percentages

%0
%0
%14.29
%91.76

Codes

Color #151512 in popluar color models

151512
RGB212118
HSL60°7.69%7.65%
HSB/HSV60°14.29%8.24%
CMYK0.00%0.00%14.29%
91.76%

Color #151512 in popluar number systems.

HEX151512
Decimal212118
Binary101011010110010
Octal252522

Shades and tints

Shades of #151512

#151512
(21,21,18)
#141411
(20,20,17)
#131310
(19,19,16)
#12120F
(18,18,15)
#11110E
(17,17,14)
#10100D
(16,16,13)
#0F0F0C
(15,15,12)
#0E0E0B
(14,14,11)
#0D0D0A
(13,13,10)
#0C0C09
(12,12,9)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #151512

#151512
(21,21,18)
#2A2A27
(42,42,39)
#3F3F3C
(63,63,60)
#545451
(84,84,81)
#696966
(105,105,102)
#7E7E7B
(126,126,123)
#939390
(147,147,144)
#A8A8A5
(168,168,165)
#BDBDBA
(189,189,186)
#D2D2CF
(210,210,207)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151512; }

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

This text font color is #151512.


Background Color

.myBgColor { background-color: #151512; }

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

This div background color is #151512.


Border color

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

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

This div border color is #151512.


Opacity

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

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

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

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

This text has shadow with #151512 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151512 on black background.


Color preview on white background

This text has color #151512 on white background.



Black color preview on #151512 background

This text has black color on #151512 background.


White color preview on #151512 background

This text has white color on #151512 background.