COLOR #1F4221

HEX: #1F4221
RGB: (31,66,33)

Color info

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

RGB color model

#1F4221 color RGB value is (31,66,33).

  • red value is 31;
  • green value is 66;
  • blue value is 33.
RGB:
(31,66,33)
(12%,26%,13%)

RGB channels and saturation

R 31 of 255 = 12%
G 66 of 255 = 26%
B 33 of 255 = 13%

31
66
33

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

Portions of RGB colors in percentages

R + G + B =
31 + 66 + 33 = 130 (100%)
R 31 of 130 ~ 23.85%
G 66 of 130 ~ 50.77%
B 33 of 130 ~ 25.38%

%23.85
%50.77
%25.38

CMYK color model

#1F4221 color CMYK value is (53,0,50,74).

  • cyan value is 53.03%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 74.12%
CMYK:
(53,0,50,74)
C53M0Y50K74 
(53%,0%,50%,74%)
(0.53/0.00/0.50/0.74)	

CMYK percentages

%53.03
%0
%50
%74.12

Codes

Color #1F4221 in popluar color models

1F4221
RGB316633
HSL123°36.08%19.02%
HSB/HSV123°53.03%25.88%
CMYK53.03%0.00%50.00%
74.12%

Color #1F4221 in popluar number systems.

HEX1F4221
Decimal316633
Binary111111000010100001
Octal3710241

Shades and tints

Shades of #1F4221

#1F4221
(31,66,33)
#1D3C1E
(29,60,30)
#1B361B
(27,54,27)
#193018
(25,48,24)
#172A15
(23,42,21)
#152412
(21,36,18)
#131E0F
(19,30,15)
#11180C
(17,24,12)
#0F1209
(15,18,9)
#0D0C06
(13,12,6)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #1F4221

#1F4221
(31,66,33)
#335335
(51,83,53)
#476449
(71,100,73)
#5B755D
(91,117,93)
#6F8671
(111,134,113)
#839785
(131,151,133)
#97A899
(151,168,153)
#ABB9AD
(171,185,173)
#BFCAC1
(191,202,193)
#D3DBD5
(211,219,213)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1F4221 color. Also use rgb(31,66,33) instead hex code.

Text Font Color

.myTextColor { color: #1F4221; }

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

This text font color is #1F4221.


Background Color

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

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

This div background color is #1F4221.


Border color

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

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

This div border color is #1F4221.


Opacity

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

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

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

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

This text has shadow with #1F4221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F4221 on black background.


Color preview on white background

This text has color #1F4221 on white background.



Black color preview on #1F4221 background

This text has black color on #1F4221 background.


White color preview on #1F4221 background

This text has white color on #1F4221 background.