COLOR #24664D

HEX: #24664D
RGB: (36,102,77)

Color info

#24664D contains mainly green and blue colors. Web safe color of #24664D is #336633 (or #363).

RGB color model

#24664D color RGB value is (36,102,77).

  • red value is 36;
  • green value is 102;
  • blue value is 77.
RGB:
(36,102,77)
(14%,40%,30%)

RGB channels and saturation

R 36 of 255 = 14%
G 102 of 255 = 40%
B 77 of 255 = 30%

36
102
77

R + G + B ~ 28%. #24664D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 102 + 77 = 215 (100%)
R 36 of 215 ~ 16.74%
G 102 of 215 ~ 47.44%
B 77 of 215 ~ 35.81%

%16.74
%47.44
%35.81

CMYK color model

#24664D color CMYK value is (65,0,25,60).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 24.51%
  • key color value is 60.00%
CMYK:
(65,0,25,60)
C65M0Y25K60 
(65%,0%,25%,60%)
(0.65/0.00/0.25/0.60)	

CMYK percentages

%64.71
%0
%24.51
%60

Codes

Color #24664D in popluar color models

24664D
RGB3610277
HSL157°47.83%27.06%
HSB/HSV157°64.71%40.00%
CMYK64.71%0.00%24.51%
60.00%

Color #24664D in popluar number systems.

HEX24664D
Decimal3610277
Binary10010011001101001101
Octal44146115

Shades and tints

Shades of #24664D

#24664D
(36,102,77)
#215D46
(33,93,70)
#1E543F
(30,84,63)
#1B4B38
(27,75,56)
#184231
(24,66,49)
#15392A
(21,57,42)
#123023
(18,48,35)
#0F271C
(15,39,28)
#0C1E15
(12,30,21)
#09150E
(9,21,14)
#060C07
(6,12,7)
#000000
(0,0,0)

Tints of #24664D

#24664D
(36,102,77)
#37735D
(55,115,93)
#4A806D
(74,128,109)
#5D8D7D
(93,141,125)
#709A8D
(112,154,141)
#83A79D
(131,167,157)
#96B4AD
(150,180,173)
#A9C1BD
(169,193,189)
#BCCECD
(188,206,205)
#CFDBDD
(207,219,221)
#E2E8ED
(226,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24664D color. Also use rgb(36,102,77) instead hex code.

Text Font Color

.myTextColor { color: #24664D; }

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

This text font color is #24664D.


Background Color

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

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

This div background color is #24664D.


Border color

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

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

This div border color is #24664D.


Opacity

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

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

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

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

This text has shadow with #24664D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24664D on black background.


Color preview on white background

This text has color #24664D on white background.



Black color preview on #24664D background

This text has black color on #24664D background.


White color preview on #24664D background

This text has white color on #24664D background.