COLOR #131813

HEX: #131813
RGB: (19,24,19)

Color info

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

RGB color model

#131813 color RGB value is (19,24,19).

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

RGB channels and saturation

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

19
24
19

R + G + B ~ 8%. #131813 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 24 + 19 = 62 (100%)
R 19 of 62 ~ 30.65%
G 24 of 62 ~ 38.71%
B 19 of 62 ~ 30.65%

%30.65
%38.71
%30.65

CMYK color model

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

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 90.59%
CMYK:
(21,0,21,91)
C21M0Y21K91 
(21%,0%,21%,91%)
(0.21/0.00/0.21/0.91)	

CMYK percentages

%20.83
%0
%20.83
%90.59

Codes

Color #131813 in popluar color models

131813
RGB192419
HSL120°11.63%8.43%
HSB/HSV120°20.83%9.41%
CMYK20.83%0.00%20.83%
90.59%

Color #131813 in popluar number systems.

HEX131813
Decimal192419
Binary100111100010011
Octal233023

Shades and tints

Shades of #131813

#131813
(19,24,19)
#121612
(18,22,18)
#111411
(17,20,17)
#101210
(16,18,16)
#0F100F
(15,16,15)
#0E0E0E
(14,14,14)
#0D0C0D
(13,12,13)
#0C0A0C
(12,10,12)
#0B080B
(11,8,11)
#0A060A
(10,6,10)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #131813

#131813
(19,24,19)
#282D28
(40,45,40)
#3D423D
(61,66,61)
#525752
(82,87,82)
#676C67
(103,108,103)
#7C817C
(124,129,124)
#919691
(145,150,145)
#A6ABA6
(166,171,166)
#BBC0BB
(187,192,187)
#D0D5D0
(208,213,208)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131813; }

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

This text font color is #131813.


Background Color

.myBgColor { background-color: #131813; }

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

This div background color is #131813.


Border color

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

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

This div border color is #131813.


Opacity

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

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

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

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

This text has shadow with #131813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131813 on black background.


Color preview on white background

This text has color #131813 on white background.



Black color preview on #131813 background

This text has black color on #131813 background.


White color preview on #131813 background

This text has white color on #131813 background.