COLOR #1F4F19

HEX: #1F4F19
RGB: (31,79,25)

Color info

#1F4F19 contains red, green and blue colors in about the same proportion. Web safe color of #1F4F19 is #336600 (or #360).

RGB color model

#1F4F19 color RGB value is (31,79,25).

  • red value is 31;
  • green value is 79;
  • blue value is 25.
RGB:
(31,79,25)
(12%,31%,10%)

RGB channels and saturation

R 31 of 255 = 12%
G 79 of 255 = 31%
B 25 of 255 = 10%

31
79
25

R + G + B ~ 18%. #1F4F19 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 79 + 25 = 135 (100%)
R 31 of 135 ~ 22.96%
G 79 of 135 ~ 58.52%
B 25 of 135 ~ 18.52%

%22.96
%58.52
%18.52

CMYK color model

#1F4F19 color CMYK value is (61,0,68,69).

  • cyan value is 60.76%
  • magenta value is 0.00%
  • yellow value is 68.35%
  • key color value is 69.02%
CMYK:
(61,0,68,69)
C61M0Y68K69 
(61%,0%,68%,69%)
(0.61/0.00/0.68/0.69)	

CMYK percentages

%60.76
%0
%68.35
%69.02

Codes

Color #1F4F19 in popluar color models

1F4F19
RGB317925
HSL113°51.92%20.39%
HSB/HSV113°68.35%30.98%
CMYK60.76%0.00%68.35%
69.02%

Color #1F4F19 in popluar number systems.

HEX1F4F19
Decimal317925
Binary11111100111111001
Octal3711731

Shades and tints

Shades of #1F4F19

#1F4F19
(31,79,25)
#1D4817
(29,72,23)
#1B4115
(27,65,21)
#193A13
(25,58,19)
#173311
(23,51,17)
#152C0F
(21,44,15)
#13250D
(19,37,13)
#111E0B
(17,30,11)
#0F1709
(15,23,9)
#0D1007
(13,16,7)
#0B0905
(11,9,5)
#000000
(0,0,0)

Tints of #1F4F19

#1F4F19
(31,79,25)
#335F2D
(51,95,45)
#476F41
(71,111,65)
#5B7F55
(91,127,85)
#6F8F69
(111,143,105)
#839F7D
(131,159,125)
#97AF91
(151,175,145)
#ABBFA5
(171,191,165)
#BFCFB9
(191,207,185)
#D3DFCD
(211,223,205)
#E7EFE1
(231,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4F19 color. Also use rgb(31,79,25) instead hex code.

Text Font Color

.myTextColor { color: #1F4F19; }

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

This text font color is #1F4F19.


Background Color

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

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

This div background color is #1F4F19.


Border color

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

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

This div border color is #1F4F19.


Opacity

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

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

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

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

This text has shadow with #1F4F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4F19 on black background.


Color preview on white background

This text has color #1F4F19 on white background.



Black color preview on #1F4F19 background

This text has black color on #1F4F19 background.


White color preview on #1F4F19 background

This text has white color on #1F4F19 background.