COLOR #1F4E09

HEX: #1F4E09
RGB: (31,78,9)

Color info

#1F4E09 contains mainly red and green colors. Web safe color of #1F4E09 is #336600 (or #360).

RGB color model

#1F4E09 color RGB value is (31,78,9).

  • red value is 31;
  • green value is 78;
  • blue value is 9.
RGB:
(31,78,9)
(12%,31%,4%)

RGB channels and saturation

R 31 of 255 = 12%
G 78 of 255 = 31%
B 9 of 255 = 4%

31
78
9

R + G + B ~ 16%. #1F4E09 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 78 + 9 = 118 (100%)
R 31 of 118 ~ 26.27%
G 78 of 118 ~ 66.1%
B 9 of 118 ~ 7.63%

%26.27
%66.1

CMYK color model

#1F4E09 color CMYK value is (60,0,88,69).

  • cyan value is 60.26%
  • magenta value is 0.00%
  • yellow value is 88.46%
  • key color value is 69.41%
CMYK:
(60,0,88,69)
C60M0Y88K69 
(60%,0%,88%,69%)
(0.60/0.00/0.88/0.69)	

CMYK percentages

%60.26
%0
%88.46
%69.41

Codes

Color #1F4E09 in popluar color models

1F4E09
RGB31789
HSL101°79.31%17.06%
HSB/HSV101°88.46%30.59%
CMYK60.26%0.00%88.46%
69.41%

Color #1F4E09 in popluar number systems.

HEX1F4E09
Decimal31789
Binary1111110011101001
Octal3711611

Shades and tints

Shades of #1F4E09

#1F4E09
(31,78,9)
#1D4709
(29,71,9)
#1B4009
(27,64,9)
#193909
(25,57,9)
#173209
(23,50,9)
#152B09
(21,43,9)
#132409
(19,36,9)
#111D09
(17,29,9)
#0F1609
(15,22,9)
#0D0F09
(13,15,9)
#0B0809
(11,8,9)
#000000
(0,0,0)

Tints of #1F4E09

#1F4E09
(31,78,9)
#335E1F
(51,94,31)
#476E35
(71,110,53)
#5B7E4B
(91,126,75)
#6F8E61
(111,142,97)
#839E77
(131,158,119)
#97AE8D
(151,174,141)
#ABBEA3
(171,190,163)
#BFCEB9
(191,206,185)
#D3DECF
(211,222,207)
#E7EEE5
(231,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4E09 color. Also use rgb(31,78,9) instead hex code.

Text Font Color

.myTextColor { color: #1F4E09; }

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

This text font color is #1F4E09.


Background Color

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

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

This div background color is #1F4E09.


Border color

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

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

This div border color is #1F4E09.


Opacity

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

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

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

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

This text has shadow with #1F4E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4E09 on black background.


Color preview on white background

This text has color #1F4E09 on white background.



Black color preview on #1F4E09 background

This text has black color on #1F4E09 background.


White color preview on #1F4E09 background

This text has white color on #1F4E09 background.