COLOR #13390F

HEX: #13390F
RGB: (19,57,15)

Color info

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

RGB color model

#13390F color RGB value is (19,57,15).

  • red value is 19;
  • green value is 57;
  • blue value is 15.
RGB:
(19,57,15)
(7%,22%,6%)

RGB channels and saturation

R 19 of 255 = 7%
G 57 of 255 = 22%
B 15 of 255 = 6%

19
57
15

R + G + B ~ 12%. #13390F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 57 + 15 = 91 (100%)
R 19 of 91 ~ 20.88%
G 57 of 91 ~ 62.64%
B 15 of 91 ~ 16.48%

%20.88
%62.64
%16.48

CMYK color model

#13390F color CMYK value is (67,0,74,78).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 73.68%
  • key color value is 77.65%
CMYK:
(67,0,74,78)
C67M0Y74K78 
(67%,0%,74%,78%)
(0.67/0.00/0.74/0.78)	

CMYK percentages

%66.67
%0
%73.68
%77.65

Codes

Color #13390F in popluar color models

13390F
RGB195715
HSL114°58.33%14.12%
HSB/HSV114°73.68%22.35%
CMYK66.67%0.00%73.68%
77.65%

Color #13390F in popluar number systems.

HEX13390F
Decimal195715
Binary100111110011111
Octal237117

Shades and tints

Shades of #13390F

#13390F
(19,57,15)
#12340E
(18,52,14)
#112F0D
(17,47,13)
#102A0C
(16,42,12)
#0F250B
(15,37,11)
#0E200A
(14,32,10)
#0D1B09
(13,27,9)
#0C1608
(12,22,8)
#0B1107
(11,17,7)
#0A0C06
(10,12,6)
#090705
(9,7,5)
#000000
(0,0,0)

Tints of #13390F

#13390F
(19,57,15)
#284B24
(40,75,36)
#3D5D39
(61,93,57)
#526F4E
(82,111,78)
#678163
(103,129,99)
#7C9378
(124,147,120)
#91A58D
(145,165,141)
#A6B7A2
(166,183,162)
#BBC9B7
(187,201,183)
#D0DBCC
(208,219,204)
#E5EDE1
(229,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13390F color. Also use rgb(19,57,15) instead hex code.

Text Font Color

.myTextColor { color: #13390F; }

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

This text font color is #13390F.


Background Color

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

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

This div background color is #13390F.


Border color

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

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

This div border color is #13390F.


Opacity

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

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

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

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

This text has shadow with #13390F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13390F on black background.


Color preview on white background

This text has color #13390F on white background.



Black color preview on #13390F background

This text has black color on #13390F background.


White color preview on #13390F background

This text has white color on #13390F background.