COLOR #131D12

HEX: #131D12
RGB: (19,29,18)

Color info

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

RGB color model

#131D12 color RGB value is (19,29,18).

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

RGB channels and saturation

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

19
29
18

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

Portions of RGB colors in percentages

R + G + B =
19 + 29 + 18 = 66 (100%)
R 19 of 66 ~ 28.79%
G 29 of 66 ~ 43.94%
B 18 of 66 ~ 27.27%

%28.79
%43.94
%27.27

CMYK color model

#131D12 color CMYK value is (34,0,38,89).

  • cyan value is 34.48%
  • magenta value is 0.00%
  • yellow value is 37.93%
  • key color value is 88.63%
CMYK:
(34,0,38,89)
C34M0Y38K89 
(34%,0%,38%,89%)
(0.34/0.00/0.38/0.89)	

CMYK percentages

%34.48
%0
%37.93
%88.63

Codes

Color #131D12 in popluar color models

131D12
RGB192918
HSL115°23.40%9.22%
HSB/HSV115°37.93%11.37%
CMYK34.48%0.00%37.93%
88.63%

Color #131D12 in popluar number systems.

HEX131D12
Decimal192918
Binary100111110110010
Octal233522

Shades and tints

Shades of #131D12

#131D12
(19,29,18)
#121B11
(18,27,17)
#111910
(17,25,16)
#10170F
(16,23,15)
#0F150E
(15,21,14)
#0E130D
(14,19,13)
#0D110C
(13,17,12)
#0C0F0B
(12,15,11)
#0B0D0A
(11,13,10)
#0A0B09
(10,11,9)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #131D12

#131D12
(19,29,18)
#283127
(40,49,39)
#3D453C
(61,69,60)
#525951
(82,89,81)
#676D66
(103,109,102)
#7C817B
(124,129,123)
#919590
(145,149,144)
#A6A9A5
(166,169,165)
#BBBDBA
(187,189,186)
#D0D1CF
(208,209,207)
#E5E5E4
(229,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131D12; }

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

This text font color is #131D12.


Background Color

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

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

This div background color is #131D12.


Border color

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

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

This div border color is #131D12.


Opacity

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

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

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

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

This text has shadow with #131D12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131D12 on black background.


Color preview on white background

This text has color #131D12 on white background.



Black color preview on #131D12 background

This text has black color on #131D12 background.


White color preview on #131D12 background

This text has white color on #131D12 background.