COLOR #1F4D07

HEX: #1F4D07
RGB: (31,77,7)

Color info

#1F4D07 contains mainly red and green colors. Web safe color of #1F4D07 is #333300 (or #330).

RGB color model

#1F4D07 color RGB value is (31,77,7).

  • red value is 31;
  • green value is 77;
  • blue value is 7.
RGB:
(31,77,7)
(12%,30%,3%)

RGB channels and saturation

R 31 of 255 = 12%
G 77 of 255 = 30%
B 7 of 255 = 3%

31
77
7

R + G + B ~ 15%. #1F4D07 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 77 + 7 = 115 (100%)
R 31 of 115 ~ 26.96%
G 77 of 115 ~ 66.96%
B 7 of 115 ~ 6.09%

%26.96
%66.96

CMYK color model

#1F4D07 color CMYK value is (60,0,91,70).

  • cyan value is 59.74%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 69.80%
CMYK:
(60,0,91,70)
C60M0Y91K70 
(60%,0%,91%,70%)
(0.60/0.00/0.91/0.70)	

CMYK percentages

%59.74
%0
%90.91
%69.8

Codes

Color #1F4D07 in popluar color models

1F4D07
RGB31777
HSL99°83.33%16.47%
HSB/HSV99°90.91%30.20%
CMYK59.74%0.00%90.91%
69.80%

Color #1F4D07 in popluar number systems.

HEX1F4D07
Decimal31777
Binary111111001101111
Octal371157

Shades and tints

Shades of #1F4D07

#1F4D07
(31,77,7)
#1D4607
(29,70,7)
#1B3F07
(27,63,7)
#193807
(25,56,7)
#173107
(23,49,7)
#152A07
(21,42,7)
#132307
(19,35,7)
#111C07
(17,28,7)
#0F1507
(15,21,7)
#0D0E07
(13,14,7)
#0B0707
(11,7,7)
#000000
(0,0,0)

Tints of #1F4D07

#1F4D07
(31,77,7)
#335D1D
(51,93,29)
#476D33
(71,109,51)
#5B7D49
(91,125,73)
#6F8D5F
(111,141,95)
#839D75
(131,157,117)
#97AD8B
(151,173,139)
#ABBDA1
(171,189,161)
#BFCDB7
(191,205,183)
#D3DDCD
(211,221,205)
#E7EDE3
(231,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4D07 color. Also use rgb(31,77,7) instead hex code.

Text Font Color

.myTextColor { color: #1F4D07; }

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

This text font color is #1F4D07.


Background Color

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

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

This div background color is #1F4D07.


Border color

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

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

This div border color is #1F4D07.


Opacity

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

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

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

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

This text has shadow with #1F4D07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4D07 on black background.


Color preview on white background

This text has color #1F4D07 on white background.



Black color preview on #1F4D07 background

This text has black color on #1F4D07 background.


White color preview on #1F4D07 background

This text has white color on #1F4D07 background.