COLOR #243949

HEX: #243949
RGB: (36,57,73)

Color info

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

RGB color model

#243949 color RGB value is (36,57,73).

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

RGB channels and saturation

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

36
57
73

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

Portions of RGB colors in percentages

R + G + B =
36 + 57 + 73 = 166 (100%)
R 36 of 166 ~ 21.69%
G 57 of 166 ~ 34.34%
B 73 of 166 ~ 43.98%

%21.69
%34.34
%43.98

CMYK color model

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

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

CMYK percentages

%50.68
%21.92
%0
%71.37

Codes

Color #243949 in popluar color models

243949
RGB365773
HSL206°33.94%21.37%
HSB/HSV206°50.68%28.63%
CMYK50.68%21.92%0.00%
71.37%

Color #243949 in popluar number systems.

HEX243949
Decimal365773
Binary1001001110011001001
Octal4471111

Shades and tints

Shades of #243949

#243949
(36,57,73)
#213443
(33,52,67)
#1E2F3D
(30,47,61)
#1B2A37
(27,42,55)
#182531
(24,37,49)
#15202B
(21,32,43)
#121B25
(18,27,37)
#0F161F
(15,22,31)
#0C1119
(12,17,25)
#090C13
(9,12,19)
#06070D
(6,7,13)
#000000
(0,0,0)

Tints of #243949

#243949
(36,57,73)
#374B59
(55,75,89)
#4A5D69
(74,93,105)
#5D6F79
(93,111,121)
#708189
(112,129,137)
#839399
(131,147,153)
#96A5A9
(150,165,169)
#A9B7B9
(169,183,185)
#BCC9C9
(188,201,201)
#CFDBD9
(207,219,217)
#E2EDE9
(226,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243949; }

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

This text font color is #243949.


Background Color

.myBgColor { background-color: #243949; }

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

This div background color is #243949.


Border color

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

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

This div border color is #243949.


Opacity

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

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

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

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

This text has shadow with #243949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243949 on black background.


Color preview on white background

This text has color #243949 on white background.



Black color preview on #243949 background

This text has black color on #243949 background.


White color preview on #243949 background

This text has white color on #243949 background.