COLOR #24584F

HEX: #24584F
RGB: (36,88,79)

Color info

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

RGB color model

#24584F color RGB value is (36,88,79).

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

RGB channels and saturation

R 36 of 255 = 14%
G 88 of 255 = 35%
B 79 of 255 = 31%

36
88
79

R + G + B ~ 27%. #24584F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 88 + 79 = 203 (100%)
R 36 of 203 ~ 17.73%
G 88 of 203 ~ 43.35%
B 79 of 203 ~ 38.92%

%17.73
%43.35
%38.92

CMYK color model

#24584F color CMYK value is (59,0,10,65).

  • cyan value is 59.09%
  • magenta value is 0.00%
  • yellow value is 10.23%
  • key color value is 65.49%
CMYK:
(59,0,10,65)
C59M0Y10K65 
(59%,0%,10%,65%)
(0.59/0.00/0.10/0.65)	

CMYK percentages

%59.09
%0
%10.23
%65.49

Codes

Color #24584F in popluar color models

24584F
RGB368879
HSL170°41.94%24.31%
HSB/HSV170°59.09%34.51%
CMYK59.09%0.00%10.23%
65.49%

Color #24584F in popluar number systems.

HEX24584F
Decimal368879
Binary10010010110001001111
Octal44130117

Shades and tints

Shades of #24584F

#24584F
(36,88,79)
#215048
(33,80,72)
#1E4841
(30,72,65)
#1B403A
(27,64,58)
#183833
(24,56,51)
#15302C
(21,48,44)
#122825
(18,40,37)
#0F201E
(15,32,30)
#0C1817
(12,24,23)
#091010
(9,16,16)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #24584F

#24584F
(36,88,79)
#37675F
(55,103,95)
#4A766F
(74,118,111)
#5D857F
(93,133,127)
#70948F
(112,148,143)
#83A39F
(131,163,159)
#96B2AF
(150,178,175)
#A9C1BF
(169,193,191)
#BCD0CF
(188,208,207)
#CFDFDF
(207,223,223)
#E2EEEF
(226,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24584F; }

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

This text font color is #24584F.


Background Color

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

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

This div background color is #24584F.


Border color

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

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

This div border color is #24584F.


Opacity

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

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

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

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

This text has shadow with #24584F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24584F on black background.


Color preview on white background

This text has color #24584F on white background.



Black color preview on #24584F background

This text has black color on #24584F background.


White color preview on #24584F background

This text has white color on #24584F background.