COLOR #224735

HEX: #224735
RGB: (34,71,53)

Color info

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

RGB color model

#224735 color RGB value is (34,71,53).

  • red value is 34;
  • green value is 71;
  • blue value is 53.
RGB:
(34,71,53)
(13%,28%,21%)

RGB channels and saturation

R 34 of 255 = 13%
G 71 of 255 = 28%
B 53 of 255 = 21%

34
71
53

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

Portions of RGB colors in percentages

R + G + B =
34 + 71 + 53 = 158 (100%)
R 34 of 158 ~ 21.52%
G 71 of 158 ~ 44.94%
B 53 of 158 ~ 33.54%

%21.52
%44.94
%33.54

CMYK color model

#224735 color CMYK value is (52,0,25,72).

  • cyan value is 52.11%
  • magenta value is 0.00%
  • yellow value is 25.35%
  • key color value is 72.16%
CMYK:
(52,0,25,72)
C52M0Y25K72 
(52%,0%,25%,72%)
(0.52/0.00/0.25/0.72)	

CMYK percentages

%52.11
%0
%25.35
%72.16

Codes

Color #224735 in popluar color models

224735
RGB347153
HSL151°35.24%20.59%
HSB/HSV151°52.11%27.84%
CMYK52.11%0.00%25.35%
72.16%

Color #224735 in popluar number systems.

HEX224735
Decimal347153
Binary1000101000111110101
Octal4210765

Shades and tints

Shades of #224735

#224735
(34,71,53)
#1F4131
(31,65,49)
#1C3B2D
(28,59,45)
#193529
(25,53,41)
#162F25
(22,47,37)
#132921
(19,41,33)
#10231D
(16,35,29)
#0D1D19
(13,29,25)
#0A1715
(10,23,21)
#071111
(7,17,17)
#040B0D
(4,11,13)
#000000
(0,0,0)

Tints of #224735

#224735
(34,71,53)
#365747
(54,87,71)
#4A6759
(74,103,89)
#5E776B
(94,119,107)
#72877D
(114,135,125)
#86978F
(134,151,143)
#9AA7A1
(154,167,161)
#AEB7B3
(174,183,179)
#C2C7C5
(194,199,197)
#D6D7D7
(214,215,215)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #224735 color. Also use rgb(34,71,53) instead hex code.

Text Font Color

.myTextColor { color: #224735; }

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

This text font color is #224735.


Background Color

.myBgColor { background-color: #224735; }

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

This div background color is #224735.


Border color

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

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

This div border color is #224735.


Opacity

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

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

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

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

This text has shadow with #224735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224735 on black background.


Color preview on white background

This text has color #224735 on white background.



Black color preview on #224735 background

This text has black color on #224735 background.


White color preview on #224735 background

This text has white color on #224735 background.