COLOR #131E14

HEX: #131E14
RGB: (19,30,20)

Color info

#131E14 contains red, green and blue colors in about the same proportion. Web safe color of #131E14 is #003300 (or #030).

RGB color model

#131E14 color RGB value is (19,30,20).

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

RGB channels and saturation

R 19 of 255 = 7%
G 30 of 255 = 12%
B 20 of 255 = 8%

19
30
20

R + G + B ~ 9%. #131E14 is dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 20 = 69 (100%)
R 19 of 69 ~ 27.54%
G 30 of 69 ~ 43.48%
B 20 of 69 ~ 28.99%

%27.54
%43.48
%28.99

CMYK color model

#131E14 color CMYK value is (37,0,33,88).

  • cyan value is 36.67%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 88.24%
CMYK:
(37,0,33,88)
C37M0Y33K88 
(37%,0%,33%,88%)
(0.37/0.00/0.33/0.88)	

CMYK percentages

%36.67
%0
%33.33
%88.24

Codes

Color #131E14 in popluar color models

131E14
RGB193020
HSL125°22.45%9.61%
HSB/HSV125°36.67%11.76%
CMYK36.67%0.00%33.33%
88.24%

Color #131E14 in popluar number systems.

HEX131E14
Decimal193020
Binary100111111010100
Octal233624

Shades and tints

Shades of #131E14

#131E14
(19,30,20)
#121C13
(18,28,19)
#111A12
(17,26,18)
#101811
(16,24,17)
#0F1610
(15,22,16)
#0E140F
(14,20,15)
#0D120E
(13,18,14)
#0C100D
(12,16,13)
#0B0E0C
(11,14,12)
#0A0C0B
(10,12,11)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #131E14

#131E14
(19,30,20)
#283229
(40,50,41)
#3D463E
(61,70,62)
#525A53
(82,90,83)
#676E68
(103,110,104)
#7C827D
(124,130,125)
#919692
(145,150,146)
#A6AAA7
(166,170,167)
#BBBEBC
(187,190,188)
#D0D2D1
(208,210,209)
#E5E6E6
(229,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131E14; }

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

This text font color is #131E14.


Background Color

.myBgColor { background-color: #131E14; }

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

This div background color is #131E14.


Border color

.myBorderColor { border: 1px solid #131E14; }

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

This div border color is #131E14.


Opacity

.myOpacity80 { color: #131E14; opacity: 0.8; }

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

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

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

This text has shadow with #131E14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131E14 on black background.


Color preview on white background

This text has color #131E14 on white background.



Black color preview on #131E14 background

This text has black color on #131E14 background.


White color preview on #131E14 background

This text has white color on #131E14 background.