COLOR #244949

HEX: #244949
RGB: (36,73,73)

Color info

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

RGB color model

#244949 color RGB value is (36,73,73).

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

RGB channels and saturation

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

36
73
73

R + G + B ~ 24%. #244949 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 73 + 73 = 182 (100%)
R 36 of 182 ~ 19.78%
G 73 of 182 ~ 40.11%
B 73 of 182 ~ 40.11%

%19.78
%40.11
%40.11

CMYK color model

#244949 color CMYK value is (51,0,0,71).

  • cyan value is 50.68%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(51,0,0,71)
C51M0Y0K71 
(51%,0%,0%,71%)
(0.51/0.00/0.00/0.71)	

CMYK percentages

%50.68
%0
%0
%71.37

Codes

Color #244949 in popluar color models

244949
RGB367373
HSL180°33.94%21.37%
HSB/HSV180°50.68%28.63%
CMYK50.68%0.00%0.00%
71.37%

Color #244949 in popluar number systems.

HEX244949
Decimal367373
Binary10010010010011001001
Octal44111111

Shades and tints

Shades of #244949

#244949
(36,73,73)
#214343
(33,67,67)
#1E3D3D
(30,61,61)
#1B3737
(27,55,55)
#183131
(24,49,49)
#152B2B
(21,43,43)
#122525
(18,37,37)
#0F1F1F
(15,31,31)
#0C1919
(12,25,25)
#091313
(9,19,19)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #244949

#244949
(36,73,73)
#375959
(55,89,89)
#4A6969
(74,105,105)
#5D7979
(93,121,121)
#708989
(112,137,137)
#839999
(131,153,153)
#96A9A9
(150,169,169)
#A9B9B9
(169,185,185)
#BCC9C9
(188,201,201)
#CFD9D9
(207,217,217)
#E2E9E9
(226,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #244949; }

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

This text font color is #244949.


Background Color

.myBgColor { background-color: #244949; }

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

This div background color is #244949.


Border color

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

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

This div border color is #244949.


Opacity

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

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

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

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

This text has shadow with #244949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244949 on black background.


Color preview on white background

This text has color #244949 on white background.



Black color preview on #244949 background

This text has black color on #244949 background.


White color preview on #244949 background

This text has white color on #244949 background.