COLOR #13341F

HEX: #13341F
RGB: (19,52,31)

Color info

#13341F contains red, green and blue colors in about the same proportion. Web safe color of #13341F is #003333 (or #033).

RGB color model

#13341F color RGB value is (19,52,31).

  • red value is 19;
  • green value is 52;
  • blue value is 31.
RGB:
(19,52,31)
(7%,20%,12%)

RGB channels and saturation

R 19 of 255 = 7%
G 52 of 255 = 20%
B 31 of 255 = 12%

19
52
31

R + G + B ~ 13%. #13341F is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 52 + 31 = 102 (100%)
R 19 of 102 ~ 18.63%
G 52 of 102 ~ 50.98%
B 31 of 102 ~ 30.39%

%18.63
%50.98
%30.39

CMYK color model

#13341F color CMYK value is (63,0,40,80).

  • cyan value is 63.46%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 79.61%
CMYK:
(63,0,40,80)
C63M0Y40K80 
(63%,0%,40%,80%)
(0.63/0.00/0.40/0.80)	

CMYK percentages

%63.46
%0
%40.38
%79.61

Codes

Color #13341F in popluar color models

13341F
RGB195231
HSL142°46.48%13.92%
HSB/HSV142°63.46%20.39%
CMYK63.46%0.00%40.38%
79.61%

Color #13341F in popluar number systems.

HEX13341F
Decimal195231
Binary1001111010011111
Octal236437

Shades and tints

Shades of #13341F

#13341F
(19,52,31)
#12301D
(18,48,29)
#112C1B
(17,44,27)
#102819
(16,40,25)
#0F2417
(15,36,23)
#0E2015
(14,32,21)
#0D1C13
(13,28,19)
#0C1811
(12,24,17)
#0B140F
(11,20,15)
#0A100D
(10,16,13)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #13341F

#13341F
(19,52,31)
#284633
(40,70,51)
#3D5847
(61,88,71)
#526A5B
(82,106,91)
#677C6F
(103,124,111)
#7C8E83
(124,142,131)
#91A097
(145,160,151)
#A6B2AB
(166,178,171)
#BBC4BF
(187,196,191)
#D0D6D3
(208,214,211)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13341F color. Also use rgb(19,52,31) instead hex code.

Text Font Color

.myTextColor { color: #13341F; }

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

This text font color is #13341F.


Background Color

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

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

This div background color is #13341F.


Border color

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

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

This div border color is #13341F.


Opacity

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

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

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

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

This text has shadow with #13341F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13341F on black background.


Color preview on white background

This text has color #13341F on white background.



Black color preview on #13341F background

This text has black color on #13341F background.


White color preview on #13341F background

This text has white color on #13341F background.