COLOR #244F49

HEX: #244F49
RGB: (36,79,73)

Color info

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

RGB color model

#244F49 color RGB value is (36,79,73).

  • red value is 36;
  • green value is 79;
  • blue value is 73.
RGB:
(36,79,73)
(14%,31%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 79 of 255 = 31%
B 73 of 255 = 29%

36
79
73

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

Portions of RGB colors in percentages

R + G + B =
36 + 79 + 73 = 188 (100%)
R 36 of 188 ~ 19.15%
G 79 of 188 ~ 42.02%
B 73 of 188 ~ 38.83%

%19.15
%42.02
%38.83

CMYK color model

#244F49 color CMYK value is (54,0,8,69).

  • cyan value is 54.43%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 69.02%
CMYK:
(54,0,8,69)
C54M0Y8K69 
(54%,0%,8%,69%)
(0.54/0.00/0.08/0.69)	

CMYK percentages

%54.43
%0
%7.59
%69.02

Codes

Color #244F49 in popluar color models

244F49
RGB367973
HSL172°37.39%22.55%
HSB/HSV172°54.43%30.98%
CMYK54.43%0.00%7.59%
69.02%

Color #244F49 in popluar number systems.

HEX244F49
Decimal367973
Binary10010010011111001001
Octal44117111

Shades and tints

Shades of #244F49

#244F49
(36,79,73)
#214843
(33,72,67)
#1E413D
(30,65,61)
#1B3A37
(27,58,55)
#183331
(24,51,49)
#152C2B
(21,44,43)
#122525
(18,37,37)
#0F1E1F
(15,30,31)
#0C1719
(12,23,25)
#091013
(9,16,19)
#06090D
(6,9,13)
#000000
(0,0,0)

Tints of #244F49

#244F49
(36,79,73)
#375F59
(55,95,89)
#4A6F69
(74,111,105)
#5D7F79
(93,127,121)
#708F89
(112,143,137)
#839F99
(131,159,153)
#96AFA9
(150,175,169)
#A9BFB9
(169,191,185)
#BCCFC9
(188,207,201)
#CFDFD9
(207,223,217)
#E2EFE9
(226,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244F49 color. Also use rgb(36,79,73) instead hex code.

Text Font Color

.myTextColor { color: #244F49; }

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

This text font color is #244F49.


Background Color

.myBgColor { background-color: #244F49; }

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

This div background color is #244F49.


Border color

.myBorderColor { border: 1px solid #244F49; }

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

This div border color is #244F49.


Opacity

.myOpacity80 { color: #244F49; opacity: 0.8; }

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

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

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

This text has shadow with #244F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244F49 on black background.


Color preview on white background

This text has color #244F49 on white background.



Black color preview on #244F49 background

This text has black color on #244F49 background.


White color preview on #244F49 background

This text has white color on #244F49 background.