COLOR #131E13

HEX: #131E13
RGB: (19,30,19)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

19
30
19

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

Portions of RGB colors in percentages

R + G + B =
19 + 30 + 19 = 68 (100%)
R 19 of 68 ~ 27.94%
G 30 of 68 ~ 44.12%
B 19 of 68 ~ 27.94%

%27.94
%44.12
%27.94

CMYK color model

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

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

CMYK percentages

%36.67
%0
%36.67
%88.24

Codes

Color #131E13 in popluar color models

131E13
RGB193019
HSL120°22.45%9.61%
HSB/HSV120°36.67%11.76%
CMYK36.67%0.00%36.67%
88.24%

Color #131E13 in popluar number systems.

HEX131E13
Decimal193019
Binary100111111010011
Octal233623

Shades and tints

Shades of #131E13

#131E13
(19,30,19)
#121C12
(18,28,18)
#111A11
(17,26,17)
#101810
(16,24,16)
#0F160F
(15,22,15)
#0E140E
(14,20,14)
#0D120D
(13,18,13)
#0C100C
(12,16,12)
#0B0E0B
(11,14,11)
#0A0C0A
(10,12,10)
#090A09
(9,10,9)
#000000
(0,0,0)

Tints of #131E13

#131E13
(19,30,19)
#283228
(40,50,40)
#3D463D
(61,70,61)
#525A52
(82,90,82)
#676E67
(103,110,103)
#7C827C
(124,130,124)
#919691
(145,150,145)
#A6AAA6
(166,170,166)
#BBBEBB
(187,190,187)
#D0D2D0
(208,210,208)
#E5E6E5
(229,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131E13; }

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

This text font color is #131E13.


Background Color

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

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

This div background color is #131E13.


Border color

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

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

This div border color is #131E13.


Opacity

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

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

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

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

This text has shadow with #131E13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131E13 on black background.


Color preview on white background

This text has color #131E13 on white background.



Black color preview on #131E13 background

This text has black color on #131E13 background.


White color preview on #131E13 background

This text has white color on #131E13 background.