COLOR #24514C

HEX: #24514C RGB: (36,81,76)

Color info

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

RGB color model

#24514C color RGB value is (36,81,76).

RGB: (36,81,76) (14%, 32%, 30%)

RGB channels and saturation

R 36 of 255 = 14%
G 81 of 255 = 32%
B 76 of 255 = 30%

36
81
76

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

Portions of RGB colors in percentages

R + G + B = 36 + 81 + 76 = 193 (100%)
R 36 of 193 ~ 18.65%
G 81 of 193 ~ 41.97%
B 76 of 193 ~ 39.38'%

%18.65
%41.97
%39.38

CMYK color model

#24514C color CMYK value is (56,0,6,68).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 6.17%
  • key color value is 68.24%

CMYK: (56,0,6,68)
C56M0Y6K68 (56%, 0%, 6%, 68%)
(0.56 / 0.00 / 0.06 / 0.68)

CMYK percentages

%55.56
%0
%6.17
%68.24

Codes

Color #24514C in popluar color models

24 51 4C
RGB 36 81 76
HSL 173° 38.46% 22.94%
HSB/HSV 173° 55.56% 31.76%
CMYK 55.56% 0.00% 6.17%
68.24%

Color #24514C in popluar number systems.

HEX 24 51 4C
Decimal 36 81 76
Binary 100100 1010001 1001100
Octal 44 121 114

Shades and tints

Shades of #24514C

#24514C
(36,81,76)
#214A46
(33,74,70)
#1E4340
(30,67,64)
#1B3C3A
(27,60,58)
#183534
(24,53,52)
#152E2E
(21,46,46)
#122728
(18,39,40)
#0F2022
(15,32,34)
#0C191C
(12,25,28)
#091216
(9,18,22)
#060B10
(6,11,16)
#000000
(0,0,0)

Tints of #24514C

#24514C
(36,81,76)
#37605C
(55,96,92)
#4A6F6C
(74,111,108)
#5D7E7C
(93,126,124)
#708D8C
(112,141,140)
#839C9C
(131,156,156)
#96ABAC
(150,171,172)
#A9BABC
(169,186,188)
#BCC9CC
(188,201,204)
#CFD8DC
(207,216,220)
#E2E7EC
(226,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24514C; }

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

This text font color is #24514C.

Background Color

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

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

This div background color is #24514C.

Border color

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

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

This div border color is #24514C.

Opacity

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

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

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

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

This text has shadow with #24514C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24514C.

Preview

Color preview on black background

This text has color #24514C on black background.


Color preview on white background

This text has color #24514C on white background.


Black color preview on #24514C background

This text has black color on #24514C background.


White color preview on #24514C background

This text has white color on #24514C background.


Related colors

Complementary color

Complementary color for #hex is #DBAEB3.


I love getcolorcode.com

Triadic colors

1 #4C2451 and #514C24 with #24514C are triadic colors.

2 #4C5124 and #51244C with #24514C are triadic colors.