COLOR #131104

HEX: #131104
RGB: (19,17,4)

Color info

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

RGB color model

#131104 color RGB value is (19,17,4).

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

RGB channels and saturation

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

19
17
4

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

Portions of RGB colors in percentages

R + G + B =
19 + 17 + 4 = 40 (100%)
R 19 of 40 ~ 47.5%
G 17 of 40 ~ 42.5%
B 4 of 40 ~ 10%

%47.5
%42.5
%10

CMYK color model

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

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

CMYK percentages

%0
%10.53
%78.95
%92.55

Codes

Color #131104 in popluar color models

131104
RGB19174
HSL52°65.22%4.51%
HSB/HSV52°78.95%7.45%
CMYK0.00%10.53%78.95%
92.55%

Color #131104 in popluar number systems.

HEX131104
Decimal19174
Binary1001110001100
Octal23214

Shades and tints

Shades of #131104

#131104
(19,17,4)
#121004
(18,16,4)
#110F04
(17,15,4)
#100E04
(16,14,4)
#0F0D04
(15,13,4)
#0E0C04
(14,12,4)
#0D0B04
(13,11,4)
#0C0A04
(12,10,4)
#0B0904
(11,9,4)
#0A0804
(10,8,4)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #131104

#131104
(19,17,4)
#28261A
(40,38,26)
#3D3B30
(61,59,48)
#525046
(82,80,70)
#67655C
(103,101,92)
#7C7A72
(124,122,114)
#918F88
(145,143,136)
#A6A49E
(166,164,158)
#BBB9B4
(187,185,180)
#D0CECA
(208,206,202)
#E5E3E0
(229,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131104; }

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

This text font color is #131104.


Background Color

.myBgColor { background-color: #131104; }

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

This div background color is #131104.


Border color

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

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

This div border color is #131104.


Opacity

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

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

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

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

This text has shadow with #131104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131104 on black background.


Color preview on white background

This text has color #131104 on white background.



Black color preview on #131104 background

This text has black color on #131104 background.


White color preview on #131104 background

This text has white color on #131104 background.