COLOR #1F4918

HEX: #1F4918
RGB: (31,73,24)

Color info

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

RGB color model

#1F4918 color RGB value is (31,73,24).

  • red value is 31;
  • green value is 73;
  • blue value is 24.
RGB:
(31,73,24)
(12%,29%,9%)

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 24 of 255 = 9%

31
73
24

R + G + B ~ 17%. #1F4918 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 73 + 24 = 128 (100%)
R 31 of 128 ~ 24.22%
G 73 of 128 ~ 57.03%
B 24 of 128 ~ 18.75%

%24.22
%57.03
%18.75

CMYK color model

#1F4918 color CMYK value is (58,0,67,71).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 67.12%
  • key color value is 71.37%
CMYK:
(58,0,67,71)
C58M0Y67K71 
(58%,0%,67%,71%)
(0.58/0.00/0.67/0.71)	

CMYK percentages

%57.53
%0
%67.12
%71.37

Codes

Color #1F4918 in popluar color models

1F4918
RGB317324
HSL111°50.52%19.02%
HSB/HSV111°67.12%28.63%
CMYK57.53%0.00%67.12%
71.37%

Color #1F4918 in popluar number systems.

HEX1F4918
Decimal317324
Binary11111100100111000
Octal3711130

Shades and tints

Shades of #1F4918

#1F4918
(31,73,24)
#1D4316
(29,67,22)
#1B3D14
(27,61,20)
#193712
(25,55,18)
#173110
(23,49,16)
#152B0E
(21,43,14)
#13250C
(19,37,12)
#111F0A
(17,31,10)
#0F1908
(15,25,8)
#0D1306
(13,19,6)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #1F4918

#1F4918
(31,73,24)
#33592D
(51,89,45)
#476942
(71,105,66)
#5B7957
(91,121,87)
#6F896C
(111,137,108)
#839981
(131,153,129)
#97A996
(151,169,150)
#ABB9AB
(171,185,171)
#BFC9C0
(191,201,192)
#D3D9D5
(211,217,213)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4918 color. Also use rgb(31,73,24) instead hex code.

Text Font Color

.myTextColor { color: #1F4918; }

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

This text font color is #1F4918.


Background Color

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

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

This div background color is #1F4918.


Border color

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

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

This div border color is #1F4918.


Opacity

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

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

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

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

This text has shadow with #1F4918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4918 on black background.


Color preview on white background

This text has color #1F4918 on white background.



Black color preview on #1F4918 background

This text has black color on #1F4918 background.


White color preview on #1F4918 background

This text has white color on #1F4918 background.