COLOR #131906

HEX: #131906
RGB: (19,25,6)

Color info

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

RGB color model

#131906 color RGB value is (19,25,6).

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

RGB channels and saturation

R 19 of 255 = 7%
G 25 of 255 = 10%
B 6 of 255 = 2%

19
25
6

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

Portions of RGB colors in percentages

R + G + B =
19 + 25 + 6 = 50 (100%)
R 19 of 50 ~ 38%
G 25 of 50 ~ 50%
B 6 of 50 ~ 12%

%38
%50
%12

CMYK color model

#131906 color CMYK value is (24,0,76,90).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 76.00%
  • key color value is 90.20%
CMYK:
(24,0,76,90)
C24M0Y76K90 
(24%,0%,76%,90%)
(0.24/0.00/0.76/0.90)	

CMYK percentages

%24
%0
%76
%90.2

Codes

Color #131906 in popluar color models

131906
RGB19256
HSL79°61.29%6.08%
HSB/HSV79°76.00%9.80%
CMYK24.00%0.00%76.00%
90.20%

Color #131906 in popluar number systems.

HEX131906
Decimal19256
Binary1001111001110
Octal23316

Shades and tints

Shades of #131906

#131906
(19,25,6)
#121706
(18,23,6)
#111506
(17,21,6)
#101306
(16,19,6)
#0F1106
(15,17,6)
#0E0F06
(14,15,6)
#0D0D06
(13,13,6)
#0C0B06
(12,11,6)
#0B0906
(11,9,6)
#0A0706
(10,7,6)
#090506
(9,5,6)
#000000
(0,0,0)

Tints of #131906

#131906
(19,25,6)
#282D1C
(40,45,28)
#3D4132
(61,65,50)
#525548
(82,85,72)
#67695E
(103,105,94)
#7C7D74
(124,125,116)
#91918A
(145,145,138)
#A6A5A0
(166,165,160)
#BBB9B6
(187,185,182)
#D0CDCC
(208,205,204)
#E5E1E2
(229,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131906; }

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

This text font color is #131906.


Background Color

.myBgColor { background-color: #131906; }

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

This div background color is #131906.


Border color

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

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

This div border color is #131906.


Opacity

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

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

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

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

This text has shadow with #131906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131906 on black background.


Color preview on white background

This text has color #131906 on white background.



Black color preview on #131906 background

This text has black color on #131906 background.


White color preview on #131906 background

This text has white color on #131906 background.