COLOR #15390E

HEX: #15390E
RGB: (21,57,14)

Color info

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

RGB color model

#15390E color RGB value is (21,57,14).

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

RGB channels and saturation

R 21 of 255 = 8%
G 57 of 255 = 22%
B 14 of 255 = 5%

21
57
14

R + G + B ~ 12%. #15390E is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 57 + 14 = 92 (100%)
R 21 of 92 ~ 22.83%
G 57 of 92 ~ 61.96%
B 14 of 92 ~ 15.22%

%22.83
%61.96
%15.22

CMYK color model

#15390E color CMYK value is (63,0,75,78).

  • cyan value is 63.16%
  • magenta value is 0.00%
  • yellow value is 75.44%
  • key color value is 77.65%
CMYK:
(63,0,75,78)
C63M0Y75K78 
(63%,0%,75%,78%)
(0.63/0.00/0.75/0.78)	

CMYK percentages

%63.16
%0
%75.44
%77.65

Codes

Color #15390E in popluar color models

15390E
RGB215714
HSL110°60.56%13.92%
HSB/HSV110°75.44%22.35%
CMYK63.16%0.00%75.44%
77.65%

Color #15390E in popluar number systems.

HEX15390E
Decimal215714
Binary101011110011110
Octal257116

Shades and tints

Shades of #15390E

#15390E
(21,57,14)
#14340D
(20,52,13)
#132F0C
(19,47,12)
#122A0B
(18,42,11)
#11250A
(17,37,10)
#102009
(16,32,9)
#0F1B08
(15,27,8)
#0E1607
(14,22,7)
#0D1106
(13,17,6)
#0C0C05
(12,12,5)
#0B0704
(11,7,4)
#000000
(0,0,0)

Tints of #15390E

#15390E
(21,57,14)
#2A4B23
(42,75,35)
#3F5D38
(63,93,56)
#546F4D
(84,111,77)
#698162
(105,129,98)
#7E9377
(126,147,119)
#93A58C
(147,165,140)
#A8B7A1
(168,183,161)
#BDC9B6
(189,201,182)
#D2DBCB
(210,219,203)
#E7EDE0
(231,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15390E color. Also use rgb(21,57,14) instead hex code.

Text Font Color

.myTextColor { color: #15390E; }

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

This text font color is #15390E.


Background Color

.myBgColor { background-color: #15390E; }

<div style="background-color:#15390E">Inner text</div>

This div background color is #15390E.


Border color

.myBorderColor { border: 1px solid #15390E; }

<div style="border:3px solid #15390E">Div</div>

This div border color is #15390E.


Opacity

.myOpacity80 { color: #15390E; opacity: 0.8; }

<p style="color:#15390E;opacity:0.8;">80%</p>

Text with #15390E 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 #15390E;}

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

This text has shadow with #15390E color.

.textShadow {text-shadow: 3px 3px 1px #15390E, 3px 3px 1px red;}

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

This text has shadow with #15390E primary color and red secondary color.


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

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

This text has shadow with #15390E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15390E on black background.


Color preview on white background

This text has color #15390E on white background.



Black color preview on #15390E background

This text has black color on #15390E background.


White color preview on #15390E background

This text has white color on #15390E background.