COLOR #224624

HEX: #224624 RGB: (34,70,36)

Color info

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

RGB color model

#224624 color RGB value is (34,70,36).

RGB: (34,70,36) (13%, 27%, 14%)

RGB channels and saturation

R 34 of 255 = 13%
G 70 of 255 = 27%
B 36 of 255 = 14%

34
70
36

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

Portions of RGB colors in percentages

R + G + B = 34 + 70 + 36 = 140 (100%)
R 34 of 140 ~ 24.29%
G 70 of 140 ~ 50%
B 36 of 140 ~ 25.71'%

%24.29
%50
%25.71

CMYK color model

#224624 color CMYK value is (51,0,49,73).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 72.55%

CMYK: (51,0,49,73)
C51M0Y49K73 (51%, 0%, 49%, 73%)
(0.51 / 0.00 / 0.49 / 0.73)

CMYK percentages

%51.43
%0
%48.57
%72.55

Codes

Color #224624 in popluar color models

22 46 24
RGB 34 70 36
HSL 123° 34.62% 20.39%
HSB/HSV 123° 51.43% 27.45%
CMYK 51.43% 0.00% 48.57%
72.55%

Color #224624 in popluar number systems.

HEX 22 46 24
Decimal 34 70 36
Binary 100010 1000110 100100
Octal 42 106 44

Shades and tints

Shades of #224624

#224624
(34,70,36)
#1F4021
(31,64,33)
#1C3A1E
(28,58,30)
#19341B
(25,52,27)
#162E18
(22,46,24)
#132815
(19,40,21)
#102212
(16,34,18)
#0D1C0F
(13,28,15)
#0A160C
(10,22,12)
#071009
(7,16,9)
#040A06
(4,10,6)
#000000
(0,0,0)

Tints of #224624

#224624
(34,70,36)
#365637
(54,86,55)
#4A664A
(74,102,74)
#5E765D
(94,118,93)
#728670
(114,134,112)
#869683
(134,150,131)
#9AA696
(154,166,150)
#AEB6A9
(174,182,169)
#C2C6BC
(194,198,188)
#D6D6CF
(214,214,207)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224624 color. Also use rgb(34,70,36) instead hex code.

Text Font Color

.myTextColor { color: #224624; }

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

This text font color is #224624.

Background Color

.myBgColor { background-color: #224624; }

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

This div background color is #224624.

Border color

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

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

This div border color is #224624.

Opacity

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

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

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

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

This text has shadow with #224624 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224624.

Preview

Color preview on black background

This text has color #224624 on black background.


Color preview on white background

This text has color #224624 on white background.


Black color preview on #224624 background

This text has black color on #224624 background.


White color preview on #224624 background

This text has white color on #224624 background.


Related colors

Complementary color

Complementary color for #hex is #DDB9DB.


I love getcolorcode.com

Triadic colors

1 #242246 and #462422 with #224624 are triadic colors.

2 #244622 and #462224 with #224624 are triadic colors.