COLOR #24585F

HEX: #24585F
RGB: (36,88,95)

Color info

#24585F contains red, green and blue colors in about the same proportion. Web safe color of #24585F is #336666 (or #366).

RGB color model

#24585F color RGB value is (36,88,95).

  • red value is 36;
  • green value is 88;
  • blue value is 95.
RGB:
(36,88,95)
(14%,35%,37%)

RGB channels and saturation

R 36 of 255 = 14%
G 88 of 255 = 35%
B 95 of 255 = 37%

36
88
95

R + G + B ~ 29%. #24585F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 88 + 95 = 219 (100%)
R 36 of 219 ~ 16.44%
G 88 of 219 ~ 40.18%
B 95 of 219 ~ 43.38%

%16.44
%40.18
%43.38

CMYK color model

#24585F color CMYK value is (62,7,0,63).

  • cyan value is 62.11%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(62,7,0,63)
C62M7Y0K63 
(62%,7%,0%,63%)
(0.62/0.07/0.00/0.63)	

CMYK percentages

%62.11
%7.37
%0
%62.75

Codes

Color #24585F in popluar color models

24585F
RGB368895
HSL187°45.04%25.69%
HSB/HSV187°62.11%37.25%
CMYK62.11%7.37%0.00%
62.75%

Color #24585F in popluar number systems.

HEX24585F
Decimal368895
Binary10010010110001011111
Octal44130137

Shades and tints

Shades of #24585F

#24585F
(36,88,95)
#215057
(33,80,87)
#1E484F
(30,72,79)
#1B4047
(27,64,71)
#18383F
(24,56,63)
#153037
(21,48,55)
#12282F
(18,40,47)
#0F2027
(15,32,39)
#0C181F
(12,24,31)
#091017
(9,16,23)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #24585F

#24585F
(36,88,95)
#37676D
(55,103,109)
#4A767B
(74,118,123)
#5D8589
(93,133,137)
#709497
(112,148,151)
#83A3A5
(131,163,165)
#96B2B3
(150,178,179)
#A9C1C1
(169,193,193)
#BCD0CF
(188,208,207)
#CFDFDD
(207,223,221)
#E2EEEB
(226,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24585F color. Also use rgb(36,88,95) instead hex code.

Text Font Color

.myTextColor { color: #24585F; }

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

This text font color is #24585F.


Background Color

.myBgColor { background-color: #24585F; }

<div style="background-color:#24585F">Inner text</div>

This div background color is #24585F.


Border color

.myBorderColor { border: 1px solid #24585F; }

<div style="border:3px solid #24585F">Div</div>

This div border color is #24585F.


Opacity

.myOpacity80 { color: #24585F; opacity: 0.8; }

<p style="color:#24585F;opacity:0.8;">80%</p>

Text with #24585F 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 #24585F;}

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

This text has shadow with #24585F color.

.textShadow {text-shadow: 3px 3px 1px #24585F, 3px 3px 1px red;}

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

This text has shadow with #24585F primary color and red secondary color.


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

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

This text has shadow with #24585F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24585F on black background.


Color preview on white background

This text has color #24585F on white background.



Black color preview on #24585F background

This text has black color on #24585F background.


White color preview on #24585F background

This text has white color on #24585F background.