COLOR #13331F

HEX: #13331F
RGB: (19,51,31)

Color info

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

RGB color model

#13331F color RGB value is (19,51,31).

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

RGB channels and saturation

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

19
51
31

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

Portions of RGB colors in percentages

R + G + B =
19 + 51 + 31 = 101 (100%)
R 19 of 101 ~ 18.81%
G 51 of 101 ~ 50.5%
B 31 of 101 ~ 30.69%

%18.81
%50.5
%30.69

CMYK color model

#13331F color CMYK value is (63,0,39,80).

  • cyan value is 62.75%
  • magenta value is 0.00%
  • yellow value is 39.22%
  • key color value is 80.00%
CMYK:
(63,0,39,80)
C63M0Y39K80 
(63%,0%,39%,80%)
(0.63/0.00/0.39/0.80)	

CMYK percentages

%62.75
%0
%39.22
%80

Codes

Color #13331F in popluar color models

13331F
RGB195131
HSL143°45.71%13.73%
HSB/HSV143°62.75%20.00%
CMYK62.75%0.00%39.22%
80.00%

Color #13331F in popluar number systems.

HEX13331F
Decimal195131
Binary1001111001111111
Octal236337

Shades and tints

Shades of #13331F

#13331F
(19,51,31)
#122F1D
(18,47,29)
#112B1B
(17,43,27)
#102719
(16,39,25)
#0F2317
(15,35,23)
#0E1F15
(14,31,21)
#0D1B13
(13,27,19)
#0C1711
(12,23,17)
#0B130F
(11,19,15)
#0A0F0D
(10,15,13)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #13331F

#13331F
(19,51,31)
#284533
(40,69,51)
#3D5747
(61,87,71)
#52695B
(82,105,91)
#677B6F
(103,123,111)
#7C8D83
(124,141,131)
#919F97
(145,159,151)
#A6B1AB
(166,177,171)
#BBC3BF
(187,195,191)
#D0D5D3
(208,213,211)
#E5E7E7
(229,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #13331F; }

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

This text font color is #13331F.


Background Color

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

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

This div background color is #13331F.


Border color

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

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

This div border color is #13331F.


Opacity

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

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

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

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

This text has shadow with #13331F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13331F on black background.


Color preview on white background

This text has color #13331F on white background.



Black color preview on #13331F background

This text has black color on #13331F background.


White color preview on #13331F background

This text has white color on #13331F background.