COLOR #1F4727

HEX: #1F4727
RGB: (31,71,39)

Color info

#1F4727 contains red, green and blue colors in about the same proportion. Web safe color of #1F4727 is #333333 (or #333).

RGB color model

#1F4727 color RGB value is (31,71,39).

  • red value is 31;
  • green value is 71;
  • blue value is 39.
RGB:
(31,71,39)
(12%,28%,15%)

RGB channels and saturation

R 31 of 255 = 12%
G 71 of 255 = 28%
B 39 of 255 = 15%

31
71
39

R + G + B ~ 18%. #1F4727 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 71 + 39 = 141 (100%)
R 31 of 141 ~ 21.99%
G 71 of 141 ~ 50.35%
B 39 of 141 ~ 27.66%

%21.99
%50.35
%27.66

CMYK color model

#1F4727 color CMYK value is (56,0,45,72).

  • cyan value is 56.34%
  • magenta value is 0.00%
  • yellow value is 45.07%
  • key color value is 72.16%
CMYK:
(56,0,45,72)
C56M0Y45K72 
(56%,0%,45%,72%)
(0.56/0.00/0.45/0.72)	

CMYK percentages

%56.34
%0
%45.07
%72.16

Codes

Color #1F4727 in popluar color models

1F4727
RGB317139
HSL132°39.22%20.00%
HSB/HSV132°56.34%27.84%
CMYK56.34%0.00%45.07%
72.16%

Color #1F4727 in popluar number systems.

HEX1F4727
Decimal317139
Binary111111000111100111
Octal3710747

Shades and tints

Shades of #1F4727

#1F4727
(31,71,39)
#1D4124
(29,65,36)
#1B3B21
(27,59,33)
#19351E
(25,53,30)
#172F1B
(23,47,27)
#152918
(21,41,24)
#132315
(19,35,21)
#111D12
(17,29,18)
#0F170F
(15,23,15)
#0D110C
(13,17,12)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #1F4727

#1F4727
(31,71,39)
#33573A
(51,87,58)
#47674D
(71,103,77)
#5B7760
(91,119,96)
#6F8773
(111,135,115)
#839786
(131,151,134)
#97A799
(151,167,153)
#ABB7AC
(171,183,172)
#BFC7BF
(191,199,191)
#D3D7D2
(211,215,210)
#E7E7E5
(231,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4727 color. Also use rgb(31,71,39) instead hex code.

Text Font Color

.myTextColor { color: #1F4727; }

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

This text font color is #1F4727.


Background Color

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

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

This div background color is #1F4727.


Border color

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

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

This div border color is #1F4727.


Opacity

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

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

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

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

This text has shadow with #1F4727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4727 on black background.


Color preview on white background

This text has color #1F4727 on white background.



Black color preview on #1F4727 background

This text has black color on #1F4727 background.


White color preview on #1F4727 background

This text has white color on #1F4727 background.