COLOR #150707

HEX: #150707
RGB: (21,7,7)

Color info

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

RGB color model

#150707 color RGB value is (21,7,7).

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

RGB channels and saturation

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

21
7
7

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

Portions of RGB colors in percentages

R + G + B =
21 + 7 + 7 = 35 (100%)
R 21 of 35 ~ 60%
G 7 of 35 ~ 20%
B 7 of 35 ~ 20%

%60
%20
%20

CMYK color model

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

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

CMYK percentages

%0
%66.67
%66.67
%91.76

Codes

Color #150707 in popluar color models

150707
RGB2177
HSL50.00%5.49%
HSB/HSV66.67%8.24%
CMYK0.00%66.67%66.67%
91.76%

Color #150707 in popluar number systems.

HEX150707
Decimal2177
Binary10101111111
Octal2577

Shades and tints

Shades of #150707

#150707
(21,7,7)
#140707
(20,7,7)
#130707
(19,7,7)
#120707
(18,7,7)
#110707
(17,7,7)
#100707
(16,7,7)
#0F0707
(15,7,7)
#0E0707
(14,7,7)
#0D0707
(13,7,7)
#0C0707
(12,7,7)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #150707

#150707
(21,7,7)
#2A1D1D
(42,29,29)
#3F3333
(63,51,51)
#544949
(84,73,73)
#695F5F
(105,95,95)
#7E7575
(126,117,117)
#938B8B
(147,139,139)
#A8A1A1
(168,161,161)
#BDB7B7
(189,183,183)
#D2CDCD
(210,205,205)
#E7E3E3
(231,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150707; }

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

This text font color is #150707.


Background Color

.myBgColor { background-color: #150707; }

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

This div background color is #150707.


Border color

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

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

This div border color is #150707.


Opacity

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

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

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

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

This text has shadow with #150707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150707 on black background.


Color preview on white background

This text has color #150707 on white background.



Black color preview on #150707 background

This text has black color on #150707 background.


White color preview on #150707 background

This text has white color on #150707 background.