COLOR #24827C

HEX: #24827C RGB: (36,130,124)

Color info

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

RGB color model

#24827C color RGB value is (36,130,124).

RGB: (36,130,124) (14%, 51%, 49%)

RGB channels and saturation

R 36 of 255 = 14%
G 130 of 255 = 51%
B 124 of 255 = 49%

36
130
124

R + G + B ~ 38%. #24827C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 36 + 130 + 124 = 290 (100%)
R 36 of 290 ~ 12.41%
G 130 of 290 ~ 44.83%
B 124 of 290 ~ 42.76'%

%12.41
%44.83
%42.76

CMYK color model

#24827C color CMYK value is (72,0,5,49).

  • cyan value is 72.31%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 49.02%

CMYK: (72,0,5,49)
C72M0Y5K49 (72%, 0%, 5%, 49%)
(0.72 / 0.00 / 0.05 / 0.49)

CMYK percentages

%72.31
%0
%4.62
%49.02

Codes

Color #24827C in popluar color models

24 82 7C
RGB 36 130 124
HSL 176° 56.63% 32.55%
HSB/HSV 176° 72.31% 50.98%
CMYK 72.31% 0.00% 4.62%
49.02%

Color #24827C in popluar number systems.

HEX 24 82 7C
Decimal 36 130 124
Binary 100100 10000010 1111100
Octal 44 202 174

Shades and tints

Shades of #24827C

#24827C
(36,130,124)
#217771
(33,119,113)
#1E6C66
(30,108,102)
#1B615B
(27,97,91)
#185650
(24,86,80)
#154B45
(21,75,69)
#12403A
(18,64,58)
#0F352F
(15,53,47)
#0C2A24
(12,42,36)
#091F19
(9,31,25)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #24827C

#24827C
(36,130,124)
#378D87
(55,141,135)
#4A9892
(74,152,146)
#5DA39D
(93,163,157)
#70AEA8
(112,174,168)
#83B9B3
(131,185,179)
#96C4BE
(150,196,190)
#A9CFC9
(169,207,201)
#BCDAD4
(188,218,212)
#CFE5DF
(207,229,223)
#E2F0EA
(226,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24827C; }

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

This text font color is #24827C.

Background Color

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

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

This div background color is #24827C.

Border color

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

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

This div border color is #24827C.

Opacity

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

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

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

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

This text has shadow with #24827C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #24827C.

Preview

Color preview on black background

This text has color #24827C on black background.


Color preview on white background

This text has color #24827C on white background.


Black color preview on #24827C background

This text has black color on #24827C background.


White color preview on #24827C background

This text has white color on #24827C background.


Related colors

Complementary color

Complementary color for #hex is #DB7D83.


I love getcolorcode.com

Triadic colors

1 #7C2482 and #827C24 with #24827C are triadic colors.

2 #7C8224 and #82247C with #24827C are triadic colors.