COLOR #13311A

HEX: #13311A
RGB: (19,49,26)

Color info

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

RGB color model

#13311A color RGB value is (19,49,26).

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

RGB channels and saturation

R 19 of 255 = 7%
G 49 of 255 = 19%
B 26 of 255 = 10%

19
49
26

R + G + B ~ 12%. #13311A is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 49 + 26 = 94 (100%)
R 19 of 94 ~ 20.21%
G 49 of 94 ~ 52.13%
B 26 of 94 ~ 27.66%

%20.21
%52.13
%27.66

CMYK color model

#13311A color CMYK value is (61,0,47,81).

  • cyan value is 61.22%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 80.78%
CMYK:
(61,0,47,81)
C61M0Y47K81 
(61%,0%,47%,81%)
(0.61/0.00/0.47/0.81)	

CMYK percentages

%61.22
%0
%46.94
%80.78

Codes

Color #13311A in popluar color models

13311A
RGB194926
HSL134°44.12%13.33%
HSB/HSV134°61.22%19.22%
CMYK61.22%0.00%46.94%
80.78%

Color #13311A in popluar number systems.

HEX13311A
Decimal194926
Binary1001111000111010
Octal236132

Shades and tints

Shades of #13311A

#13311A
(19,49,26)
#122D18
(18,45,24)
#112916
(17,41,22)
#102514
(16,37,20)
#0F2112
(15,33,18)
#0E1D10
(14,29,16)
#0D190E
(13,25,14)
#0C150C
(12,21,12)
#0B110A
(11,17,10)
#0A0D08
(10,13,8)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #13311A

#13311A
(19,49,26)
#28432E
(40,67,46)
#3D5542
(61,85,66)
#526756
(82,103,86)
#67796A
(103,121,106)
#7C8B7E
(124,139,126)
#919D92
(145,157,146)
#A6AFA6
(166,175,166)
#BBC1BA
(187,193,186)
#D0D3CE
(208,211,206)
#E5E5E2
(229,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13311A; }

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

This text font color is #13311A.


Background Color

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

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

This div background color is #13311A.


Border color

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

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

This div border color is #13311A.


Opacity

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

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

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

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

This text has shadow with #13311A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13311A on black background.


Color preview on white background

This text has color #13311A on white background.



Black color preview on #13311A background

This text has black color on #13311A background.


White color preview on #13311A background

This text has white color on #13311A background.