COLOR #243F31

HEX: #243F31
RGB: (36,63,49)

Color info

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

RGB color model

#243F31 color RGB value is (36,63,49).

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

RGB channels and saturation

R 36 of 255 = 14%
G 63 of 255 = 25%
B 49 of 255 = 19%

36
63
49

R + G + B ~ 19%. #243F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 63 + 49 = 148 (100%)
R 36 of 148 ~ 24.32%
G 63 of 148 ~ 42.57%
B 49 of 148 ~ 33.11%

%24.32
%42.57
%33.11

CMYK color model

#243F31 color CMYK value is (43,0,22,75).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 75.29%
CMYK:
(43,0,22,75)
C43M0Y22K75 
(43%,0%,22%,75%)
(0.43/0.00/0.22/0.75)	

CMYK percentages

%42.86
%0
%22.22
%75.29

Codes

Color #243F31 in popluar color models

243F31
RGB366349
HSL149°27.27%19.41%
HSB/HSV149°42.86%24.71%
CMYK42.86%0.00%22.22%
75.29%

Color #243F31 in popluar number systems.

HEX243F31
Decimal366349
Binary100100111111110001
Octal447761

Shades and tints

Shades of #243F31

#243F31
(36,63,49)
#213A2D
(33,58,45)
#1E3529
(30,53,41)
#1B3025
(27,48,37)
#182B21
(24,43,33)
#15261D
(21,38,29)
#122119
(18,33,25)
#0F1C15
(15,28,21)
#0C1711
(12,23,17)
#09120D
(9,18,13)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #243F31

#243F31
(36,63,49)
#375043
(55,80,67)
#4A6155
(74,97,85)
#5D7267
(93,114,103)
#708379
(112,131,121)
#83948B
(131,148,139)
#96A59D
(150,165,157)
#A9B6AF
(169,182,175)
#BCC7C1
(188,199,193)
#CFD8D3
(207,216,211)
#E2E9E5
(226,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #243F31; }

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

This text font color is #243F31.


Background Color

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

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

This div background color is #243F31.


Border color

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

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

This div border color is #243F31.


Opacity

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

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

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

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

This text has shadow with #243F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #243F31 on black background.


Color preview on white background

This text has color #243F31 on white background.



Black color preview on #243F31 background

This text has black color on #243F31 background.


White color preview on #243F31 background

This text has white color on #243F31 background.