COLOR #243F48

HEX: #243F48
RGB: (36,63,72)

Color info

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

RGB color model

#243F48 color RGB value is (36,63,72).

  • red value is 36;
  • green value is 63;
  • blue value is 72.
RGB:
(36,63,72)
(14%,25%,28%)

RGB channels and saturation

R 36 of 255 = 14%
G 63 of 255 = 25%
B 72 of 255 = 28%

36
63
72

R + G + B ~ 22%. #243F48 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 63 + 72 = 171 (100%)
R 36 of 171 ~ 21.05%
G 63 of 171 ~ 36.84%
B 72 of 171 ~ 42.11%

%21.05
%36.84
%42.11

CMYK color model

#243F48 color CMYK value is (50,13,0,72).

  • cyan value is 50.00%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(50,13,0,72)
C50M13Y0K72 
(50%,13%,0%,72%)
(0.50/0.13/0.00/0.72)	

CMYK percentages

%50
%12.5
%0
%71.76

Codes

Color #243F48 in popluar color models

243F48
RGB366372
HSL195°33.33%21.18%
HSB/HSV195°50.00%28.24%
CMYK50.00%12.50%0.00%
71.76%

Color #243F48 in popluar number systems.

HEX243F48
Decimal366372
Binary1001001111111001000
Octal4477110

Shades and tints

Shades of #243F48

#243F48
(36,63,72)
#213A42
(33,58,66)
#1E353C
(30,53,60)
#1B3036
(27,48,54)
#182B30
(24,43,48)
#15262A
(21,38,42)
#122124
(18,33,36)
#0F1C1E
(15,28,30)
#0C1718
(12,23,24)
#091212
(9,18,18)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #243F48

#243F48
(36,63,72)
#375058
(55,80,88)
#4A6168
(74,97,104)
#5D7278
(93,114,120)
#708388
(112,131,136)
#839498
(131,148,152)
#96A5A8
(150,165,168)
#A9B6B8
(169,182,184)
#BCC7C8
(188,199,200)
#CFD8D8
(207,216,216)
#E2E9E8
(226,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #243F48 color. Also use rgb(36,63,72) instead hex code.

Text Font Color

.myTextColor { color: #243F48; }

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

This text font color is #243F48.


Background Color

.myBgColor { background-color: #243F48; }

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

This div background color is #243F48.


Border color

.myBorderColor { border: 1px solid #243F48; }

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

This div border color is #243F48.


Opacity

.myOpacity80 { color: #243F48; opacity: 0.8; }

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

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

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

This text has shadow with #243F48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243F48 on black background.


Color preview on white background

This text has color #243F48 on white background.



Black color preview on #243F48 background

This text has black color on #243F48 background.


White color preview on #243F48 background

This text has white color on #243F48 background.