COLOR #244B40

HEX: #244B40
RGB: (36,75,64)

Color info

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

RGB color model

#244B40 color RGB value is (36,75,64).

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

RGB channels and saturation

R 36 of 255 = 14%
G 75 of 255 = 29%
B 64 of 255 = 25%

36
75
64

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

Portions of RGB colors in percentages

R + G + B =
36 + 75 + 64 = 175 (100%)
R 36 of 175 ~ 20.57%
G 75 of 175 ~ 42.86%
B 64 of 175 ~ 36.57%

%20.57
%42.86
%36.57

CMYK color model

#244B40 color CMYK value is (52,0,15,71).

  • cyan value is 52.00%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 70.59%
CMYK:
(52,0,15,71)
C52M0Y15K71 
(52%,0%,15%,71%)
(0.52/0.00/0.15/0.71)	

CMYK percentages

%52
%0
%14.67
%70.59

Codes

Color #244B40 in popluar color models

244B40
RGB367564
HSL163°35.14%21.76%
HSB/HSV163°52.00%29.41%
CMYK52.00%0.00%14.67%
70.59%

Color #244B40 in popluar number systems.

HEX244B40
Decimal367564
Binary10010010010111000000
Octal44113100

Shades and tints

Shades of #244B40

#244B40
(36,75,64)
#21453B
(33,69,59)
#1E3F36
(30,63,54)
#1B3931
(27,57,49)
#18332C
(24,51,44)
#152D27
(21,45,39)
#122722
(18,39,34)
#0F211D
(15,33,29)
#0C1B18
(12,27,24)
#091513
(9,21,19)
#060F0E
(6,15,14)
#000000
(0,0,0)

Tints of #244B40

#244B40
(36,75,64)
#375B51
(55,91,81)
#4A6B62
(74,107,98)
#5D7B73
(93,123,115)
#708B84
(112,139,132)
#839B95
(131,155,149)
#96ABA6
(150,171,166)
#A9BBB7
(169,187,183)
#BCCBC8
(188,203,200)
#CFDBD9
(207,219,217)
#E2EBEA
(226,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #244B40 color. Also use rgb(36,75,64) instead hex code.

Text Font Color

.myTextColor { color: #244B40; }

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

This text font color is #244B40.


Background Color

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

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

This div background color is #244B40.


Border color

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

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

This div border color is #244B40.


Opacity

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

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

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

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

This text has shadow with #244B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #244B40 on black background.


Color preview on white background

This text has color #244B40 on white background.



Black color preview on #244B40 background

This text has black color on #244B40 background.


White color preview on #244B40 background

This text has white color on #244B40 background.