COLOR #24829D

HEX: #24829D
RGB: (36,130,157)

Color info

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

RGB color model

#24829D color RGB value is (36,130,157).

  • red value is 36;
  • green value is 130;
  • blue value is 157.
RGB:
(36,130,157)
(14%,51%,62%)

RGB channels and saturation

R 36 of 255 = 14%
G 130 of 255 = 51%
B 157 of 255 = 62%

36
130
157

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

Portions of RGB colors in percentages

R + G + B =
36 + 130 + 157 = 323 (100%)
R 36 of 323 ~ 11.15%
G 130 of 323 ~ 40.25%
B 157 of 323 ~ 48.61%

%11.15
%40.25
%48.61

CMYK color model

#24829D color CMYK value is (77,17,0,38).

  • cyan value is 77.07%
  • magenta value is 17.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(77,17,0,38)
C77M17Y0K38 
(77%,17%,0%,38%)
(0.77/0.17/0.00/0.38)	

CMYK percentages

%77.07
%17.2
%0
%38.43

Codes

Color #24829D in popluar color models

24829D
RGB36130157
HSL193°62.69%37.84%
HSB/HSV193°77.07%61.57%
CMYK77.07%17.20%0.00%
38.43%

Color #24829D in popluar number systems.

HEX24829D
Decimal36130157
Binary1001001000001010011101
Octal44202235

Shades and tints

Shades of #24829D

#24829D
(36,130,157)
#21778F
(33,119,143)
#1E6C81
(30,108,129)
#1B6173
(27,97,115)
#185665
(24,86,101)
#154B57
(21,75,87)
#124049
(18,64,73)
#0F353B
(15,53,59)
#0C2A2D
(12,42,45)
#091F1F
(9,31,31)
#061411
(6,20,17)
#000000
(0,0,0)

Tints of #24829D

#24829D
(36,130,157)
#378DA5
(55,141,165)
#4A98AD
(74,152,173)
#5DA3B5
(93,163,181)
#70AEBD
(112,174,189)
#83B9C5
(131,185,197)
#96C4CD
(150,196,205)
#A9CFD5
(169,207,213)
#BCDADD
(188,218,221)
#CFE5E5
(207,229,229)
#E2F0ED
(226,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24829D; }

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

This text font color is #24829D.


Background Color

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

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

This div background color is #24829D.


Border color

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

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

This div border color is #24829D.


Opacity

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

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

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

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

This text has shadow with #24829D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24829D on black background.


Color preview on white background

This text has color #24829D on white background.



Black color preview on #24829D background

This text has black color on #24829D background.


White color preview on #24829D background

This text has white color on #24829D background.