COLOR #131614

HEX: #131614
RGB: (19,22,20)

Color info

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

RGB color model

#131614 color RGB value is (19,22,20).

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

RGB channels and saturation

R 19 of 255 = 7%
G 22 of 255 = 9%
B 20 of 255 = 8%

19
22
20

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

Portions of RGB colors in percentages

R + G + B =
19 + 22 + 20 = 61 (100%)
R 19 of 61 ~ 31.15%
G 22 of 61 ~ 36.07%
B 20 of 61 ~ 32.79%

%31.15
%36.07
%32.79

CMYK color model

#131614 color CMYK value is (14,0,9,91).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 91.37%
CMYK:
(14,0,9,91)
C14M0Y9K91 
(14%,0%,9%,91%)
(0.14/0.00/0.09/0.91)	

CMYK percentages

%13.64
%0
%9.09
%91.37

Codes

Color #131614 in popluar color models

131614
RGB192220
HSL140°7.32%8.04%
HSB/HSV140°13.64%8.63%
CMYK13.64%0.00%9.09%
91.37%

Color #131614 in popluar number systems.

HEX131614
Decimal192220
Binary100111011010100
Octal232624

Shades and tints

Shades of #131614

#131614
(19,22,20)
#121413
(18,20,19)
#111212
(17,18,18)
#101011
(16,16,17)
#0F0E10
(15,14,16)
#0E0C0F
(14,12,15)
#0D0A0E
(13,10,14)
#0C080D
(12,8,13)
#0B060C
(11,6,12)
#0A040B
(10,4,11)
#09020A
(9,2,10)
#000000
(0,0,0)

Tints of #131614

#131614
(19,22,20)
#282B29
(40,43,41)
#3D403E
(61,64,62)
#525553
(82,85,83)
#676A68
(103,106,104)
#7C7F7D
(124,127,125)
#919492
(145,148,146)
#A6A9A7
(166,169,167)
#BBBEBC
(187,190,188)
#D0D3D1
(208,211,209)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131614; }

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

This text font color is #131614.


Background Color

.myBgColor { background-color: #131614; }

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

This div background color is #131614.


Border color

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

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

This div border color is #131614.


Opacity

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

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

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

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

This text has shadow with #131614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131614 on black background.


Color preview on white background

This text has color #131614 on white background.



Black color preview on #131614 background

This text has black color on #131614 background.


White color preview on #131614 background

This text has white color on #131614 background.