COLOR #24504B

HEX: #24504B
RGB: (36,80,75)

Color info

#24504B contains red, green and blue colors in about the same proportion. Web safe color of #24504B is #336633 (or #363).

RGB color model

#24504B color RGB value is (36,80,75).

  • red value is 36;
  • green value is 80;
  • blue value is 75.
RGB:
(36,80,75)
(14%,31%,29%)

RGB channels and saturation

R 36 of 255 = 14%
G 80 of 255 = 31%
B 75 of 255 = 29%

36
80
75

R + G + B ~ 25%. #24504B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 80 + 75 = 191 (100%)
R 36 of 191 ~ 18.85%
G 80 of 191 ~ 41.88%
B 75 of 191 ~ 39.27%

%18.85
%41.88
%39.27

CMYK color model

#24504B color CMYK value is (55,0,6,69).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 68.63%
CMYK:
(55,0,6,69)
C55M0Y6K69 
(55%,0%,6%,69%)
(0.55/0.00/0.06/0.69)	

CMYK percentages

%55
%0
%6.25
%68.63

Codes

Color #24504B in popluar color models

24504B
RGB368075
HSL173°37.93%22.75%
HSB/HSV173°55.00%31.37%
CMYK55.00%0.00%6.25%
68.63%

Color #24504B in popluar number systems.

HEX24504B
Decimal368075
Binary10010010100001001011
Octal44120113

Shades and tints

Shades of #24504B

#24504B
(36,80,75)
#214945
(33,73,69)
#1E423F
(30,66,63)
#1B3B39
(27,59,57)
#183433
(24,52,51)
#152D2D
(21,45,45)
#122627
(18,38,39)
#0F1F21
(15,31,33)
#0C181B
(12,24,27)
#091115
(9,17,21)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #24504B

#24504B
(36,80,75)
#375F5B
(55,95,91)
#4A6E6B
(74,110,107)
#5D7D7B
(93,125,123)
#708C8B
(112,140,139)
#839B9B
(131,155,155)
#96AAAB
(150,170,171)
#A9B9BB
(169,185,187)
#BCC8CB
(188,200,203)
#CFD7DB
(207,215,219)
#E2E6EB
(226,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24504B color. Also use rgb(36,80,75) instead hex code.

Text Font Color

.myTextColor { color: #24504B; }

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

This text font color is #24504B.


Background Color

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

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

This div background color is #24504B.


Border color

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

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

This div border color is #24504B.


Opacity

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

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

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

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

This text has shadow with #24504B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24504B on black background.


Color preview on white background

This text has color #24504B on white background.



Black color preview on #24504B background

This text has black color on #24504B background.


White color preview on #24504B background

This text has white color on #24504B background.