COLOR #24828D

HEX: #24828D RGB: (36,130,141)

Color info

#24828D contains mainly green and blue colors. Web safe color of #24828D is #339999 (or #399).

RGB color model

#24828D color RGB value is (36,130,141).

RGB: (36,130,141) (14%, 51%, 55%)

RGB channels and saturation

R 36 of 255 = 14%
G 130 of 255 = 51%
B 141 of 255 = 55%

36
130
141

R + G + B ~ 40%. #24828D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 36 + 130 + 141 = 307 (100%)
R 36 of 307 ~ 11.73%
G 130 of 307 ~ 42.35%
B 141 of 307 ~ 45.93'%

%11.73
%42.35
%45.93

CMYK color model

#24828D color CMYK value is (74,8,0,45).

  • cyan value is 74.47%
  • magenta value is 7.80%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (74,8,0,45)
C74M8Y0K45 (74%, 8%, 0%, 45%)
(0.74 / 0.08 / 0.00 / 0.45)

CMYK percentages

%74.47
%7.8
%0
%44.71

Codes

Color #24828D in popluar color models

24 82 8D
RGB 36 130 141
HSL 186° 59.32% 34.71%
HSB/HSV 186° 74.47% 55.29%
CMYK 74.47% 7.80% 0.00%
44.71%

Color #24828D in popluar number systems.

HEX 24 82 8D
Decimal 36 130 141
Binary 100100 10000010 10001101
Octal 44 202 215

Shades and tints

Shades of #24828D

#24828D
(36,130,141)
#217781
(33,119,129)
#1E6C75
(30,108,117)
#1B6169
(27,97,105)
#18565D
(24,86,93)
#154B51
(21,75,81)
#124045
(18,64,69)
#0F3539
(15,53,57)
#0C2A2D
(12,42,45)
#091F21
(9,31,33)
#061415
(6,20,21)
#000000
(0,0,0)

Tints of #24828D

#24828D
(36,130,141)
#378D97
(55,141,151)
#4A98A1
(74,152,161)
#5DA3AB
(93,163,171)
#70AEB5
(112,174,181)
#83B9BF
(131,185,191)
#96C4C9
(150,196,201)
#A9CFD3
(169,207,211)
#BCDADD
(188,218,221)
#CFE5E7
(207,229,231)
#E2F0F1
(226,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24828D color. Also use rgb(36,130,141) instead hex code.

Text Font Color

.myTextColor { color: #24828D; }

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

This text font color is #24828D.

Background Color

.myBgColor { background-color: #24828D; }

<div style="background-color:#24828D">Inner text</div>

This div background color is #24828D.

Border color

.myBorderColor { border: 1px solid #24828D; }

<div style="border:3px solid #24828D">Div</div>

This div border color is #24828D.

Opacity

.myOpacity80 { color: #24828D; opacity: 0.8; }

<p style="color:#24828D;opacity:0.8;">80%</p>

Text with #24828D 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 #24828D;}

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

This text has shadow with #24828D color.


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

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

This text has shadow with #24828D primary color and red secondary color.


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

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

This text has shadow with #24828D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #24828D.

Preview

Color preview on black background

This text has color #24828D on black background.


Color preview on white background

This text has color #24828D on white background.


Black color preview on #24828D background

This text has black color on #24828D background.


White color preview on #24828D background

This text has white color on #24828D background.


Related colors

Complementary color

Complementary color for #hex is #DB7D72.


I love getcolorcode.com

Triadic colors

1 #8D2482 and #828D24 with #24828D are triadic colors.

2 #8D8224 and #82248D with #24828D are triadic colors.