COLOR #15420F

HEX: #15420F
RGB: (21,66,15)

Color info

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

RGB color model

#15420F color RGB value is (21,66,15).

  • red value is 21;
  • green value is 66;
  • blue value is 15.
RGB:
(21,66,15)
(8%,26%,6%)

RGB channels and saturation

R 21 of 255 = 8%
G 66 of 255 = 26%
B 15 of 255 = 6%

21
66
15

R + G + B ~ 13%. #15420F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 66 + 15 = 102 (100%)
R 21 of 102 ~ 20.59%
G 66 of 102 ~ 64.71%
B 15 of 102 ~ 14.71%

%20.59
%64.71
%14.71

CMYK color model

#15420F color CMYK value is (68,0,77,74).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 77.27%
  • key color value is 74.12%
CMYK:
(68,0,77,74)
C68M0Y77K74 
(68%,0%,77%,74%)
(0.68/0.00/0.77/0.74)	

CMYK percentages

%68.18
%0
%77.27
%74.12

Codes

Color #15420F in popluar color models

15420F
RGB216615
HSL113°62.96%15.88%
HSB/HSV113°77.27%25.88%
CMYK68.18%0.00%77.27%
74.12%

Color #15420F in popluar number systems.

HEX15420F
Decimal216615
Binary1010110000101111
Octal2510217

Shades and tints

Shades of #15420F

#15420F
(21,66,15)
#143C0E
(20,60,14)
#13360D
(19,54,13)
#12300C
(18,48,12)
#112A0B
(17,42,11)
#10240A
(16,36,10)
#0F1E09
(15,30,9)
#0E1808
(14,24,8)
#0D1207
(13,18,7)
#0C0C06
(12,12,6)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #15420F

#15420F
(21,66,15)
#2A5324
(42,83,36)
#3F6439
(63,100,57)
#54754E
(84,117,78)
#698663
(105,134,99)
#7E9778
(126,151,120)
#93A88D
(147,168,141)
#A8B9A2
(168,185,162)
#BDCAB7
(189,202,183)
#D2DBCC
(210,219,204)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15420F color. Also use rgb(21,66,15) instead hex code.

Text Font Color

.myTextColor { color: #15420F; }

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

This text font color is #15420F.


Background Color

.myBgColor { background-color: #15420F; }

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

This div background color is #15420F.


Border color

.myBorderColor { border: 1px solid #15420F; }

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

This div border color is #15420F.


Opacity

.myOpacity80 { color: #15420F; opacity: 0.8; }

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

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

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

This text has shadow with #15420F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15420F on black background.


Color preview on white background

This text has color #15420F on white background.



Black color preview on #15420F background

This text has black color on #15420F background.


White color preview on #15420F background

This text has white color on #15420F background.