COLOR #24674F

HEX: #24674F
RGB: (36,103,79)

Color info

#24674F contains mainly green and blue colors. Web safe color of #24674F is #336666 (or #366).

RGB color model

#24674F color RGB value is (36,103,79).

  • red value is 36;
  • green value is 103;
  • blue value is 79.
RGB:
(36,103,79)
(14%,40%,31%)

RGB channels and saturation

R 36 of 255 = 14%
G 103 of 255 = 40%
B 79 of 255 = 31%

36
103
79

R + G + B ~ 28%. #24674F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 103 + 79 = 218 (100%)
R 36 of 218 ~ 16.51%
G 103 of 218 ~ 47.25%
B 79 of 218 ~ 36.24%

%16.51
%47.25
%36.24

CMYK color model

#24674F color CMYK value is (65,0,23,60).

  • cyan value is 65.05%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 59.61%
CMYK:
(65,0,23,60)
C65M0Y23K60 
(65%,0%,23%,60%)
(0.65/0.00/0.23/0.60)	

CMYK percentages

%65.05
%0
%23.3
%59.61

Codes

Color #24674F in popluar color models

24674F
RGB3610379
HSL159°48.20%27.25%
HSB/HSV159°65.05%40.39%
CMYK65.05%0.00%23.30%
59.61%

Color #24674F in popluar number systems.

HEX24674F
Decimal3610379
Binary10010011001111001111
Octal44147117

Shades and tints

Shades of #24674F

#24674F
(36,103,79)
#215E48
(33,94,72)
#1E5541
(30,85,65)
#1B4C3A
(27,76,58)
#184333
(24,67,51)
#153A2C
(21,58,44)
#123125
(18,49,37)
#0F281E
(15,40,30)
#0C1F17
(12,31,23)
#091610
(9,22,16)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #24674F

#24674F
(36,103,79)
#37745F
(55,116,95)
#4A816F
(74,129,111)
#5D8E7F
(93,142,127)
#709B8F
(112,155,143)
#83A89F
(131,168,159)
#96B5AF
(150,181,175)
#A9C2BF
(169,194,191)
#BCCFCF
(188,207,207)
#CFDCDF
(207,220,223)
#E2E9EF
(226,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24674F color. Also use rgb(36,103,79) instead hex code.

Text Font Color

.myTextColor { color: #24674F; }

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

This text font color is #24674F.


Background Color

.myBgColor { background-color: #24674F; }

<div style="background-color:#24674F">Inner text</div>

This div background color is #24674F.


Border color

.myBorderColor { border: 1px solid #24674F; }

<div style="border:3px solid #24674F">Div</div>

This div border color is #24674F.


Opacity

.myOpacity80 { color: #24674F; opacity: 0.8; }

<p style="color:#24674F;opacity:0.8;">80%</p>

Text with #24674F 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 #24674F;}

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

This text has shadow with #24674F color.

.textShadow {text-shadow: 3px 3px 1px #24674F, 3px 3px 1px red;}

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

This text has shadow with #24674F primary color and red secondary color.


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

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

This text has shadow with #24674F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24674F on black background.


Color preview on white background

This text has color #24674F on white background.



Black color preview on #24674F background

This text has black color on #24674F background.


White color preview on #24674F background

This text has white color on #24674F background.