COLOR #242B42

HEX: #242B42
RGB: (36,43,66)

Color info

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

RGB color model

#242B42 color RGB value is (36,43,66).

  • red value is 36;
  • green value is 43;
  • blue value is 66.
RGB:
(36,43,66)
(14%,17%,26%)

RGB channels and saturation

R 36 of 255 = 14%
G 43 of 255 = 17%
B 66 of 255 = 26%

36
43
66

R + G + B ~ 19%. #242B42 is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 43 + 66 = 145 (100%)
R 36 of 145 ~ 24.83%
G 43 of 145 ~ 29.66%
B 66 of 145 ~ 45.52%

%24.83
%29.66
%45.52

CMYK color model

#242B42 color CMYK value is (45,35,0,74).

  • cyan value is 45.45%
  • magenta value is 34.85%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(45,35,0,74)
C45M35Y0K74 
(45%,35%,0%,74%)
(0.45/0.35/0.00/0.74)	

CMYK percentages

%45.45
%34.85
%0
%74.12

Codes

Color #242B42 in popluar color models

242B42
RGB364366
HSL226°29.41%20.00%
HSB/HSV226°45.45%25.88%
CMYK45.45%34.85%0.00%
74.12%

Color #242B42 in popluar number systems.

HEX242B42
Decimal364366
Binary1001001010111000010
Octal4453102

Shades and tints

Shades of #242B42

#242B42
(36,43,66)
#21283C
(33,40,60)
#1E2536
(30,37,54)
#1B2230
(27,34,48)
#181F2A
(24,31,42)
#151C24
(21,28,36)
#12191E
(18,25,30)
#0F1618
(15,22,24)
#0C1312
(12,19,18)
#09100C
(9,16,12)
#060D06
(6,13,6)
#000000
(0,0,0)

Tints of #242B42

#242B42
(36,43,66)
#373E53
(55,62,83)
#4A5164
(74,81,100)
#5D6475
(93,100,117)
#707786
(112,119,134)
#838A97
(131,138,151)
#969DA8
(150,157,168)
#A9B0B9
(169,176,185)
#BCC3CA
(188,195,202)
#CFD6DB
(207,214,219)
#E2E9EC
(226,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #242B42 color. Also use rgb(36,43,66) instead hex code.

Text Font Color

.myTextColor { color: #242B42; }

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

This text font color is #242B42.


Background Color

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

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

This div background color is #242B42.


Border color

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

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

This div border color is #242B42.


Opacity

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

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

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

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

This text has shadow with #242B42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #242B42 on black background.


Color preview on white background

This text has color #242B42 on white background.



Black color preview on #242B42 background

This text has black color on #242B42 background.


White color preview on #242B42 background

This text has white color on #242B42 background.