COLOR #243940

HEX: #243940
RGB: (36,57,64)

Color info

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

RGB color model

#243940 color RGB value is (36,57,64).

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

RGB channels and saturation

R 36 of 255 = 14%
G 57 of 255 = 22%
B 64 of 255 = 25%

36
57
64

R + G + B ~ 20%. #243940 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 57 + 64 = 157 (100%)
R 36 of 157 ~ 22.93%
G 57 of 157 ~ 36.31%
B 64 of 157 ~ 40.76%

%22.93
%36.31
%40.76

CMYK color model

#243940 color CMYK value is (44,11,0,75).

  • cyan value is 43.75%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(44,11,0,75)
C44M11Y0K75 
(44%,11%,0%,75%)
(0.44/0.11/0.00/0.75)	

CMYK percentages

%43.75
%10.94
%0
%74.9

Codes

Color #243940 in popluar color models

243940
RGB365764
HSL195°28.00%19.61%
HSB/HSV195°43.75%25.10%
CMYK43.75%10.94%0.00%
74.90%

Color #243940 in popluar number systems.

HEX243940
Decimal365764
Binary1001001110011000000
Octal4471100

Shades and tints

Shades of #243940

#243940
(36,57,64)
#21343B
(33,52,59)
#1E2F36
(30,47,54)
#1B2A31
(27,42,49)
#18252C
(24,37,44)
#152027
(21,32,39)
#121B22
(18,27,34)
#0F161D
(15,22,29)
#0C1118
(12,17,24)
#090C13
(9,12,19)
#06070E
(6,7,14)
#000000
(0,0,0)

Tints of #243940

#243940
(36,57,64)
#374B51
(55,75,81)
#4A5D62
(74,93,98)
#5D6F73
(93,111,115)
#708184
(112,129,132)
#839395
(131,147,149)
#96A5A6
(150,165,166)
#A9B7B7
(169,183,183)
#BCC9C8
(188,201,200)
#CFDBD9
(207,219,217)
#E2EDEA
(226,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243940; }

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

This text font color is #243940.


Background Color

.myBgColor { background-color: #243940; }

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

This div background color is #243940.


Border color

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

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

This div border color is #243940.


Opacity

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

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

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

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

This text has shadow with #243940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243940 on black background.


Color preview on white background

This text has color #243940 on white background.



Black color preview on #243940 background

This text has black color on #243940 background.


White color preview on #243940 background

This text has white color on #243940 background.