COLOR #131F0C

HEX: #131F0C
RGB: (19,31,12)

Color info

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

RGB color model

#131F0C color RGB value is (19,31,12).

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

RGB channels and saturation

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

19
31
12

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

Portions of RGB colors in percentages

R + G + B =
19 + 31 + 12 = 62 (100%)
R 19 of 62 ~ 30.65%
G 31 of 62 ~ 50%
B 12 of 62 ~ 19.35%

%30.65
%50
%19.35

CMYK color model

#131F0C color CMYK value is (39,0,61,88).

  • cyan value is 38.71%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 87.84%
CMYK:
(39,0,61,88)
C39M0Y61K88 
(39%,0%,61%,88%)
(0.39/0.00/0.61/0.88)	

CMYK percentages

%38.71
%0
%61.29
%87.84

Codes

Color #131F0C in popluar color models

131F0C
RGB193112
HSL98°44.19%8.43%
HSB/HSV98°61.29%12.16%
CMYK38.71%0.00%61.29%
87.84%

Color #131F0C in popluar number systems.

HEX131F0C
Decimal193112
Binary10011111111100
Octal233714

Shades and tints

Shades of #131F0C

#131F0C
(19,31,12)
#121D0B
(18,29,11)
#111B0A
(17,27,10)
#101909
(16,25,9)
#0F1708
(15,23,8)
#0E1507
(14,21,7)
#0D1306
(13,19,6)
#0C1105
(12,17,5)
#0B0F04
(11,15,4)
#0A0D03
(10,13,3)
#090B02
(9,11,2)
#000000
(0,0,0)

Tints of #131F0C

#131F0C
(19,31,12)
#283322
(40,51,34)
#3D4738
(61,71,56)
#525B4E
(82,91,78)
#676F64
(103,111,100)
#7C837A
(124,131,122)
#919790
(145,151,144)
#A6ABA6
(166,171,166)
#BBBFBC
(187,191,188)
#D0D3D2
(208,211,210)
#E5E7E8
(229,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #131F0C; }

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

This text font color is #131F0C.


Background Color

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

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

This div background color is #131F0C.


Border color

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

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

This div border color is #131F0C.


Opacity

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

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

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

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

This text has shadow with #131F0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #131F0C on black background.


Color preview on white background

This text has color #131F0C on white background.



Black color preview on #131F0C background

This text has black color on #131F0C background.


White color preview on #131F0C background

This text has white color on #131F0C background.