COLOR #224021

HEX: #224021
RGB: (34,64,33)

Color info

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

RGB color model

#224021 color RGB value is (34,64,33).

  • red value is 34;
  • green value is 64;
  • blue value is 33.
RGB:
(34,64,33)
(13%,25%,13%)

RGB channels and saturation

R 34 of 255 = 13%
G 64 of 255 = 25%
B 33 of 255 = 13%

34
64
33

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

Portions of RGB colors in percentages

R + G + B =
34 + 64 + 33 = 131 (100%)
R 34 of 131 ~ 25.95%
G 64 of 131 ~ 48.85%
B 33 of 131 ~ 25.19%

%25.95
%48.85
%25.19

CMYK color model

#224021 color CMYK value is (47,0,48,75).

  • cyan value is 46.88%
  • magenta value is 0.00%
  • yellow value is 48.44%
  • key color value is 74.90%
CMYK:
(47,0,48,75)
C47M0Y48K75 
(47%,0%,48%,75%)
(0.47/0.00/0.48/0.75)	

CMYK percentages

%46.88
%0
%48.44
%74.9

Codes

Color #224021 in popluar color models

224021
RGB346433
HSL118°31.96%19.02%
HSB/HSV118°48.44%25.10%
CMYK46.88%0.00%48.44%
74.90%

Color #224021 in popluar number systems.

HEX224021
Decimal346433
Binary1000101000000100001
Octal4210041

Shades and tints

Shades of #224021

#224021
(34,64,33)
#1F3B1E
(31,59,30)
#1C361B
(28,54,27)
#193118
(25,49,24)
#162C15
(22,44,21)
#132712
(19,39,18)
#10220F
(16,34,15)
#0D1D0C
(13,29,12)
#0A1809
(10,24,9)
#071306
(7,19,6)
#040E03
(4,14,3)
#000000
(0,0,0)

Tints of #224021

#224021
(34,64,33)
#365135
(54,81,53)
#4A6249
(74,98,73)
#5E735D
(94,115,93)
#728471
(114,132,113)
#869585
(134,149,133)
#9AA699
(154,166,153)
#AEB7AD
(174,183,173)
#C2C8C1
(194,200,193)
#D6D9D5
(214,217,213)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224021 color. Also use rgb(34,64,33) instead hex code.

Text Font Color

.myTextColor { color: #224021; }

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

This text font color is #224021.


Background Color

.myBgColor { background-color: #224021; }

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

This div background color is #224021.


Border color

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

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

This div border color is #224021.


Opacity

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

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

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

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

This text has shadow with #224021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224021 on black background.


Color preview on white background

This text has color #224021 on white background.



Black color preview on #224021 background

This text has black color on #224021 background.


White color preview on #224021 background

This text has white color on #224021 background.