COLOR #24606C

HEX: #24606C
RGB: (36,96,108)

Color info

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

RGB color model

#24606C color RGB value is (36,96,108).

  • red value is 36;
  • green value is 96;
  • blue value is 108.
RGB:
(36,96,108)
(14%,38%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 96 of 255 = 38%
B 108 of 255 = 42%

36
96
108

R + G + B ~ 31%. #24606C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 96 + 108 = 240 (100%)
R 36 of 240 ~ 15%
G 96 of 240 ~ 40%
B 108 of 240 ~ 45%

%15
%40
%45

CMYK color model

#24606C color CMYK value is (67,11,0,58).

  • cyan value is 66.67%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(67,11,0,58)
C67M11Y0K58 
(67%,11%,0%,58%)
(0.67/0.11/0.00/0.58)	

CMYK percentages

%66.67
%11.11
%0
%57.65

Codes

Color #24606C in popluar color models

24606C
RGB3696108
HSL190°50.00%28.24%
HSB/HSV190°66.67%42.35%
CMYK66.67%11.11%0.00%
57.65%

Color #24606C in popluar number systems.

HEX24606C
Decimal3696108
Binary10010011000001101100
Octal44140154

Shades and tints

Shades of #24606C

#24606C
(36,96,108)
#215863
(33,88,99)
#1E505A
(30,80,90)
#1B4851
(27,72,81)
#184048
(24,64,72)
#15383F
(21,56,63)
#123036
(18,48,54)
#0F282D
(15,40,45)
#0C2024
(12,32,36)
#09181B
(9,24,27)
#061012
(6,16,18)
#000000
(0,0,0)

Tints of #24606C

#24606C
(36,96,108)
#376E79
(55,110,121)
#4A7C86
(74,124,134)
#5D8A93
(93,138,147)
#7098A0
(112,152,160)
#83A6AD
(131,166,173)
#96B4BA
(150,180,186)
#A9C2C7
(169,194,199)
#BCD0D4
(188,208,212)
#CFDEE1
(207,222,225)
#E2ECEE
(226,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24606C color. Also use rgb(36,96,108) instead hex code.

Text Font Color

.myTextColor { color: #24606C; }

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

This text font color is #24606C.


Background Color

.myBgColor { background-color: #24606C; }

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

This div background color is #24606C.


Border color

.myBorderColor { border: 1px solid #24606C; }

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

This div border color is #24606C.


Opacity

.myOpacity80 { color: #24606C; opacity: 0.8; }

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

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

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

This text has shadow with #24606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24606C on black background.


Color preview on white background

This text has color #24606C on white background.



Black color preview on #24606C background

This text has black color on #24606C background.


White color preview on #24606C background

This text has white color on #24606C background.