COLOR #24657C

HEX: #24657C
RGB: (36,101,124)

Color info

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

RGB color model

#24657C color RGB value is (36,101,124).

  • red value is 36;
  • green value is 101;
  • blue value is 124.
RGB:
(36,101,124)
(14%,40%,49%)

RGB channels and saturation

R 36 of 255 = 14%
G 101 of 255 = 40%
B 124 of 255 = 49%

36
101
124

R + G + B ~ 34%. #24657C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 101 + 124 = 261 (100%)
R 36 of 261 ~ 13.79%
G 101 of 261 ~ 38.7%
B 124 of 261 ~ 47.51%

%13.79
%38.7
%47.51

CMYK color model

#24657C color CMYK value is (71,19,0,51).

  • cyan value is 70.97%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(71,19,0,51)
C71M19Y0K51 
(71%,19%,0%,51%)
(0.71/0.19/0.00/0.51)	

CMYK percentages

%70.97
%18.55
%0
%51.37

Codes

Color #24657C in popluar color models

24657C
RGB36101124
HSL196°55.00%31.37%
HSB/HSV196°70.97%48.63%
CMYK70.97%18.55%0.00%
51.37%

Color #24657C in popluar number systems.

HEX24657C
Decimal36101124
Binary10010011001011111100
Octal44145174

Shades and tints

Shades of #24657C

#24657C
(36,101,124)
#215C71
(33,92,113)
#1E5366
(30,83,102)
#1B4A5B
(27,74,91)
#184150
(24,65,80)
#153845
(21,56,69)
#122F3A
(18,47,58)
#0F262F
(15,38,47)
#0C1D24
(12,29,36)
#091419
(9,20,25)
#060B0E
(6,11,14)
#000000
(0,0,0)

Tints of #24657C

#24657C
(36,101,124)
#377387
(55,115,135)
#4A8192
(74,129,146)
#5D8F9D
(93,143,157)
#709DA8
(112,157,168)
#83ABB3
(131,171,179)
#96B9BE
(150,185,190)
#A9C7C9
(169,199,201)
#BCD5D4
(188,213,212)
#CFE3DF
(207,227,223)
#E2F1EA
(226,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24657C color. Also use rgb(36,101,124) instead hex code.

Text Font Color

.myTextColor { color: #24657C; }

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

This text font color is #24657C.


Background Color

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

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

This div background color is #24657C.


Border color

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

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

This div border color is #24657C.


Opacity

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

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

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

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

This text has shadow with #24657C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24657C on black background.


Color preview on white background

This text has color #24657C on white background.



Black color preview on #24657C background

This text has black color on #24657C background.


White color preview on #24657C background

This text has white color on #24657C background.