COLOR #15400C

HEX: #15400C
RGB: (21,64,12)

Color info

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

RGB color model

#15400C color RGB value is (21,64,12).

  • red value is 21;
  • green value is 64;
  • blue value is 12.
RGB:
(21,64,12)
(8%,25%,5%)

RGB channels and saturation

R 21 of 255 = 8%
G 64 of 255 = 25%
B 12 of 255 = 5%

21
64
12

R + G + B ~ 13%. #15400C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 64 + 12 = 97 (100%)
R 21 of 97 ~ 21.65%
G 64 of 97 ~ 65.98%
B 12 of 97 ~ 12.37%

%21.65
%65.98
%12.37

CMYK color model

#15400C color CMYK value is (67,0,81,75).

  • cyan value is 67.19%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 74.90%
CMYK:
(67,0,81,75)
C67M0Y81K75 
(67%,0%,81%,75%)
(0.67/0.00/0.81/0.75)	

CMYK percentages

%67.19
%0
%81.25
%74.9

Codes

Color #15400C in popluar color models

15400C
RGB216412
HSL110°68.42%14.90%
HSB/HSV110°81.25%25.10%
CMYK67.19%0.00%81.25%
74.90%

Color #15400C in popluar number systems.

HEX15400C
Decimal216412
Binary1010110000001100
Octal2510014

Shades and tints

Shades of #15400C

#15400C
(21,64,12)
#143B0B
(20,59,11)
#13360A
(19,54,10)
#123109
(18,49,9)
#112C08
(17,44,8)
#102707
(16,39,7)
#0F2206
(15,34,6)
#0E1D05
(14,29,5)
#0D1804
(13,24,4)
#0C1303
(12,19,3)
#0B0E02
(11,14,2)
#000000
(0,0,0)

Tints of #15400C

#15400C
(21,64,12)
#2A5122
(42,81,34)
#3F6238
(63,98,56)
#54734E
(84,115,78)
#698464
(105,132,100)
#7E957A
(126,149,122)
#93A690
(147,166,144)
#A8B7A6
(168,183,166)
#BDC8BC
(189,200,188)
#D2D9D2
(210,217,210)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15400C color. Also use rgb(21,64,12) instead hex code.

Text Font Color

.myTextColor { color: #15400C; }

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

This text font color is #15400C.


Background Color

.myBgColor { background-color: #15400C; }

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

This div background color is #15400C.


Border color

.myBorderColor { border: 1px solid #15400C; }

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

This div border color is #15400C.


Opacity

.myOpacity80 { color: #15400C; opacity: 0.8; }

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

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

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

This text has shadow with #15400C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15400C on black background.


Color preview on white background

This text has color #15400C on white background.



Black color preview on #15400C background

This text has black color on #15400C background.


White color preview on #15400C background

This text has white color on #15400C background.