COLOR #224631

HEX: #224631
RGB: (34,70,49)

Color info

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

RGB color model

#224631 color RGB value is (34,70,49).

  • red value is 34;
  • green value is 70;
  • blue value is 49.
RGB:
(34,70,49)
(13%,27%,19%)

RGB channels and saturation

R 34 of 255 = 13%
G 70 of 255 = 27%
B 49 of 255 = 19%

34
70
49

R + G + B ~ 20%. #224631 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 70 + 49 = 153 (100%)
R 34 of 153 ~ 22.22%
G 70 of 153 ~ 45.75%
B 49 of 153 ~ 32.03%

%22.22
%45.75
%32.03

CMYK color model

#224631 color CMYK value is (51,0,30,73).

  • cyan value is 51.43%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 72.55%
CMYK:
(51,0,30,73)
C51M0Y30K73 
(51%,0%,30%,73%)
(0.51/0.00/0.30/0.73)	

CMYK percentages

%51.43
%0
%30
%72.55

Codes

Color #224631 in popluar color models

224631
RGB347049
HSL145°34.62%20.39%
HSB/HSV145°51.43%27.45%
CMYK51.43%0.00%30.00%
72.55%

Color #224631 in popluar number systems.

HEX224631
Decimal347049
Binary1000101000110110001
Octal4210661

Shades and tints

Shades of #224631

#224631
(34,70,49)
#1F402D
(31,64,45)
#1C3A29
(28,58,41)
#193425
(25,52,37)
#162E21
(22,46,33)
#13281D
(19,40,29)
#102219
(16,34,25)
#0D1C15
(13,28,21)
#0A1611
(10,22,17)
#07100D
(7,16,13)
#040A09
(4,10,9)
#000000
(0,0,0)

Tints of #224631

#224631
(34,70,49)
#365643
(54,86,67)
#4A6655
(74,102,85)
#5E7667
(94,118,103)
#728679
(114,134,121)
#86968B
(134,150,139)
#9AA69D
(154,166,157)
#AEB6AF
(174,182,175)
#C2C6C1
(194,198,193)
#D6D6D3
(214,214,211)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224631; }

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

This text font color is #224631.


Background Color

.myBgColor { background-color: #224631; }

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

This div background color is #224631.


Border color

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

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

This div border color is #224631.


Opacity

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

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

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

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

This text has shadow with #224631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224631 on black background.


Color preview on white background

This text has color #224631 on white background.



Black color preview on #224631 background

This text has black color on #224631 background.


White color preview on #224631 background

This text has white color on #224631 background.