COLOR #151310

HEX: #151310
RGB: (21,19,16)

Color info

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

RGB color model

#151310 color RGB value is (21,19,16).

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

RGB channels and saturation

R 21 of 255 = 8%
G 19 of 255 = 7%
B 16 of 255 = 6%

21
19
16

R + G + B ~ 7%. #151310 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 19 + 16 = 56 (100%)
R 21 of 56 ~ 37.5%
G 19 of 56 ~ 33.93%
B 16 of 56 ~ 28.57%

%37.5
%33.93
%28.57

CMYK color model

#151310 color CMYK value is (0,10,24,92).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 23.81%
  • key color value is 91.76%
CMYK:
(0,10,24,92)
C0M10Y24K92 
(0%,10%,24%,92%)
(0.00/0.10/0.24/0.92)	

CMYK percentages

%0
%9.52
%23.81
%91.76

Codes

Color #151310 in popluar color models

151310
RGB211916
HSL36°13.51%7.25%
HSB/HSV36°23.81%8.24%
CMYK0.00%9.52%23.81%
91.76%

Color #151310 in popluar number systems.

HEX151310
Decimal211916
Binary101011001110000
Octal252320

Shades and tints

Shades of #151310

#151310
(21,19,16)
#14120F
(20,18,15)
#13110E
(19,17,14)
#12100D
(18,16,13)
#110F0C
(17,15,12)
#100E0B
(16,14,11)
#0F0D0A
(15,13,10)
#0E0C09
(14,12,9)
#0D0B08
(13,11,8)
#0C0A07
(12,10,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #151310

#151310
(21,19,16)
#2A2825
(42,40,37)
#3F3D3A
(63,61,58)
#54524F
(84,82,79)
#696764
(105,103,100)
#7E7C79
(126,124,121)
#93918E
(147,145,142)
#A8A6A3
(168,166,163)
#BDBBB8
(189,187,184)
#D2D0CD
(210,208,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151310; }

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

This text font color is #151310.


Background Color

.myBgColor { background-color: #151310; }

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

This div background color is #151310.


Border color

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

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

This div border color is #151310.


Opacity

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

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

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

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

This text has shadow with #151310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151310 on black background.


Color preview on white background

This text has color #151310 on white background.



Black color preview on #151310 background

This text has black color on #151310 background.


White color preview on #151310 background

This text has white color on #151310 background.