COLOR #24768E

HEX: #24768E
RGB: (36,118,142)

Color info

#24768E contains mainly green and blue colors. Web safe color of #24768E is #336699 (or #369).

RGB color model

#24768E color RGB value is (36,118,142).

  • red value is 36;
  • green value is 118;
  • blue value is 142.
RGB:
(36,118,142)
(14%,46%,56%)

RGB channels and saturation

R 36 of 255 = 14%
G 118 of 255 = 46%
B 142 of 255 = 56%

36
118
142

R + G + B ~ 39%. #24768E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 118 + 142 = 296 (100%)
R 36 of 296 ~ 12.16%
G 118 of 296 ~ 39.86%
B 142 of 296 ~ 47.97%

%12.16
%39.86
%47.97

CMYK color model

#24768E color CMYK value is (75,17,0,44).

  • cyan value is 74.65%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(75,17,0,44)
C75M17Y0K44 
(75%,17%,0%,44%)
(0.75/0.17/0.00/0.44)	

CMYK percentages

%74.65
%16.9
%0
%44.31

Codes

Color #24768E in popluar color models

24768E
RGB36118142
HSL194°59.55%34.90%
HSB/HSV194°74.65%55.69%
CMYK74.65%16.90%0.00%
44.31%

Color #24768E in popluar number systems.

HEX24768E
Decimal36118142
Binary100100111011010001110
Octal44166216

Shades and tints

Shades of #24768E

#24768E
(36,118,142)
#216C82
(33,108,130)
#1E6276
(30,98,118)
#1B586A
(27,88,106)
#184E5E
(24,78,94)
#154452
(21,68,82)
#123A46
(18,58,70)
#0F303A
(15,48,58)
#0C262E
(12,38,46)
#091C22
(9,28,34)
#061216
(6,18,22)
#000000
(0,0,0)

Tints of #24768E

#24768E
(36,118,142)
#378298
(55,130,152)
#4A8EA2
(74,142,162)
#5D9AAC
(93,154,172)
#70A6B6
(112,166,182)
#83B2C0
(131,178,192)
#96BECA
(150,190,202)
#A9CAD4
(169,202,212)
#BCD6DE
(188,214,222)
#CFE2E8
(207,226,232)
#E2EEF2
(226,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24768E color. Also use rgb(36,118,142) instead hex code.

Text Font Color

.myTextColor { color: #24768E; }

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

This text font color is #24768E.


Background Color

.myBgColor { background-color: #24768E; }

<div style="background-color:#24768E">Inner text</div>

This div background color is #24768E.


Border color

.myBorderColor { border: 1px solid #24768E; }

<div style="border:3px solid #24768E">Div</div>

This div border color is #24768E.


Opacity

.myOpacity80 { color: #24768E; opacity: 0.8; }

<p style="color:#24768E;opacity:0.8;">80%</p>

Text with #24768E 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 #24768E;}

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

This text has shadow with #24768E color.

.textShadow {text-shadow: 3px 3px 1px #24768E, 3px 3px 1px red;}

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

This text has shadow with #24768E primary color and red secondary color.


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

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

This text has shadow with #24768E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24768E on black background.


Color preview on white background

This text has color #24768E on white background.



Black color preview on #24768E background

This text has black color on #24768E background.


White color preview on #24768E background

This text has white color on #24768E background.