COLOR #131304

HEX: #131304
RGB: (19,19,4)

Color info

#131304 contains red, green and blue colors in about the same proportion. Web safe color of #131304 is #000000 (or #000).

RGB color model

#131304 color RGB value is (19,19,4).

  • red value is 19;
  • green value is 19;
  • blue value is 4.
RGB:
(19,19,4)
(7%,7%,2%)

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 4 of 255 = 2%

19
19
4

R + G + B ~ 5%. #131304 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 19 + 4 = 42 (100%)
R 19 of 42 ~ 45.24%
G 19 of 42 ~ 45.24%
B 4 of 42 ~ 9.52%

%45.24
%45.24
%9.52

CMYK color model

#131304 color CMYK value is (0,0,79,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 92.55%
CMYK:
(0,0,79,93)
C0M0Y79K93 
(0%,0%,79%,93%)
(0.00/0.00/0.79/0.93)	

CMYK percentages

%0
%0
%78.95
%92.55

Codes

Color #131304 in popluar color models

131304
RGB19194
HSL60°65.22%4.51%
HSB/HSV60°78.95%7.45%
CMYK0.00%0.00%78.95%
92.55%

Color #131304 in popluar number systems.

HEX131304
Decimal19194
Binary1001110011100
Octal23234

Shades and tints

Shades of #131304

#131304
(19,19,4)
#121204
(18,18,4)
#111104
(17,17,4)
#101004
(16,16,4)
#0F0F04
(15,15,4)
#0E0E04
(14,14,4)
#0D0D04
(13,13,4)
#0C0C04
(12,12,4)
#0B0B04
(11,11,4)
#0A0A04
(10,10,4)
#090904
(9,9,4)
#000000
(0,0,0)

Tints of #131304

#131304
(19,19,4)
#28281A
(40,40,26)
#3D3D30
(61,61,48)
#525246
(82,82,70)
#67675C
(103,103,92)
#7C7C72
(124,124,114)
#919188
(145,145,136)
#A6A69E
(166,166,158)
#BBBBB4
(187,187,180)
#D0D0CA
(208,208,202)
#E5E5E0
(229,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #131304 color. Also use rgb(19,19,4) instead hex code.

Text Font Color

.myTextColor { color: #131304; }

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

This text font color is #131304.


Background Color

.myBgColor { background-color: #131304; }

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

This div background color is #131304.


Border color

.myBorderColor { border: 1px solid #131304; }

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

This div border color is #131304.


Opacity

.myOpacity80 { color: #131304; opacity: 0.8; }

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

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

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

This text has shadow with #131304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131304 on black background.


Color preview on white background

This text has color #131304 on white background.



Black color preview on #131304 background

This text has black color on #131304 background.


White color preview on #131304 background

This text has white color on #131304 background.