COLOR #24706E

HEX: #24706E
RGB: (36,112,110)

Color info

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

RGB color model

#24706E color RGB value is (36,112,110).

  • red value is 36;
  • green value is 112;
  • blue value is 110.
RGB:
(36,112,110)
(14%,44%,43%)

RGB channels and saturation

R 36 of 255 = 14%
G 112 of 255 = 44%
B 110 of 255 = 43%

36
112
110

R + G + B ~ 34%. #24706E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 112 + 110 = 258 (100%)
R 36 of 258 ~ 13.95%
G 112 of 258 ~ 43.41%
B 110 of 258 ~ 42.64%

%13.95
%43.41
%42.64

CMYK color model

#24706E color CMYK value is (68,0,2,56).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 1.79%
  • key color value is 56.08%
CMYK:
(68,0,2,56)
C68M0Y2K56 
(68%,0%,2%,56%)
(0.68/0.00/0.02/0.56)	

CMYK percentages

%67.86
%0
%1.79
%56.08

Codes

Color #24706E in popluar color models

24706E
RGB36112110
HSL178°51.35%29.02%
HSB/HSV178°67.86%43.92%
CMYK67.86%0.00%1.79%
56.08%

Color #24706E in popluar number systems.

HEX24706E
Decimal36112110
Binary10010011100001101110
Octal44160156

Shades and tints

Shades of #24706E

#24706E
(36,112,110)
#216664
(33,102,100)
#1E5C5A
(30,92,90)
#1B5250
(27,82,80)
#184846
(24,72,70)
#153E3C
(21,62,60)
#123432
(18,52,50)
#0F2A28
(15,42,40)
#0C201E
(12,32,30)
#091614
(9,22,20)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #24706E

#24706E
(36,112,110)
#377D7B
(55,125,123)
#4A8A88
(74,138,136)
#5D9795
(93,151,149)
#70A4A2
(112,164,162)
#83B1AF
(131,177,175)
#96BEBC
(150,190,188)
#A9CBC9
(169,203,201)
#BCD8D6
(188,216,214)
#CFE5E3
(207,229,227)
#E2F2F0
(226,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24706E color. Also use rgb(36,112,110) instead hex code.

Text Font Color

.myTextColor { color: #24706E; }

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

This text font color is #24706E.


Background Color

.myBgColor { background-color: #24706E; }

<div style="background-color:#24706E">Inner text</div>

This div background color is #24706E.


Border color

.myBorderColor { border: 1px solid #24706E; }

<div style="border:3px solid #24706E">Div</div>

This div border color is #24706E.


Opacity

.myOpacity80 { color: #24706E; opacity: 0.8; }

<p style="color:#24706E;opacity:0.8;">80%</p>

Text with #24706E 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 #24706E;}

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

This text has shadow with #24706E color.

.textShadow {text-shadow: 3px 3px 1px #24706E, 3px 3px 1px red;}

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

This text has shadow with #24706E primary color and red secondary color.


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

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

This text has shadow with #24706E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24706E on black background.


Color preview on white background

This text has color #24706E on white background.



Black color preview on #24706E background

This text has black color on #24706E background.


White color preview on #24706E background

This text has white color on #24706E background.