COLOR #24555F

HEX: #24555F
RGB: (36,85,95)

Color info

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

RGB color model

#24555F color RGB value is (36,85,95).

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

RGB channels and saturation

R 36 of 255 = 14%
G 85 of 255 = 33%
B 95 of 255 = 37%

36
85
95

R + G + B ~ 28%. #24555F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 85 + 95 = 216 (100%)
R 36 of 216 ~ 16.67%
G 85 of 216 ~ 39.35%
B 95 of 216 ~ 43.98%

%16.67
%39.35
%43.98

CMYK color model

#24555F color CMYK value is (62,11,0,63).

  • cyan value is 62.11%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(62,11,0,63)
C62M11Y0K63 
(62%,11%,0%,63%)
(0.62/0.11/0.00/0.63)	

CMYK percentages

%62.11
%10.53
%0
%62.75

Codes

Color #24555F in popluar color models

24555F
RGB368595
HSL190°45.04%25.69%
HSB/HSV190°62.11%37.25%
CMYK62.11%10.53%0.00%
62.75%

Color #24555F in popluar number systems.

HEX24555F
Decimal368595
Binary10010010101011011111
Octal44125137

Shades and tints

Shades of #24555F

#24555F
(36,85,95)
#214E57
(33,78,87)
#1E474F
(30,71,79)
#1B4047
(27,64,71)
#18393F
(24,57,63)
#153237
(21,50,55)
#122B2F
(18,43,47)
#0F2427
(15,36,39)
#0C1D1F
(12,29,31)
#091617
(9,22,23)
#060F0F
(6,15,15)
#000000
(0,0,0)

Tints of #24555F

#24555F
(36,85,95)
#37646D
(55,100,109)
#4A737B
(74,115,123)
#5D8289
(93,130,137)
#709197
(112,145,151)
#83A0A5
(131,160,165)
#96AFB3
(150,175,179)
#A9BEC1
(169,190,193)
#BCCDCF
(188,205,207)
#CFDCDD
(207,220,221)
#E2EBEB
(226,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24555F; }

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

This text font color is #24555F.


Background Color

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

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

This div background color is #24555F.


Border color

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

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

This div border color is #24555F.


Opacity

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

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

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

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

This text has shadow with #24555F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24555F on black background.


Color preview on white background

This text has color #24555F on white background.



Black color preview on #24555F background

This text has black color on #24555F background.


White color preview on #24555F background

This text has white color on #24555F background.