COLOR #1F6221

HEX: #1F6221
RGB: (31,98,33)

Color info

#1F6221 contains mainly green color. Web safe color of #1F6221 is #336633 (or #363).

RGB color model

#1F6221 color RGB value is (31,98,33).

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

RGB channels and saturation

R 31 of 255 = 12%
G 98 of 255 = 38%
B 33 of 255 = 13%

31
98
33

R + G + B ~ 21%. #1F6221 is dark color.

Portions of RGB colors in percentages

R + G + B =
31 + 98 + 33 = 162 (100%)
R 31 of 162 ~ 19.14%
G 98 of 162 ~ 60.49%
B 33 of 162 ~ 20.37%

%19.14
%60.49
%20.37

CMYK color model

#1F6221 color CMYK value is (68,0,66,62).

  • cyan value is 68.37%
  • magenta value is 0.00%
  • yellow value is 66.33%
  • key color value is 61.57%
CMYK:
(68,0,66,62)
C68M0Y66K62 
(68%,0%,66%,62%)
(0.68/0.00/0.66/0.62)	

CMYK percentages

%68.37
%0
%66.33
%61.57

Codes

Color #1F6221 in popluar color models

1F6221
RGB319833
HSL122°51.94%25.29%
HSB/HSV122°68.37%38.43%
CMYK68.37%0.00%66.33%
61.57%

Color #1F6221 in popluar number systems.

HEX1F6221
Decimal319833
Binary111111100010100001
Octal3714241

Shades and tints

Shades of #1F6221

#1F6221
(31,98,33)
#1D5A1E
(29,90,30)
#1B521B
(27,82,27)
#194A18
(25,74,24)
#174215
(23,66,21)
#153A12
(21,58,18)
#13320F
(19,50,15)
#112A0C
(17,42,12)
#0F2209
(15,34,9)
#0D1A06
(13,26,6)
#0B1203
(11,18,3)
#000000
(0,0,0)

Tints of #1F6221

#1F6221
(31,98,33)
#337035
(51,112,53)
#477E49
(71,126,73)
#5B8C5D
(91,140,93)
#6F9A71
(111,154,113)
#83A885
(131,168,133)
#97B699
(151,182,153)
#ABC4AD
(171,196,173)
#BFD2C1
(191,210,193)
#D3E0D5
(211,224,213)
#E7EEE9
(231,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1F6221; }

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

This text font color is #1F6221.


Background Color

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

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

This div background color is #1F6221.


Border color

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

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

This div border color is #1F6221.


Opacity

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

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

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

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

This text has shadow with #1F6221 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1F6221 on black background.


Color preview on white background

This text has color #1F6221 on white background.



Black color preview on #1F6221 background

This text has black color on #1F6221 background.


White color preview on #1F6221 background

This text has white color on #1F6221 background.