COLOR #224C19

HEX: #224C19 RGB: (34,76,25)

Color info

#224C19 contains red, green and blue colors in about the same proportion. Web safe color of #224C19 is #333300 (or #330).

RGB color model

#224C19 color RGB value is (34,76,25).

RGB: (34,76,25) (13%, 30%, 10%)

RGB channels and saturation

R 34 of 255 = 13%
G 76 of 255 = 30%
B 25 of 255 = 10%

34
76
25

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

Portions of RGB colors in percentages

R + G + B = 34 + 76 + 25 = 135 (100%)
R 34 of 135 ~ 25.19%
G 76 of 135 ~ 56.3%
B 25 of 135 ~ 18.52'%

%25.19
%56.3
%18.52

CMYK color model

#224C19 color CMYK value is (55,0,67,70).

  • cyan value is 55.26%
  • magenta value is 0.00%
  • yellow value is 67.11%
  • key color value is 70.20%
CMYK: (55,0,67,70) C55M0Y67K70 (55%,0%,67%,70%) (0.55/0.00/0.67/0.70) 

CMYK percentages

%55.26
%0
%67.11
%70.2

Codes

Color #224C19 in popluar color models

22 4C 19
RGB 34 76 25
HSL 109° 50.50% 19.80%
HSB/HSV 109° 67.11% 29.80%
CMYK 55.26% 0.00% 67.11%
70.20%

Color #224C19 in popluar number systems.

HEX 22 4C 19
Decimal 34 76 25
Binary 100010 1001100 11001
Octal 42 114 31

Shades and tints

Shades of #224C19

#224C19
(34,76,25)
#1F4617
(31,70,23)
#1C4015
(28,64,21)
#193A13
(25,58,19)
#163411
(22,52,17)
#132E0F
(19,46,15)
#10280D
(16,40,13)
#0D220B
(13,34,11)
#0A1C09
(10,28,9)
#071607
(7,22,7)
#041005
(4,16,5)
#000000
(0,0,0)

Tints of #224C19

#224C19
(34,76,25)
#365C2D
(54,92,45)
#4A6C41
(74,108,65)
#5E7C55
(94,124,85)
#728C69
(114,140,105)
#869C7D
(134,156,125)
#9AAC91
(154,172,145)
#AEBCA5
(174,188,165)
#C2CCB9
(194,204,185)
#D6DCCD
(214,220,205)
#EAECE1
(234,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224C19 color. Also use rgb(34,76,25) instead hex code.

Text Font Color

.myTextColor { color: #224C19; }

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

This text font color is #224C19.

Background Color

.myBgColor { background-color: #224C19; }

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

This div background color is #224C19.

Border color

.myBorderColor { border: 1px solid #224C19; }

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

This div border color is #224C19.

Opacity

.myOpacity80 { color: #224C19; opacity: 0.8; }

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

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

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

This text has shadow with #224C19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #224C19.

Preview

Color preview on black background

This text has color #224C19 on black background.


Color preview on white background

This text has color #224C19 on white background.


Black color preview on #224C19 background

This text has black color on #224C19 background.


White color preview on #224C19 background

This text has white color on #224C19 background.


Related colors

Complementary color

Complementary color for #hex is #DDB3E6.


I love getcolorcode.com

Triadic colors

1 #19224C and #4C1922 with #224C19 are triadic colors.

2 #194C22 and #4C2219 with #224C19 are triadic colors.