COLOR #151D06

HEX: #151D06
RGB: (21,29,6)

Color info

#151D06 contains red, green and blue colors in about the same proportion. Web safe color of #151D06 is #003300 (or #030).

RGB color model

#151D06 color RGB value is (21,29,6).

  • red value is 21;
  • green value is 29;
  • blue value is 6.
RGB:
(21,29,6)
(8%,11%,2%)

RGB channels and saturation

R 21 of 255 = 8%
G 29 of 255 = 11%
B 6 of 255 = 2%

21
29
6

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

Portions of RGB colors in percentages

R + G + B =
21 + 29 + 6 = 56 (100%)
R 21 of 56 ~ 37.5%
G 29 of 56 ~ 51.79%
B 6 of 56 ~ 10.71%

%37.5
%51.79
%10.71

CMYK color model

#151D06 color CMYK value is (28,0,79,89).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 88.63%
CMYK:
(28,0,79,89)
C28M0Y79K89 
(28%,0%,79%,89%)
(0.28/0.00/0.79/0.89)	

CMYK percentages

%27.59
%0
%79.31
%88.63

Codes

Color #151D06 in popluar color models

151D06
RGB21296
HSL81°65.71%6.86%
HSB/HSV81°79.31%11.37%
CMYK27.59%0.00%79.31%
88.63%

Color #151D06 in popluar number systems.

HEX151D06
Decimal21296
Binary1010111101110
Octal25356

Shades and tints

Shades of #151D06

#151D06
(21,29,6)
#141B06
(20,27,6)
#131906
(19,25,6)
#121706
(18,23,6)
#111506
(17,21,6)
#101306
(16,19,6)
#0F1106
(15,17,6)
#0E0F06
(14,15,6)
#0D0D06
(13,13,6)
#0C0B06
(12,11,6)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #151D06

#151D06
(21,29,6)
#2A311C
(42,49,28)
#3F4532
(63,69,50)
#545948
(84,89,72)
#696D5E
(105,109,94)
#7E8174
(126,129,116)
#93958A
(147,149,138)
#A8A9A0
(168,169,160)
#BDBDB6
(189,189,182)
#D2D1CC
(210,209,204)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151D06 color. Also use rgb(21,29,6) instead hex code.

Text Font Color

.myTextColor { color: #151D06; }

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

This text font color is #151D06.


Background Color

.myBgColor { background-color: #151D06; }

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

This div background color is #151D06.


Border color

.myBorderColor { border: 1px solid #151D06; }

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

This div border color is #151D06.


Opacity

.myOpacity80 { color: #151D06; opacity: 0.8; }

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

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

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

This text has shadow with #151D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #151D06 on black background.


Color preview on white background

This text has color #151D06 on white background.



Black color preview on #151D06 background

This text has black color on #151D06 background.


White color preview on #151D06 background

This text has white color on #151D06 background.