COLOR #24856B

HEX: #24856B
RGB: (36,133,107)

Color info

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

RGB color model

#24856B color RGB value is (36,133,107).

  • red value is 36;
  • green value is 133;
  • blue value is 107.
RGB:
(36,133,107)
(14%,52%,42%)

RGB channels and saturation

R 36 of 255 = 14%
G 133 of 255 = 52%
B 107 of 255 = 42%

36
133
107

R + G + B ~ 36%. #24856B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 133 + 107 = 276 (100%)
R 36 of 276 ~ 13.04%
G 133 of 276 ~ 48.19%
B 107 of 276 ~ 38.77%

%13.04
%48.19
%38.77

CMYK color model

#24856B color CMYK value is (73,0,20,48).

  • cyan value is 72.93%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 47.84%
CMYK:
(73,0,20,48)
C73M0Y20K48 
(73%,0%,20%,48%)
(0.73/0.00/0.20/0.48)	

CMYK percentages

%72.93
%0
%19.55
%47.84

Codes

Color #24856B in popluar color models

24856B
RGB36133107
HSL164°57.40%33.14%
HSB/HSV164°72.93%52.16%
CMYK72.93%0.00%19.55%
47.84%

Color #24856B in popluar number systems.

HEX24856B
Decimal36133107
Binary100100100001011101011
Octal44205153

Shades and tints

Shades of #24856B

#24856B
(36,133,107)
#217962
(33,121,98)
#1E6D59
(30,109,89)
#1B6150
(27,97,80)
#185547
(24,85,71)
#15493E
(21,73,62)
#123D35
(18,61,53)
#0F312C
(15,49,44)
#0C2523
(12,37,35)
#09191A
(9,25,26)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #24856B

#24856B
(36,133,107)
#379078
(55,144,120)
#4A9B85
(74,155,133)
#5DA692
(93,166,146)
#70B19F
(112,177,159)
#83BCAC
(131,188,172)
#96C7B9
(150,199,185)
#A9D2C6
(169,210,198)
#BCDDD3
(188,221,211)
#CFE8E0
(207,232,224)
#E2F3ED
(226,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24856B color. Also use rgb(36,133,107) instead hex code.

Text Font Color

.myTextColor { color: #24856B; }

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

This text font color is #24856B.


Background Color

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

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

This div background color is #24856B.


Border color

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

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

This div border color is #24856B.


Opacity

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

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

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

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

This text has shadow with #24856B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24856B on black background.


Color preview on white background

This text has color #24856B on white background.



Black color preview on #24856B background

This text has black color on #24856B background.


White color preview on #24856B background

This text has white color on #24856B background.