COLOR #224701

HEX: #224701
RGB: (34,71,1)

Color info

#224701 contains mainly red and green colors. Web safe color of #224701 is #333300 (or #330).

RGB color model

#224701 color RGB value is (34,71,1).

  • red value is 34;
  • green value is 71;
  • blue value is 1.
RGB:
(34,71,1)
(13%,28%,0%)

RGB channels and saturation

R 34 of 255 = 13%
G 71 of 255 = 28%
B 1 of 255 = 0%

34
71
1

R + G + B ~ 14%. #224701 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 71 + 1 = 106 (100%)
R 34 of 106 ~ 32.08%
G 71 of 106 ~ 66.98%
B 1 of 106 ~ 0.94%

%32.08
%66.98

CMYK color model

#224701 color CMYK value is (52,0,99,72).

  • cyan value is 52.11%
  • magenta value is 0.00%
  • yellow value is 98.59%
  • key color value is 72.16%
CMYK:
(52,0,99,72)
C52M0Y99K72 
(52%,0%,99%,72%)
(0.52/0.00/0.99/0.72)	

CMYK percentages

%52.11
%0
%98.59
%72.16

Codes

Color #224701 in popluar color models

224701
RGB34711
HSL92°97.22%14.12%
HSB/HSV92°98.59%27.84%
CMYK52.11%0.00%98.59%
72.16%

Color #224701 in popluar number systems.

HEX224701
Decimal34711
Binary10001010001111
Octal421071

Shades and tints

Shades of #224701

#224701
(34,71,1)
#1F4101
(31,65,1)
#1C3B01
(28,59,1)
#193501
(25,53,1)
#162F01
(22,47,1)
#132901
(19,41,1)
#102301
(16,35,1)
#0D1D01
(13,29,1)
#0A1701
(10,23,1)
#071101
(7,17,1)
#040B01
(4,11,1)
#000000
(0,0,0)

Tints of #224701

#224701
(34,71,1)
#365718
(54,87,24)
#4A672F
(74,103,47)
#5E7746
(94,119,70)
#72875D
(114,135,93)
#869774
(134,151,116)
#9AA78B
(154,167,139)
#AEB7A2
(174,183,162)
#C2C7B9
(194,199,185)
#D6D7D0
(214,215,208)
#EAE7E7
(234,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224701; }

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

This text font color is #224701.


Background Color

.myBgColor { background-color: #224701; }

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

This div background color is #224701.


Border color

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

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

This div border color is #224701.


Opacity

.myOpacity80 { color: #224701; opacity: 0.8; }

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

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

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

This text has shadow with #224701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224701 on black background.


Color preview on white background

This text has color #224701 on white background.



Black color preview on #224701 background

This text has black color on #224701 background.


White color preview on #224701 background

This text has white color on #224701 background.