COLOR #24546B

HEX: #24546B
RGB: (36,84,107)

Color info

#24546B contains mainly green and blue colors. Web safe color of #24546B is #336666 (or #366).

RGB color model

#24546B color RGB value is (36,84,107).

  • red value is 36;
  • green value is 84;
  • blue value is 107.
RGB:
(36,84,107)
(14%,33%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 84 of 255 = 33%
B 107 of 255 = 42%

36
84
107

R + G + B ~ 30%. #24546B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 84 + 107 = 227 (100%)
R 36 of 227 ~ 15.86%
G 84 of 227 ~ 37%
B 107 of 227 ~ 47.14%

%15.86
%37
%47.14

CMYK color model

#24546B color CMYK value is (66,21,0,58).

  • cyan value is 66.36%
  • magenta value is 21.50%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(66,21,0,58)
C66M21Y0K58 
(66%,21%,0%,58%)
(0.66/0.21/0.00/0.58)	

CMYK percentages

%66.36
%21.5
%0
%58.04

Codes

Color #24546B in popluar color models

24546B
RGB3684107
HSL199°49.65%28.04%
HSB/HSV199°66.36%41.96%
CMYK66.36%21.50%0.00%
58.04%

Color #24546B in popluar number systems.

HEX24546B
Decimal3684107
Binary10010010101001101011
Octal44124153

Shades and tints

Shades of #24546B

#24546B
(36,84,107)
#214D62
(33,77,98)
#1E4659
(30,70,89)
#1B3F50
(27,63,80)
#183847
(24,56,71)
#15313E
(21,49,62)
#122A35
(18,42,53)
#0F232C
(15,35,44)
#0C1C23
(12,28,35)
#09151A
(9,21,26)
#060E11
(6,14,17)
#000000
(0,0,0)

Tints of #24546B

#24546B
(36,84,107)
#376378
(55,99,120)
#4A7285
(74,114,133)
#5D8192
(93,129,146)
#70909F
(112,144,159)
#839FAC
(131,159,172)
#96AEB9
(150,174,185)
#A9BDC6
(169,189,198)
#BCCCD3
(188,204,211)
#CFDBE0
(207,219,224)
#E2EAED
(226,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24546B color. Also use rgb(36,84,107) instead hex code.

Text Font Color

.myTextColor { color: #24546B; }

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

This text font color is #24546B.


Background Color

.myBgColor { background-color: #24546B; }

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

This div background color is #24546B.


Border color

.myBorderColor { border: 1px solid #24546B; }

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

This div border color is #24546B.


Opacity

.myOpacity80 { color: #24546B; opacity: 0.8; }

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

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

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

This text has shadow with #24546B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24546B on black background.


Color preview on white background

This text has color #24546B on white background.



Black color preview on #24546B background

This text has black color on #24546B background.


White color preview on #24546B background

This text has white color on #24546B background.