COLOR #15370C

HEX: #15370C
RGB: (21,55,12)

Color info

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

RGB color model

#15370C color RGB value is (21,55,12).

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

RGB channels and saturation

R 21 of 255 = 8%
G 55 of 255 = 22%
B 12 of 255 = 5%

21
55
12

R + G + B ~ 12%. #15370C is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 55 + 12 = 88 (100%)
R 21 of 88 ~ 23.86%
G 55 of 88 ~ 62.5%
B 12 of 88 ~ 13.64%

%23.86
%62.5
%13.64

CMYK color model

#15370C color CMYK value is (62,0,78,78).

  • cyan value is 61.82%
  • magenta value is 0.00%
  • yellow value is 78.18%
  • key color value is 78.43%
CMYK:
(62,0,78,78)
C62M0Y78K78 
(62%,0%,78%,78%)
(0.62/0.00/0.78/0.78)	

CMYK percentages

%61.82
%0
%78.18
%78.43

Codes

Color #15370C in popluar color models

15370C
RGB215512
HSL107°64.18%13.14%
HSB/HSV107°78.18%21.57%
CMYK61.82%0.00%78.18%
78.43%

Color #15370C in popluar number systems.

HEX15370C
Decimal215512
Binary101011101111100
Octal256714

Shades and tints

Shades of #15370C

#15370C
(21,55,12)
#14320B
(20,50,11)
#132D0A
(19,45,10)
#122809
(18,40,9)
#112308
(17,35,8)
#101E07
(16,30,7)
#0F1906
(15,25,6)
#0E1405
(14,20,5)
#0D0F04
(13,15,4)
#0C0A03
(12,10,3)
#0B0502
(11,5,2)
#000000
(0,0,0)

Tints of #15370C

#15370C
(21,55,12)
#2A4922
(42,73,34)
#3F5B38
(63,91,56)
#546D4E
(84,109,78)
#697F64
(105,127,100)
#7E917A
(126,145,122)
#93A390
(147,163,144)
#A8B5A6
(168,181,166)
#BDC7BC
(189,199,188)
#D2D9D2
(210,217,210)
#E7EBE8
(231,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15370C; }

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

This text font color is #15370C.


Background Color

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

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

This div background color is #15370C.


Border color

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

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

This div border color is #15370C.


Opacity

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

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

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

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

This text has shadow with #15370C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15370C on black background.


Color preview on white background

This text has color #15370C on white background.



Black color preview on #15370C background

This text has black color on #15370C background.


White color preview on #15370C background

This text has white color on #15370C background.