COLOR #224946

HEX: #224946
RGB: (34,73,70)

Color info

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

RGB color model

#224946 color RGB value is (34,73,70).

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

RGB channels and saturation

R 34 of 255 = 13%
G 73 of 255 = 29%
B 70 of 255 = 27%

34
73
70

R + G + B ~ 23%. #224946 is dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 73 + 70 = 177 (100%)
R 34 of 177 ~ 19.21%
G 73 of 177 ~ 41.24%
B 70 of 177 ~ 39.55%

%19.21
%41.24
%39.55

CMYK color model

#224946 color CMYK value is (53,0,4,71).

  • cyan value is 53.42%
  • magenta value is 0.00%
  • yellow value is 4.11%
  • key color value is 71.37%
CMYK:
(53,0,4,71)
C53M0Y4K71 
(53%,0%,4%,71%)
(0.53/0.00/0.04/0.71)	

CMYK percentages

%53.42
%0
%4.11
%71.37

Codes

Color #224946 in popluar color models

224946
RGB347370
HSL175°36.45%20.98%
HSB/HSV175°53.42%28.63%
CMYK53.42%0.00%4.11%
71.37%

Color #224946 in popluar number systems.

HEX224946
Decimal347370
Binary10001010010011000110
Octal42111106

Shades and tints

Shades of #224946

#224946
(34,73,70)
#1F4340
(31,67,64)
#1C3D3A
(28,61,58)
#193734
(25,55,52)
#16312E
(22,49,46)
#132B28
(19,43,40)
#102522
(16,37,34)
#0D1F1C
(13,31,28)
#0A1916
(10,25,22)
#071310
(7,19,16)
#040D0A
(4,13,10)
#000000
(0,0,0)

Tints of #224946

#224946
(34,73,70)
#365956
(54,89,86)
#4A6966
(74,105,102)
#5E7976
(94,121,118)
#728986
(114,137,134)
#869996
(134,153,150)
#9AA9A6
(154,169,166)
#AEB9B6
(174,185,182)
#C2C9C6
(194,201,198)
#D6D9D6
(214,217,214)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224946; }

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

This text font color is #224946.


Background Color

.myBgColor { background-color: #224946; }

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

This div background color is #224946.


Border color

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

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

This div border color is #224946.


Opacity

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

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

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

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

This text has shadow with #224946 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224946 on black background.


Color preview on white background

This text has color #224946 on white background.



Black color preview on #224946 background

This text has black color on #224946 background.


White color preview on #224946 background

This text has white color on #224946 background.