COLOR #150807

HEX: #150807
RGB: (21,8,7)

Color info

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

RGB color model

#150807 color RGB value is (21,8,7).

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

RGB channels and saturation

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

21
8
7

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

Portions of RGB colors in percentages

R + G + B =
21 + 8 + 7 = 36 (100%)
R 21 of 36 ~ 58.33%
G 8 of 36 ~ 22.22%
B 7 of 36 ~ 19.44%

%58.33
%22.22
%19.44

CMYK color model

#150807 color CMYK value is (0,62,67,92).

  • cyan value is 0.00%
  • magenta value is 61.90%
  • yellow value is 66.67%
  • key color value is 91.76%
CMYK:
(0,62,67,92)
C0M62Y67K92 
(0%,62%,67%,92%)
(0.00/0.62/0.67/0.92)	

CMYK percentages

%0
%61.9
%66.67
%91.76

Codes

Color #150807 in popluar color models

150807
RGB2187
HSL50.00%5.49%
HSB/HSV66.67%8.24%
CMYK0.00%61.90%66.67%
91.76%

Color #150807 in popluar number systems.

HEX150807
Decimal2187
Binary101011000111
Octal25107

Shades and tints

Shades of #150807

#150807
(21,8,7)
#140807
(20,8,7)
#130807
(19,8,7)
#120807
(18,8,7)
#110807
(17,8,7)
#100807
(16,8,7)
#0F0807
(15,8,7)
#0E0807
(14,8,7)
#0D0807
(13,8,7)
#0C0807
(12,8,7)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #150807

#150807
(21,8,7)
#2A1E1D
(42,30,29)
#3F3433
(63,52,51)
#544A49
(84,74,73)
#69605F
(105,96,95)
#7E7675
(126,118,117)
#938C8B
(147,140,139)
#A8A2A1
(168,162,161)
#BDB8B7
(189,184,183)
#D2CECD
(210,206,205)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150807; }

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

This text font color is #150807.


Background Color

.myBgColor { background-color: #150807; }

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

This div background color is #150807.


Border color

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

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

This div border color is #150807.


Opacity

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

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

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

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

This text has shadow with #150807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150807 on black background.


Color preview on white background

This text has color #150807 on white background.



Black color preview on #150807 background

This text has black color on #150807 background.


White color preview on #150807 background

This text has white color on #150807 background.