COLOR #13361A

HEX: #13361A
RGB: (19,54,26)

Color info

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

RGB color model

#13361A color RGB value is (19,54,26).

  • red value is 19;
  • green value is 54;
  • blue value is 26.
RGB:
(19,54,26)
(7%,21%,10%)

RGB channels and saturation

R 19 of 255 = 7%
G 54 of 255 = 21%
B 26 of 255 = 10%

19
54
26

R + G + B ~ 13%. #13361A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 54 + 26 = 99 (100%)
R 19 of 99 ~ 19.19%
G 54 of 99 ~ 54.55%
B 26 of 99 ~ 26.26%

%19.19
%54.55
%26.26

CMYK color model

#13361A color CMYK value is (65,0,52,79).

  • cyan value is 64.81%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 78.82%
CMYK:
(65,0,52,79)
C65M0Y52K79 
(65%,0%,52%,79%)
(0.65/0.00/0.52/0.79)	

CMYK percentages

%64.81
%0
%51.85
%78.82

Codes

Color #13361A in popluar color models

13361A
RGB195426
HSL132°47.95%14.31%
HSB/HSV132°64.81%21.18%
CMYK64.81%0.00%51.85%
78.82%

Color #13361A in popluar number systems.

HEX13361A
Decimal195426
Binary1001111011011010
Octal236632

Shades and tints

Shades of #13361A

#13361A
(19,54,26)
#123218
(18,50,24)
#112E16
(17,46,22)
#102A14
(16,42,20)
#0F2612
(15,38,18)
#0E2210
(14,34,16)
#0D1E0E
(13,30,14)
#0C1A0C
(12,26,12)
#0B160A
(11,22,10)
#0A1208
(10,18,8)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #13361A

#13361A
(19,54,26)
#28482E
(40,72,46)
#3D5A42
(61,90,66)
#526C56
(82,108,86)
#677E6A
(103,126,106)
#7C907E
(124,144,126)
#91A292
(145,162,146)
#A6B4A6
(166,180,166)
#BBC6BA
(187,198,186)
#D0D8CE
(208,216,206)
#E5EAE2
(229,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13361A color. Also use rgb(19,54,26) instead hex code.

Text Font Color

.myTextColor { color: #13361A; }

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

This text font color is #13361A.


Background Color

.myBgColor { background-color: #13361A; }

<div style="background-color:#13361A">Inner text</div>

This div background color is #13361A.


Border color

.myBorderColor { border: 1px solid #13361A; }

<div style="border:3px solid #13361A">Div</div>

This div border color is #13361A.


Opacity

.myOpacity80 { color: #13361A; opacity: 0.8; }

<p style="color:#13361A;opacity:0.8;">80%</p>

Text with #13361A 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 #13361A;}

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

This text has shadow with #13361A color.

.textShadow {text-shadow: 3px 3px 1px #13361A, 3px 3px 1px red;}

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

This text has shadow with #13361A primary color and red secondary color.


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

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

This text has shadow with #13361A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13361A on black background.


Color preview on white background

This text has color #13361A on white background.



Black color preview on #13361A background

This text has black color on #13361A background.


White color preview on #13361A background

This text has white color on #13361A background.