COLOR #224D13

HEX: #224D13
RGB: (34,77,19)

Color info

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

RGB color model

#224D13 color RGB value is (34,77,19).

  • red value is 34;
  • green value is 77;
  • blue value is 19.
RGB:
(34,77,19)
(13%,30%,7%)

RGB channels and saturation

R 34 of 255 = 13%
G 77 of 255 = 30%
B 19 of 255 = 7%

34
77
19

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

Portions of RGB colors in percentages

R + G + B =
34 + 77 + 19 = 130 (100%)
R 34 of 130 ~ 26.15%
G 77 of 130 ~ 59.23%
B 19 of 130 ~ 14.62%

%26.15
%59.23
%14.62

CMYK color model

#224D13 color CMYK value is (56,0,75,70).

  • cyan value is 55.84%
  • magenta value is 0.00%
  • yellow value is 75.32%
  • key color value is 69.80%
CMYK:
(56,0,75,70)
C56M0Y75K70 
(56%,0%,75%,70%)
(0.56/0.00/0.75/0.70)	

CMYK percentages

%55.84
%0
%75.32
%69.8

Codes

Color #224D13 in popluar color models

224D13
RGB347719
HSL104°60.42%18.82%
HSB/HSV104°75.32%30.20%
CMYK55.84%0.00%75.32%
69.80%

Color #224D13 in popluar number systems.

HEX224D13
Decimal347719
Binary100010100110110011
Octal4211523

Shades and tints

Shades of #224D13

#224D13
(34,77,19)
#1F4612
(31,70,18)
#1C3F11
(28,63,17)
#193810
(25,56,16)
#16310F
(22,49,15)
#132A0E
(19,42,14)
#10230D
(16,35,13)
#0D1C0C
(13,28,12)
#0A150B
(10,21,11)
#070E0A
(7,14,10)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #224D13

#224D13
(34,77,19)
#365D28
(54,93,40)
#4A6D3D
(74,109,61)
#5E7D52
(94,125,82)
#728D67
(114,141,103)
#869D7C
(134,157,124)
#9AAD91
(154,173,145)
#AEBDA6
(174,189,166)
#C2CDBB
(194,205,187)
#D6DDD0
(214,221,208)
#EAEDE5
(234,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224D13 color. Also use rgb(34,77,19) instead hex code.

Text Font Color

.myTextColor { color: #224D13; }

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

This text font color is #224D13.


Background Color

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

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

This div background color is #224D13.


Border color

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

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

This div border color is #224D13.


Opacity

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

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

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

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

This text has shadow with #224D13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224D13 on black background.


Color preview on white background

This text has color #224D13 on white background.



Black color preview on #224D13 background

This text has black color on #224D13 background.


White color preview on #224D13 background

This text has white color on #224D13 background.