COLOR #131804

HEX: #131804 RGB: (19,24,4)

Color info

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

RGB color model

#131804 color RGB value is (19,24,4).

RGB: (19,24,4) (7%, 9%, 2%)

RGB channels and saturation

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

19
24
4

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

Portions of RGB colors in percentages

R + G + B = 19 + 24 + 4 = 47 (100%)
R 19 of 47 ~ 40.43%
G 24 of 47 ~ 51.06%
B 4 of 47 ~ 8.51'%

%40.43
%51.06

CMYK color model

#131804 color CMYK value is (21,0,83,91).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 90.59%

CMYK: (21,0,83,91)
C21M0Y83K91 (21%, 0%, 83%, 91%)
(0.21 / 0.00 / 0.83 / 0.91)

CMYK percentages

%20.83
%0
%83.33
%90.59

Codes

Color #131804 in popluar color models

13 18 04
RGB 19 24 4
HSL 75° 71.43% 5.49%
HSB/HSV 75° 83.33% 9.41%
CMYK 20.83% 0.00% 83.33%
90.59%

Color #131804 in popluar number systems.

HEX 13 18 04
Decimal 19 24 4
Binary 10011 11000 100
Octal 23 30 4

Shades and tints

Shades of #131804

#131804
(19,24,4)
#121604
(18,22,4)
#111404
(17,20,4)
#101204
(16,18,4)
#0F1004
(15,16,4)
#0E0E04
(14,14,4)
#0D0C04
(13,12,4)
#0C0A04
(12,10,4)
#0B0804
(11,8,4)
#0A0604
(10,6,4)
#090404
(9,4,4)
#000000
(0,0,0)

Tints of #131804

#131804
(19,24,4)
#282D1A
(40,45,26)
#3D4230
(61,66,48)
#525746
(82,87,70)
#676C5C
(103,108,92)
#7C8172
(124,129,114)
#919688
(145,150,136)
#A6AB9E
(166,171,158)
#BBC0B4
(187,192,180)
#D0D5CA
(208,213,202)
#E5EAE0
(229,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131804; }

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

This text font color is #131804.

Background Color

.myBgColor { background-color: #131804; }

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

This div background color is #131804.

Border color

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

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

This div border color is #131804.

Opacity

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

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

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

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

This text has shadow with #131804 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131804.

Preview

Color preview on black background

This text has color #131804 on black background.


Color preview on white background

This text has color #131804 on white background.


Black color preview on #131804 background

This text has black color on #131804 background.


White color preview on #131804 background

This text has white color on #131804 background.


Related colors

Complementary color

Complementary color for #hex is #ECE7FB.


I love getcolorcode.com

Triadic colors

1 #041318 and #180413 with #131804 are triadic colors.

2 #041813 and #181304 with #131804 are triadic colors.