COLOR #24877B

HEX: #24877B
RGB: (36,135,123)

Color info

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

RGB color model

#24877B color RGB value is (36,135,123).

  • red value is 36;
  • green value is 135;
  • blue value is 123.
RGB:
(36,135,123)
(14%,53%,48%)

RGB channels and saturation

R 36 of 255 = 14%
G 135 of 255 = 53%
B 123 of 255 = 48%

36
135
123

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

Portions of RGB colors in percentages

R + G + B =
36 + 135 + 123 = 294 (100%)
R 36 of 294 ~ 12.24%
G 135 of 294 ~ 45.92%
B 123 of 294 ~ 41.84%

%12.24
%45.92
%41.84

CMYK color model

#24877B color CMYK value is (73,0,9,47).

  • cyan value is 73.33%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 47.06%
CMYK:
(73,0,9,47)
C73M0Y9K47 
(73%,0%,9%,47%)
(0.73/0.00/0.09/0.47)	

CMYK percentages

%73.33
%0
%8.89
%47.06

Codes

Color #24877B in popluar color models

24877B
RGB36135123
HSL173°57.89%33.53%
HSB/HSV173°73.33%52.94%
CMYK73.33%0.00%8.89%
47.06%

Color #24877B in popluar number systems.

HEX24877B
Decimal36135123
Binary100100100001111111011
Octal44207173

Shades and tints

Shades of #24877B

#24877B
(36,135,123)
#217B70
(33,123,112)
#1E6F65
(30,111,101)
#1B635A
(27,99,90)
#18574F
(24,87,79)
#154B44
(21,75,68)
#123F39
(18,63,57)
#0F332E
(15,51,46)
#0C2723
(12,39,35)
#091B18
(9,27,24)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #24877B

#24877B
(36,135,123)
#379187
(55,145,135)
#4A9B93
(74,155,147)
#5DA59F
(93,165,159)
#70AFAB
(112,175,171)
#83B9B7
(131,185,183)
#96C3C3
(150,195,195)
#A9CDCF
(169,205,207)
#BCD7DB
(188,215,219)
#CFE1E7
(207,225,231)
#E2EBF3
(226,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24877B color. Also use rgb(36,135,123) instead hex code.

Text Font Color

.myTextColor { color: #24877B; }

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

This text font color is #24877B.


Background Color

.myBgColor { background-color: #24877B; }

<div style="background-color:#24877B">Inner text</div>

This div background color is #24877B.


Border color

.myBorderColor { border: 1px solid #24877B; }

<div style="border:3px solid #24877B">Div</div>

This div border color is #24877B.


Opacity

.myOpacity80 { color: #24877B; opacity: 0.8; }

<p style="color:#24877B;opacity:0.8;">80%</p>

Text with #24877B 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 #24877B;}

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

This text has shadow with #24877B color.

.textShadow {text-shadow: 3px 3px 1px #24877B, 3px 3px 1px red;}

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

This text has shadow with #24877B primary color and red secondary color.


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

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

This text has shadow with #24877B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24877B on black background.


Color preview on white background

This text has color #24877B on white background.



Black color preview on #24877B background

This text has black color on #24877B background.


White color preview on #24877B background

This text has white color on #24877B background.