COLOR #242E35

HEX: #242E35
RGB: (36,46,53)

Color info

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

RGB color model

#242E35 color RGB value is (36,46,53).

  • red value is 36;
  • green value is 46;
  • blue value is 53.
RGB:
(36,46,53)
(14%,18%,21%)

RGB channels and saturation

R 36 of 255 = 14%
G 46 of 255 = 18%
B 53 of 255 = 21%

36
46
53

R + G + B ~ 18%. #242E35 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 46 + 53 = 135 (100%)
R 36 of 135 ~ 26.67%
G 46 of 135 ~ 34.07%
B 53 of 135 ~ 39.26%

%26.67
%34.07
%39.26

CMYK color model

#242E35 color CMYK value is (32,13,0,79).

  • cyan value is 32.08%
  • magenta value is 13.21%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(32,13,0,79)
C32M13Y0K79 
(32%,13%,0%,79%)
(0.32/0.13/0.00/0.79)	

CMYK percentages

%32.08
%13.21
%0
%79.22

Codes

Color #242E35 in popluar color models

242E35
RGB364653
HSL205°19.10%17.45%
HSB/HSV205°32.08%20.78%
CMYK32.08%13.21%0.00%
79.22%

Color #242E35 in popluar number systems.

HEX242E35
Decimal364653
Binary100100101110110101
Octal445665

Shades and tints

Shades of #242E35

#242E35
(36,46,53)
#212A31
(33,42,49)
#1E262D
(30,38,45)
#1B2229
(27,34,41)
#181E25
(24,30,37)
#151A21
(21,26,33)
#12161D
(18,22,29)
#0F1219
(15,18,25)
#0C0E15
(12,14,21)
#090A11
(9,10,17)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #242E35

#242E35
(36,46,53)
#374147
(55,65,71)
#4A5459
(74,84,89)
#5D676B
(93,103,107)
#707A7D
(112,122,125)
#838D8F
(131,141,143)
#96A0A1
(150,160,161)
#A9B3B3
(169,179,179)
#BCC6C5
(188,198,197)
#CFD9D7
(207,217,215)
#E2ECE9
(226,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242E35 color. Also use rgb(36,46,53) instead hex code.

Text Font Color

.myTextColor { color: #242E35; }

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

This text font color is #242E35.


Background Color

.myBgColor { background-color: #242E35; }

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

This div background color is #242E35.


Border color

.myBorderColor { border: 1px solid #242E35; }

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

This div border color is #242E35.


Opacity

.myOpacity80 { color: #242E35; opacity: 0.8; }

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

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

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

This text has shadow with #242E35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242E35 on black background.


Color preview on white background

This text has color #242E35 on white background.



Black color preview on #242E35 background

This text has black color on #242E35 background.


White color preview on #242E35 background

This text has white color on #242E35 background.