COLOR #1F7419

HEX: #1F7419
RGB: (31,116,25)

Color info

#1F7419 contains mainly green color. Web safe color of #1F7419 is #336600 (or #360).

RGB color model

#1F7419 color RGB value is (31,116,25).

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

RGB channels and saturation

R 31 of 255 = 12%
G 116 of 255 = 45%
B 25 of 255 = 10%

31
116
25

R + G + B ~ 22%. #1F7419 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 116 + 25 = 172 (100%)
R 31 of 172 ~ 18.02%
G 116 of 172 ~ 67.44%
B 25 of 172 ~ 14.53%

%18.02
%67.44
%14.53

CMYK color model

#1F7419 color CMYK value is (73,0,78,55).

  • cyan value is 73.28%
  • magenta value is 0.00%
  • yellow value is 78.45%
  • key color value is 54.51%
CMYK:
(73,0,78,55)
C73M0Y78K55 
(73%,0%,78%,55%)
(0.73/0.00/0.78/0.55)	

CMYK percentages

%73.28
%0
%78.45
%54.51

Codes

Color #1F7419 in popluar color models

1F7419
RGB3111625
HSL116°64.54%27.65%
HSB/HSV116°78.45%45.49%
CMYK73.28%0.00%78.45%
54.51%

Color #1F7419 in popluar number systems.

HEX1F7419
Decimal3111625
Binary11111111010011001
Octal3716431

Shades and tints

Shades of #1F7419

#1F7419
(31,116,25)
#1D6A17
(29,106,23)
#1B6015
(27,96,21)
#195613
(25,86,19)
#174C11
(23,76,17)
#15420F
(21,66,15)
#13380D
(19,56,13)
#112E0B
(17,46,11)
#0F2409
(15,36,9)
#0D1A07
(13,26,7)
#0B1005
(11,16,5)
#000000
(0,0,0)

Tints of #1F7419

#1F7419
(31,116,25)
#33802D
(51,128,45)
#478C41
(71,140,65)
#5B9855
(91,152,85)
#6FA469
(111,164,105)
#83B07D
(131,176,125)
#97BC91
(151,188,145)
#ABC8A5
(171,200,165)
#BFD4B9
(191,212,185)
#D3E0CD
(211,224,205)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F7419; }

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

This text font color is #1F7419.


Background Color

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

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

This div background color is #1F7419.


Border color

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

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

This div border color is #1F7419.


Opacity

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

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

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

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

This text has shadow with #1F7419 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F7419 on black background.


Color preview on white background

This text has color #1F7419 on white background.



Black color preview on #1F7419 background

This text has black color on #1F7419 background.


White color preview on #1F7419 background

This text has white color on #1F7419 background.