COLOR #13380E

HEX: #13380E
RGB: (19,56,14)

Color info

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

RGB color model

#13380E color RGB value is (19,56,14).

  • red value is 19;
  • green value is 56;
  • blue value is 14.
RGB:
(19,56,14)
(7%,22%,5%)

RGB channels and saturation

R 19 of 255 = 7%
G 56 of 255 = 22%
B 14 of 255 = 5%

19
56
14

R + G + B ~ 11%. #13380E is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 56 + 14 = 89 (100%)
R 19 of 89 ~ 21.35%
G 56 of 89 ~ 62.92%
B 14 of 89 ~ 15.73%

%21.35
%62.92
%15.73

CMYK color model

#13380E color CMYK value is (66,0,75,78).

  • cyan value is 66.07%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 78.04%
CMYK:
(66,0,75,78)
C66M0Y75K78 
(66%,0%,75%,78%)
(0.66/0.00/0.75/0.78)	

CMYK percentages

%66.07
%0
%75
%78.04

Codes

Color #13380E in popluar color models

13380E
RGB195614
HSL113°60.00%13.73%
HSB/HSV113°75.00%21.96%
CMYK66.07%0.00%75.00%
78.04%

Color #13380E in popluar number systems.

HEX13380E
Decimal195614
Binary100111110001110
Octal237016

Shades and tints

Shades of #13380E

#13380E
(19,56,14)
#12330D
(18,51,13)
#112E0C
(17,46,12)
#10290B
(16,41,11)
#0F240A
(15,36,10)
#0E1F09
(14,31,9)
#0D1A08
(13,26,8)
#0C1507
(12,21,7)
#0B1006
(11,16,6)
#0A0B05
(10,11,5)
#090604
(9,6,4)
#000000
(0,0,0)

Tints of #13380E

#13380E
(19,56,14)
#284A23
(40,74,35)
#3D5C38
(61,92,56)
#526E4D
(82,110,77)
#678062
(103,128,98)
#7C9277
(124,146,119)
#91A48C
(145,164,140)
#A6B6A1
(166,182,161)
#BBC8B6
(187,200,182)
#D0DACB
(208,218,203)
#E5ECE0
(229,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13380E color. Also use rgb(19,56,14) instead hex code.

Text Font Color

.myTextColor { color: #13380E; }

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

This text font color is #13380E.


Background Color

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

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

This div background color is #13380E.


Border color

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

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

This div border color is #13380E.


Opacity

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

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

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

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

This text has shadow with #13380E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13380E on black background.


Color preview on white background

This text has color #13380E on white background.



Black color preview on #13380E background

This text has black color on #13380E background.


White color preview on #13380E background

This text has white color on #13380E background.