COLOR #13351F

HEX: #13351F
RGB: (19,53,31)

Color info

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

RGB color model

#13351F color RGB value is (19,53,31).

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

RGB channels and saturation

R 19 of 255 = 7%
G 53 of 255 = 21%
B 31 of 255 = 12%

19
53
31

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

Portions of RGB colors in percentages

R + G + B =
19 + 53 + 31 = 103 (100%)
R 19 of 103 ~ 18.45%
G 53 of 103 ~ 51.46%
B 31 of 103 ~ 30.1%

%18.45
%51.46
%30.1

CMYK color model

#13351F color CMYK value is (64,0,42,79).

  • cyan value is 64.15%
  • magenta value is 0.00%
  • yellow value is 41.51%
  • key color value is 79.22%
CMYK:
(64,0,42,79)
C64M0Y42K79 
(64%,0%,42%,79%)
(0.64/0.00/0.42/0.79)	

CMYK percentages

%64.15
%0
%41.51
%79.22

Codes

Color #13351F in popluar color models

13351F
RGB195331
HSL141°47.22%14.12%
HSB/HSV141°64.15%20.78%
CMYK64.15%0.00%41.51%
79.22%

Color #13351F in popluar number systems.

HEX13351F
Decimal195331
Binary1001111010111111
Octal236537

Shades and tints

Shades of #13351F

#13351F
(19,53,31)
#12311D
(18,49,29)
#112D1B
(17,45,27)
#102919
(16,41,25)
#0F2517
(15,37,23)
#0E2115
(14,33,21)
#0D1D13
(13,29,19)
#0C1911
(12,25,17)
#0B150F
(11,21,15)
#0A110D
(10,17,13)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #13351F

#13351F
(19,53,31)
#284733
(40,71,51)
#3D5947
(61,89,71)
#526B5B
(82,107,91)
#677D6F
(103,125,111)
#7C8F83
(124,143,131)
#91A197
(145,161,151)
#A6B3AB
(166,179,171)
#BBC5BF
(187,197,191)
#D0D7D3
(208,215,211)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13351F; }

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

This text font color is #13351F.


Background Color

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

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

This div background color is #13351F.


Border color

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

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

This div border color is #13351F.


Opacity

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

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

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

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

This text has shadow with #13351F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13351F on black background.


Color preview on white background

This text has color #13351F on white background.



Black color preview on #13351F background

This text has black color on #13351F background.


White color preview on #13351F background

This text has white color on #13351F background.