COLOR #224956

HEX: #224956
RGB: (34,73,86)

Color info

#224956 contains red, green and blue colors in about the same proportion. Web safe color of #224956 is #333366 (or #336).

RGB color model

#224956 color RGB value is (34,73,86).

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

RGB channels and saturation

R 34 of 255 = 13%
G 73 of 255 = 29%
B 86 of 255 = 34%

34
73
86

R + G + B ~ 25%. #224956 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
34 + 73 + 86 = 193 (100%)
R 34 of 193 ~ 17.62%
G 73 of 193 ~ 37.82%
B 86 of 193 ~ 44.56%

%17.62
%37.82
%44.56

CMYK color model

#224956 color CMYK value is (60,15,0,66).

  • cyan value is 60.47%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(60,15,0,66)
C60M15Y0K66 
(60%,15%,0%,66%)
(0.60/0.15/0.00/0.66)	

CMYK percentages

%60.47
%15.12
%0
%66.27

Codes

Color #224956 in popluar color models

224956
RGB347386
HSL195°43.33%23.53%
HSB/HSV195°60.47%33.73%
CMYK60.47%15.12%0.00%
66.27%

Color #224956 in popluar number systems.

HEX224956
Decimal347386
Binary10001010010011010110
Octal42111126

Shades and tints

Shades of #224956

#224956
(34,73,86)
#1F434F
(31,67,79)
#1C3D48
(28,61,72)
#193741
(25,55,65)
#16313A
(22,49,58)
#132B33
(19,43,51)
#10252C
(16,37,44)
#0D1F25
(13,31,37)
#0A191E
(10,25,30)
#071317
(7,19,23)
#040D10
(4,13,16)
#000000
(0,0,0)

Tints of #224956

#224956
(34,73,86)
#365965
(54,89,101)
#4A6974
(74,105,116)
#5E7983
(94,121,131)
#728992
(114,137,146)
#8699A1
(134,153,161)
#9AA9B0
(154,169,176)
#AEB9BF
(174,185,191)
#C2C9CE
(194,201,206)
#D6D9DD
(214,217,221)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #224956; }

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

This text font color is #224956.


Background Color

.myBgColor { background-color: #224956; }

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

This div background color is #224956.


Border color

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

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

This div border color is #224956.


Opacity

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

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

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

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

This text has shadow with #224956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #224956 on black background.


Color preview on white background

This text has color #224956 on white background.



Black color preview on #224956 background

This text has black color on #224956 background.


White color preview on #224956 background

This text has white color on #224956 background.