COLOR #131308

HEX: #131308 RGB: (19,19,8)

Color info

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

RGB color model

#131308 color RGB value is (19,19,8).

RGB: (19,19,8) (7%, 7%, 3%)

RGB channels and saturation

R 19 of 255 = 7%
G 19 of 255 = 7%
B 8 of 255 = 3%

19
19
8

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

Portions of RGB colors in percentages

R + G + B = 19 + 19 + 8 = 46 (100%)
R 19 of 46 ~ 41.3%
G 19 of 46 ~ 41.3%
B 8 of 46 ~ 17.39'%

%41.3
%41.3
%17.39

CMYK color model

#131308 color CMYK value is (0,0,58,93).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 57.89%
  • key color value is 92.55%

CMYK: (0,0,58,93)
C0M0Y58K93 (0%, 0%, 58%, 93%)
(0.00 / 0.00 / 0.58 / 0.93)

CMYK percentages

%0
%0
%57.89
%92.55

Codes

Color #131308 in popluar color models

13 13 08
RGB 19 19 8
HSL 60° 40.74% 5.29%
HSB/HSV 60° 57.89% 7.45%
CMYK 0.00% 0.00% 57.89%
92.55%

Color #131308 in popluar number systems.

HEX 13 13 08
Decimal 19 19 8
Binary 10011 10011 1000
Octal 23 23 10

Shades and tints

Shades of #131308

#131308
(19,19,8)
#121208
(18,18,8)
#111108
(17,17,8)
#101008
(16,16,8)
#0F0F08
(15,15,8)
#0E0E08
(14,14,8)
#0D0D08
(13,13,8)
#0C0C08
(12,12,8)
#0B0B08
(11,11,8)
#0A0A08
(10,10,8)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #131308

#131308
(19,19,8)
#28281E
(40,40,30)
#3D3D34
(61,61,52)
#52524A
(82,82,74)
#676760
(103,103,96)
#7C7C76
(124,124,118)
#91918C
(145,145,140)
#A6A6A2
(166,166,162)
#BBBBB8
(187,187,184)
#D0D0CE
(208,208,206)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131308; }

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

This text font color is #131308.

Background Color

.myBgColor { background-color: #131308; }

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

This div background color is #131308.

Border color

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

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

This div border color is #131308.

Opacity

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

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

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

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

This text has shadow with #131308 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #131308.

Preview

Color preview on black background

This text has color #131308 on black background.


Color preview on white background

This text has color #131308 on white background.


Black color preview on #131308 background

This text has black color on #131308 background.


White color preview on #131308 background

This text has white color on #131308 background.


Related colors

Complementary color

Complementary color for #hex is #ECECF7.


I love getcolorcode.com