COLOR #150E07

HEX: #150E07
RGB: (21,14,7)

Color info

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

RGB color model

#150E07 color RGB value is (21,14,7).

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

RGB channels and saturation

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

21
14
7

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

Portions of RGB colors in percentages

R + G + B =
21 + 14 + 7 = 42 (100%)
R 21 of 42 ~ 50%
G 14 of 42 ~ 33.33%
B 7 of 42 ~ 16.67%

%50
%33.33
%16.67

CMYK color model

#150E07 color CMYK value is (0,33,67,92).

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

CMYK percentages

%0
%33.33
%66.67
%91.76

Codes

Color #150E07 in popluar color models

150E07
RGB21147
HSL30°50.00%5.49%
HSB/HSV30°66.67%8.24%
CMYK0.00%33.33%66.67%
91.76%

Color #150E07 in popluar number systems.

HEX150E07
Decimal21147
Binary101011110111
Octal25167

Shades and tints

Shades of #150E07

#150E07
(21,14,7)
#140D07
(20,13,7)
#130C07
(19,12,7)
#120B07
(18,11,7)
#110A07
(17,10,7)
#100907
(16,9,7)
#0F0807
(15,8,7)
#0E0707
(14,7,7)
#0D0607
(13,6,7)
#0C0507
(12,5,7)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #150E07

#150E07
(21,14,7)
#2A231D
(42,35,29)
#3F3833
(63,56,51)
#544D49
(84,77,73)
#69625F
(105,98,95)
#7E7775
(126,119,117)
#938C8B
(147,140,139)
#A8A1A1
(168,161,161)
#BDB6B7
(189,182,183)
#D2CBCD
(210,203,205)
#E7E0E3
(231,224,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #150E07; }

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

This text font color is #150E07.


Background Color

.myBgColor { background-color: #150E07; }

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

This div background color is #150E07.


Border color

.myBorderColor { border: 1px solid #150E07; }

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

This div border color is #150E07.


Opacity

.myOpacity80 { color: #150E07; opacity: 0.8; }

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

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

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

This text has shadow with #150E07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #150E07 on black background.


Color preview on white background

This text has color #150E07 on white background.



Black color preview on #150E07 background

This text has black color on #150E07 background.


White color preview on #150E07 background

This text has white color on #150E07 background.