COLOR #1F3413

HEX: #1F3413
RGB: (31,52,19)

Color info

#1F3413 contains red, green and blue colors in about the same proportion. Web safe color of #1F3413 is #333300 (or #330).

RGB color model

#1F3413 color RGB value is (31,52,19).

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

RGB channels and saturation

R 31 of 255 = 12%
G 52 of 255 = 20%
B 19 of 255 = 7%

31
52
19

R + G + B ~ 13%. #1F3413 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 52 + 19 = 102 (100%)
R 31 of 102 ~ 30.39%
G 52 of 102 ~ 50.98%
B 19 of 102 ~ 18.63%

%30.39
%50.98
%18.63

CMYK color model

#1F3413 color CMYK value is (40,0,63,80).

  • cyan value is 40.38%
  • magenta value is 0.00%
  • yellow value is 63.46%
  • key color value is 79.61%
CMYK:
(40,0,63,80)
C40M0Y63K80 
(40%,0%,63%,80%)
(0.40/0.00/0.63/0.80)	

CMYK percentages

%40.38
%0
%63.46
%79.61

Codes

Color #1F3413 in popluar color models

1F3413
RGB315219
HSL98°46.48%13.92%
HSB/HSV98°63.46%20.39%
CMYK40.38%0.00%63.46%
79.61%

Color #1F3413 in popluar number systems.

HEX1F3413
Decimal315219
Binary1111111010010011
Octal376423

Shades and tints

Shades of #1F3413

#1F3413
(31,52,19)
#1D3012
(29,48,18)
#1B2C11
(27,44,17)
#192810
(25,40,16)
#17240F
(23,36,15)
#15200E
(21,32,14)
#131C0D
(19,28,13)
#11180C
(17,24,12)
#0F140B
(15,20,11)
#0D100A
(13,16,10)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #1F3413

#1F3413
(31,52,19)
#334628
(51,70,40)
#47583D
(71,88,61)
#5B6A52
(91,106,82)
#6F7C67
(111,124,103)
#838E7C
(131,142,124)
#97A091
(151,160,145)
#ABB2A6
(171,178,166)
#BFC4BB
(191,196,187)
#D3D6D0
(211,214,208)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F3413 color. Also use rgb(31,52,19) instead hex code.

Text Font Color

.myTextColor { color: #1F3413; }

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

This text font color is #1F3413.


Background Color

.myBgColor { background-color: #1F3413; }

<div style="background-color:#1F3413">Inner text</div>

This div background color is #1F3413.


Border color

.myBorderColor { border: 1px solid #1F3413; }

<div style="border:3px solid #1F3413">Div</div>

This div border color is #1F3413.


Opacity

.myOpacity80 { color: #1F3413; opacity: 0.8; }

<p style="color:#1F3413;opacity:0.8;">80%</p>

Text with #1F3413 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 #1F3413;}

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

This text has shadow with #1F3413 color.

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

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

This text has shadow with #1F3413 primary color and red secondary color.


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

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

This text has shadow with #1F3413 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F3413 on black background.


Color preview on white background

This text has color #1F3413 on white background.



Black color preview on #1F3413 background

This text has black color on #1F3413 background.


White color preview on #1F3413 background

This text has white color on #1F3413 background.