COLOR #24696B

HEX: #24696B
RGB: (36,105,107)

Color info

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

RGB color model

#24696B color RGB value is (36,105,107).

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

RGB channels and saturation

R 36 of 255 = 14%
G 105 of 255 = 41%
B 107 of 255 = 42%

36
105
107

R + G + B ~ 32%. #24696B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 105 + 107 = 248 (100%)
R 36 of 248 ~ 14.52%
G 105 of 248 ~ 42.34%
B 107 of 248 ~ 43.15%

%14.52
%42.34
%43.15

CMYK color model

#24696B color CMYK value is (66,2,0,58).

  • cyan value is 66.36%
  • magenta value is 1.87%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(66,2,0,58)
C66M2Y0K58 
(66%,2%,0%,58%)
(0.66/0.02/0.00/0.58)	

CMYK percentages

%66.36
%1.87
%0
%58.04

Codes

Color #24696B in popluar color models

24696B
RGB36105107
HSL182°49.65%28.04%
HSB/HSV182°66.36%41.96%
CMYK66.36%1.87%0.00%
58.04%

Color #24696B in popluar number systems.

HEX24696B
Decimal36105107
Binary10010011010011101011
Octal44151153

Shades and tints

Shades of #24696B

#24696B
(36,105,107)
#216062
(33,96,98)
#1E5759
(30,87,89)
#1B4E50
(27,78,80)
#184547
(24,69,71)
#153C3E
(21,60,62)
#123335
(18,51,53)
#0F2A2C
(15,42,44)
#0C2123
(12,33,35)
#09181A
(9,24,26)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #24696B

#24696B
(36,105,107)
#377678
(55,118,120)
#4A8385
(74,131,133)
#5D9092
(93,144,146)
#709D9F
(112,157,159)
#83AAAC
(131,170,172)
#96B7B9
(150,183,185)
#A9C4C6
(169,196,198)
#BCD1D3
(188,209,211)
#CFDEE0
(207,222,224)
#E2EBED
(226,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #24696B; }

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

This text font color is #24696B.


Background Color

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

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

This div background color is #24696B.


Border color

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

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

This div border color is #24696B.


Opacity

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

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

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

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

This text has shadow with #24696B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24696B on black background.


Color preview on white background

This text has color #24696B on white background.



Black color preview on #24696B background

This text has black color on #24696B background.


White color preview on #24696B background

This text has white color on #24696B background.