COLOR #131B12

HEX: #131B12
RGB: (19,27,18)

Color info

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

RGB color model

#131B12 color RGB value is (19,27,18).

  • red value is 19;
  • green value is 27;
  • blue value is 18.
RGB:
(19,27,18)
(7%,11%,7%)

RGB channels and saturation

R 19 of 255 = 7%
G 27 of 255 = 11%
B 18 of 255 = 7%

19
27
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 27 + 18 = 64 (100%)
R 19 of 64 ~ 29.69%
G 27 of 64 ~ 42.19%
B 18 of 64 ~ 28.13%

%29.69
%42.19
%28.13

CMYK color model

#131B12 color CMYK value is (30,0,33,89).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 89.41%
CMYK:
(30,0,33,89)
C30M0Y33K89 
(30%,0%,33%,89%)
(0.30/0.00/0.33/0.89)	

CMYK percentages

%29.63
%0
%33.33
%89.41

Codes

Color #131B12 in popluar color models

131B12
RGB192718
HSL113°20.00%8.82%
HSB/HSV113°33.33%10.59%
CMYK29.63%0.00%33.33%
89.41%

Color #131B12 in popluar number systems.

HEX131B12
Decimal192718
Binary100111101110010
Octal233322

Shades and tints

Shades of #131B12

#131B12
(19,27,18)
#121911
(18,25,17)
#111710
(17,23,16)
#10150F
(16,21,15)
#0F130E
(15,19,14)
#0E110D
(14,17,13)
#0D0F0C
(13,15,12)
#0C0D0B
(12,13,11)
#0B0B0A
(11,11,10)
#0A0909
(10,9,9)
#090708
(9,7,8)
#000000
(0,0,0)

Tints of #131B12

#131B12
(19,27,18)
#282F27
(40,47,39)
#3D433C
(61,67,60)
#525751
(82,87,81)
#676B66
(103,107,102)
#7C7F7B
(124,127,123)
#919390
(145,147,144)
#A6A7A5
(166,167,165)
#BBBBBA
(187,187,186)
#D0CFCF
(208,207,207)
#E5E3E4
(229,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131B12; }

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

This text font color is #131B12.


Background Color

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

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

This div background color is #131B12.


Border color

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

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

This div border color is #131B12.


Opacity

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

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

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

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

This text has shadow with #131B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131B12 on black background.


Color preview on white background

This text has color #131B12 on white background.



Black color preview on #131B12 background

This text has black color on #131B12 background.


White color preview on #131B12 background

This text has white color on #131B12 background.