COLOR #24895C

HEX: #24895C
RGB: (36,137,92)

Color info

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

RGB color model

#24895C color RGB value is (36,137,92).

  • red value is 36;
  • green value is 137;
  • blue value is 92.
RGB:
(36,137,92)
(14%,54%,36%)

RGB channels and saturation

R 36 of 255 = 14%
G 137 of 255 = 54%
B 92 of 255 = 36%

36
137
92

R + G + B ~ 35%. #24895C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 137 + 92 = 265 (100%)
R 36 of 265 ~ 13.58%
G 137 of 265 ~ 51.7%
B 92 of 265 ~ 34.72%

%13.58
%51.7
%34.72

CMYK color model

#24895C color CMYK value is (74,0,33,46).

  • cyan value is 73.72%
  • magenta value is 0.00%
  • yellow value is 32.85%
  • key color value is 46.27%
CMYK:
(74,0,33,46)
C74M0Y33K46 
(74%,0%,33%,46%)
(0.74/0.00/0.33/0.46)	

CMYK percentages

%73.72
%0
%32.85
%46.27

Codes

Color #24895C in popluar color models

24895C
RGB3613792
HSL153°58.38%33.92%
HSB/HSV153°73.72%53.73%
CMYK73.72%0.00%32.85%
46.27%

Color #24895C in popluar number systems.

HEX24895C
Decimal3613792
Binary100100100010011011100
Octal44211134

Shades and tints

Shades of #24895C

#24895C
(36,137,92)
#217D54
(33,125,84)
#1E714C
(30,113,76)
#1B6544
(27,101,68)
#18593C
(24,89,60)
#154D34
(21,77,52)
#12412C
(18,65,44)
#0F3524
(15,53,36)
#0C291C
(12,41,28)
#091D14
(9,29,20)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #24895C

#24895C
(36,137,92)
#37936A
(55,147,106)
#4A9D78
(74,157,120)
#5DA786
(93,167,134)
#70B194
(112,177,148)
#83BBA2
(131,187,162)
#96C5B0
(150,197,176)
#A9CFBE
(169,207,190)
#BCD9CC
(188,217,204)
#CFE3DA
(207,227,218)
#E2EDE8
(226,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24895C color. Also use rgb(36,137,92) instead hex code.

Text Font Color

.myTextColor { color: #24895C; }

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

This text font color is #24895C.


Background Color

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

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

This div background color is #24895C.


Border color

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

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

This div border color is #24895C.


Opacity

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

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

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

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

This text has shadow with #24895C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24895C on black background.


Color preview on white background

This text has color #24895C on white background.



Black color preview on #24895C background

This text has black color on #24895C background.


White color preview on #24895C background

This text has white color on #24895C background.