COLOR #24554C

HEX: #24554C
RGB: (36,85,76)

Color info

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

RGB color model

#24554C color RGB value is (36,85,76).

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

RGB channels and saturation

R 36 of 255 = 14%
G 85 of 255 = 33%
B 76 of 255 = 30%

36
85
76

R + G + B ~ 26%. #24554C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 85 + 76 = 197 (100%)
R 36 of 197 ~ 18.27%
G 85 of 197 ~ 43.15%
B 76 of 197 ~ 38.58%

%18.27
%43.15
%38.58

CMYK color model

#24554C color CMYK value is (58,0,11,67).

  • cyan value is 57.65%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 66.67%
CMYK:
(58,0,11,67)
C58M0Y11K67 
(58%,0%,11%,67%)
(0.58/0.00/0.11/0.67)	

CMYK percentages

%57.65
%0
%10.59
%66.67

Codes

Color #24554C in popluar color models

24554C
RGB368576
HSL169°40.50%23.73%
HSB/HSV169°57.65%33.33%
CMYK57.65%0.00%10.59%
66.67%

Color #24554C in popluar number systems.

HEX24554C
Decimal368576
Binary10010010101011001100
Octal44125114

Shades and tints

Shades of #24554C

#24554C
(36,85,76)
#214E46
(33,78,70)
#1E4740
(30,71,64)
#1B403A
(27,64,58)
#183934
(24,57,52)
#15322E
(21,50,46)
#122B28
(18,43,40)
#0F2422
(15,36,34)
#0C1D1C
(12,29,28)
#091616
(9,22,22)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #24554C

#24554C
(36,85,76)
#37645C
(55,100,92)
#4A736C
(74,115,108)
#5D827C
(93,130,124)
#70918C
(112,145,140)
#83A09C
(131,160,156)
#96AFAC
(150,175,172)
#A9BEBC
(169,190,188)
#BCCDCC
(188,205,204)
#CFDCDC
(207,220,220)
#E2EBEC
(226,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24554C color. Also use rgb(36,85,76) instead hex code.

Text Font Color

.myTextColor { color: #24554C; }

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

This text font color is #24554C.


Background Color

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

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

This div background color is #24554C.


Border color

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

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

This div border color is #24554C.


Opacity

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

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

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

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

This text has shadow with #24554C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24554C on black background.


Color preview on white background

This text has color #24554C on white background.



Black color preview on #24554C background

This text has black color on #24554C background.


White color preview on #24554C background

This text has white color on #24554C background.