COLOR #1F4C11

HEX: #1F4C11
RGB: (31,76,17)

Color info

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

RGB color model

#1F4C11 color RGB value is (31,76,17).

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

RGB channels and saturation

R 31 of 255 = 12%
G 76 of 255 = 30%
B 17 of 255 = 7%

31
76
17

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

Portions of RGB colors in percentages

R + G + B =
31 + 76 + 17 = 124 (100%)
R 31 of 124 ~ 25%
G 76 of 124 ~ 61.29%
B 17 of 124 ~ 13.71%

%25
%61.29
%13.71

CMYK color model

#1F4C11 color CMYK value is (59,0,78,70).

  • cyan value is 59.21%
  • magenta value is 0.00%
  • yellow value is 77.63%
  • key color value is 70.20%
CMYK:
(59,0,78,70)
C59M0Y78K70 
(59%,0%,78%,70%)
(0.59/0.00/0.78/0.70)	

CMYK percentages

%59.21
%0
%77.63
%70.2

Codes

Color #1F4C11 in popluar color models

1F4C11
RGB317617
HSL106°63.44%18.24%
HSB/HSV106°77.63%29.80%
CMYK59.21%0.00%77.63%
70.20%

Color #1F4C11 in popluar number systems.

HEX1F4C11
Decimal317617
Binary11111100110010001
Octal3711421

Shades and tints

Shades of #1F4C11

#1F4C11
(31,76,17)
#1D4610
(29,70,16)
#1B400F
(27,64,15)
#193A0E
(25,58,14)
#17340D
(23,52,13)
#152E0C
(21,46,12)
#13280B
(19,40,11)
#11220A
(17,34,10)
#0F1C09
(15,28,9)
#0D1608
(13,22,8)
#0B1007
(11,16,7)
#000000
(0,0,0)

Tints of #1F4C11

#1F4C11
(31,76,17)
#335C26
(51,92,38)
#476C3B
(71,108,59)
#5B7C50
(91,124,80)
#6F8C65
(111,140,101)
#839C7A
(131,156,122)
#97AC8F
(151,172,143)
#ABBCA4
(171,188,164)
#BFCCB9
(191,204,185)
#D3DCCE
(211,220,206)
#E7ECE3
(231,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4C11 color. Also use rgb(31,76,17) instead hex code.

Text Font Color

.myTextColor { color: #1F4C11; }

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

This text font color is #1F4C11.


Background Color

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

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

This div background color is #1F4C11.


Border color

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

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

This div border color is #1F4C11.


Opacity

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

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

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

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

This text has shadow with #1F4C11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4C11 on black background.


Color preview on white background

This text has color #1F4C11 on white background.



Black color preview on #1F4C11 background

This text has black color on #1F4C11 background.


White color preview on #1F4C11 background

This text has white color on #1F4C11 background.