COLOR #1F490F

HEX: #1F490F
RGB: (31,73,15)

Color info

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

RGB color model

#1F490F color RGB value is (31,73,15).

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

RGB channels and saturation

R 31 of 255 = 12%
G 73 of 255 = 29%
B 15 of 255 = 6%

31
73
15

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

Portions of RGB colors in percentages

R + G + B =
31 + 73 + 15 = 119 (100%)
R 31 of 119 ~ 26.05%
G 73 of 119 ~ 61.34%
B 15 of 119 ~ 12.61%

%26.05
%61.34
%12.61

CMYK color model

#1F490F color CMYK value is (58,0,79,71).

  • cyan value is 57.53%
  • magenta value is 0.00%
  • yellow value is 79.45%
  • key color value is 71.37%
CMYK:
(58,0,79,71)
C58M0Y79K71 
(58%,0%,79%,71%)
(0.58/0.00/0.79/0.71)	

CMYK percentages

%57.53
%0
%79.45
%71.37

Codes

Color #1F490F in popluar color models

1F490F
RGB317315
HSL103°65.91%17.25%
HSB/HSV103°79.45%28.63%
CMYK57.53%0.00%79.45%
71.37%

Color #1F490F in popluar number systems.

HEX1F490F
Decimal317315
Binary1111110010011111
Octal3711117

Shades and tints

Shades of #1F490F

#1F490F
(31,73,15)
#1D430E
(29,67,14)
#1B3D0D
(27,61,13)
#19370C
(25,55,12)
#17310B
(23,49,11)
#152B0A
(21,43,10)
#132509
(19,37,9)
#111F08
(17,31,8)
#0F1907
(15,25,7)
#0D1306
(13,19,6)
#0B0D05
(11,13,5)
#000000
(0,0,0)

Tints of #1F490F

#1F490F
(31,73,15)
#335924
(51,89,36)
#476939
(71,105,57)
#5B794E
(91,121,78)
#6F8963
(111,137,99)
#839978
(131,153,120)
#97A98D
(151,169,141)
#ABB9A2
(171,185,162)
#BFC9B7
(191,201,183)
#D3D9CC
(211,217,204)
#E7E9E1
(231,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F490F; }

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

This text font color is #1F490F.


Background Color

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

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

This div background color is #1F490F.


Border color

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

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

This div border color is #1F490F.


Opacity

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

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

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

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

This text has shadow with #1F490F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F490F on black background.


Color preview on white background

This text has color #1F490F on white background.



Black color preview on #1F490F background

This text has black color on #1F490F background.


White color preview on #1F490F background

This text has white color on #1F490F background.