COLOR #24867C

HEX: #24867C
RGB: (36,134,124)

Color info

#24867C contains mainly green and blue colors. Web safe color of #24867C is #339966 (or #396).

RGB color model

#24867C color RGB value is (36,134,124).

  • red value is 36;
  • green value is 134;
  • blue value is 124.
RGB:
(36,134,124)
(14%,53%,49%)

RGB channels and saturation

R 36 of 255 = 14%
G 134 of 255 = 53%
B 124 of 255 = 49%

36
134
124

R + G + B ~ 39%. #24867C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 134 + 124 = 294 (100%)
R 36 of 294 ~ 12.24%
G 134 of 294 ~ 45.58%
B 124 of 294 ~ 42.18%

%12.24
%45.58
%42.18

CMYK color model

#24867C color CMYK value is (73,0,7,47).

  • cyan value is 73.13%
  • magenta value is 0.00%
  • yellow value is 7.46%
  • key color value is 47.45%
CMYK:
(73,0,7,47)
C73M0Y7K47 
(73%,0%,7%,47%)
(0.73/0.00/0.07/0.47)	

CMYK percentages

%73.13
%0
%7.46
%47.45

Codes

Color #24867C in popluar color models

24867C
RGB36134124
HSL174°57.65%33.33%
HSB/HSV174°73.13%52.55%
CMYK73.13%0.00%7.46%
47.45%

Color #24867C in popluar number systems.

HEX24867C
Decimal36134124
Binary100100100001101111100
Octal44206174

Shades and tints

Shades of #24867C

#24867C
(36,134,124)
#217A71
(33,122,113)
#1E6E66
(30,110,102)
#1B625B
(27,98,91)
#185650
(24,86,80)
#154A45
(21,74,69)
#123E3A
(18,62,58)
#0F322F
(15,50,47)
#0C2624
(12,38,36)
#091A19
(9,26,25)
#060E0E
(6,14,14)
#000000
(0,0,0)

Tints of #24867C

#24867C
(36,134,124)
#379187
(55,145,135)
#4A9C92
(74,156,146)
#5DA79D
(93,167,157)
#70B2A8
(112,178,168)
#83BDB3
(131,189,179)
#96C8BE
(150,200,190)
#A9D3C9
(169,211,201)
#BCDED4
(188,222,212)
#CFE9DF
(207,233,223)
#E2F4EA
(226,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24867C color. Also use rgb(36,134,124) instead hex code.

Text Font Color

.myTextColor { color: #24867C; }

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

This text font color is #24867C.


Background Color

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

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

This div background color is #24867C.


Border color

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

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

This div border color is #24867C.


Opacity

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

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

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

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

This text has shadow with #24867C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24867C on black background.


Color preview on white background

This text has color #24867C on white background.



Black color preview on #24867C background

This text has black color on #24867C background.


White color preview on #24867C background

This text has white color on #24867C background.