COLOR #131704

HEX: #131704
RGB: (19,23,4)

Color info

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

RGB color model

#131704 color RGB value is (19,23,4).

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

RGB channels and saturation

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

19
23
4

R + G + B ~ 6%. #131704 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 23 + 4 = 46 (100%)
R 19 of 46 ~ 41.3%
G 23 of 46 ~ 50%
B 4 of 46 ~ 8.7%

%41.3
%50

CMYK color model

#131704 color CMYK value is (17,0,83,91).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 82.61%
  • key color value is 90.98%
CMYK:
(17,0,83,91)
C17M0Y83K91 
(17%,0%,83%,91%)
(0.17/0.00/0.83/0.91)	

CMYK percentages

%17.39
%0
%82.61
%90.98

Codes

Color #131704 in popluar color models

131704
RGB19234
HSL73°70.37%5.29%
HSB/HSV73°82.61%9.02%
CMYK17.39%0.00%82.61%
90.98%

Color #131704 in popluar number systems.

HEX131704
Decimal19234
Binary1001110111100
Octal23274

Shades and tints

Shades of #131704

#131704
(19,23,4)
#121504
(18,21,4)
#111304
(17,19,4)
#101104
(16,17,4)
#0F0F04
(15,15,4)
#0E0D04
(14,13,4)
#0D0B04
(13,11,4)
#0C0904
(12,9,4)
#0B0704
(11,7,4)
#0A0504
(10,5,4)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #131704

#131704
(19,23,4)
#282C1A
(40,44,26)
#3D4130
(61,65,48)
#525646
(82,86,70)
#676B5C
(103,107,92)
#7C8072
(124,128,114)
#919588
(145,149,136)
#A6AA9E
(166,170,158)
#BBBFB4
(187,191,180)
#D0D4CA
(208,212,202)
#E5E9E0
(229,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131704; }

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

This text font color is #131704.


Background Color

.myBgColor { background-color: #131704; }

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

This div background color is #131704.


Border color

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

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

This div border color is #131704.


Opacity

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

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

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

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

This text has shadow with #131704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131704 on black background.


Color preview on white background

This text has color #131704 on white background.



Black color preview on #131704 background

This text has black color on #131704 background.


White color preview on #131704 background

This text has white color on #131704 background.