COLOR #131F0D

HEX: #131F0D
RGB: (19,31,13)

Color info

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

RGB color model

#131F0D color RGB value is (19,31,13).

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

RGB channels and saturation

R 19 of 255 = 7%
G 31 of 255 = 12%
B 13 of 255 = 5%

19
31
13

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

Portions of RGB colors in percentages

R + G + B =
19 + 31 + 13 = 63 (100%)
R 19 of 63 ~ 30.16%
G 31 of 63 ~ 49.21%
B 13 of 63 ~ 20.63%

%30.16
%49.21
%20.63

CMYK color model

#131F0D color CMYK value is (39,0,58,88).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 58.06%
  • key color value is 87.84%
CMYK:
(39,0,58,88)
C39M0Y58K88 
(39%,0%,58%,88%)
(0.39/0.00/0.58/0.88)	

CMYK percentages

%38.71
%0
%58.06
%87.84

Codes

Color #131F0D in popluar color models

131F0D
RGB193113
HSL100°40.91%8.63%
HSB/HSV100°58.06%12.16%
CMYK38.71%0.00%58.06%
87.84%

Color #131F0D in popluar number systems.

HEX131F0D
Decimal193113
Binary10011111111101
Octal233715

Shades and tints

Shades of #131F0D

#131F0D
(19,31,13)
#121D0C
(18,29,12)
#111B0B
(17,27,11)
#10190A
(16,25,10)
#0F1709
(15,23,9)
#0E1508
(14,21,8)
#0D1307
(13,19,7)
#0C1106
(12,17,6)
#0B0F05
(11,15,5)
#0A0D04
(10,13,4)
#090B03
(9,11,3)
#000000
(0,0,0)

Tints of #131F0D

#131F0D
(19,31,13)
#283323
(40,51,35)
#3D4739
(61,71,57)
#525B4F
(82,91,79)
#676F65
(103,111,101)
#7C837B
(124,131,123)
#919791
(145,151,145)
#A6ABA7
(166,171,167)
#BBBFBD
(187,191,189)
#D0D3D3
(208,211,211)
#E5E7E9
(229,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131F0D; }

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

This text font color is #131F0D.


Background Color

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

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

This div background color is #131F0D.


Border color

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

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

This div border color is #131F0D.


Opacity

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

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

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

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

This text has shadow with #131F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131F0D on black background.


Color preview on white background

This text has color #131F0D on white background.



Black color preview on #131F0D background

This text has black color on #131F0D background.


White color preview on #131F0D background

This text has white color on #131F0D background.