COLOR #224F32

HEX: #224F32
RGB: (34,79,50)

Color info

#224F32 contains red, green and blue colors in about the same proportion. Web safe color of #224F32 is #336633 (or #363).

RGB color model

#224F32 color RGB value is (34,79,50).

  • red value is 34;
  • green value is 79;
  • blue value is 50.
RGB:
(34,79,50)
(13%,31%,20%)

RGB channels and saturation

R 34 of 255 = 13%
G 79 of 255 = 31%
B 50 of 255 = 20%

34
79
50

R + G + B ~ 21%. #224F32 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 79 + 50 = 163 (100%)
R 34 of 163 ~ 20.86%
G 79 of 163 ~ 48.47%
B 50 of 163 ~ 30.67%

%20.86
%48.47
%30.67

CMYK color model

#224F32 color CMYK value is (57,0,37,69).

  • cyan value is 56.96%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 69.02%
CMYK:
(57,0,37,69)
C57M0Y37K69 
(57%,0%,37%,69%)
(0.57/0.00/0.37/0.69)	

CMYK percentages

%56.96
%0
%36.71
%69.02

Codes

Color #224F32 in popluar color models

224F32
RGB347950
HSL141°39.82%22.16%
HSB/HSV141°56.96%30.98%
CMYK56.96%0.00%36.71%
69.02%

Color #224F32 in popluar number systems.

HEX224F32
Decimal347950
Binary1000101001111110010
Octal4211762

Shades and tints

Shades of #224F32

#224F32
(34,79,50)
#1F482E
(31,72,46)
#1C412A
(28,65,42)
#193A26
(25,58,38)
#163322
(22,51,34)
#132C1E
(19,44,30)
#10251A
(16,37,26)
#0D1E16
(13,30,22)
#0A1712
(10,23,18)
#07100E
(7,16,14)
#04090A
(4,9,10)
#000000
(0,0,0)

Tints of #224F32

#224F32
(34,79,50)
#365F44
(54,95,68)
#4A6F56
(74,111,86)
#5E7F68
(94,127,104)
#728F7A
(114,143,122)
#869F8C
(134,159,140)
#9AAF9E
(154,175,158)
#AEBFB0
(174,191,176)
#C2CFC2
(194,207,194)
#D6DFD4
(214,223,212)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224F32 color. Also use rgb(34,79,50) instead hex code.

Text Font Color

.myTextColor { color: #224F32; }

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

This text font color is #224F32.


Background Color

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

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

This div background color is #224F32.


Border color

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

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

This div border color is #224F32.


Opacity

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

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

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

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

This text has shadow with #224F32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224F32 on black background.


Color preview on white background

This text has color #224F32 on white background.



Black color preview on #224F32 background

This text has black color on #224F32 background.


White color preview on #224F32 background

This text has white color on #224F32 background.