COLOR #24483C

HEX: #24483C
RGB: (36,72,60)

Color info

#24483C contains red, green and blue colors in about the same proportion. Web safe color of #24483C is #333333 (or #333).

RGB color model

#24483C color RGB value is (36,72,60).

  • red value is 36;
  • green value is 72;
  • blue value is 60.
RGB:
(36,72,60)
(14%,28%,24%)

RGB channels and saturation

R 36 of 255 = 14%
G 72 of 255 = 28%
B 60 of 255 = 24%

36
72
60

R + G + B ~ 22%. #24483C is dark color.

Portions of RGB colors in percentages

R + G + B =
36 + 72 + 60 = 168 (100%)
R 36 of 168 ~ 21.43%
G 72 of 168 ~ 42.86%
B 60 of 168 ~ 35.71%

%21.43
%42.86
%35.71

CMYK color model

#24483C color CMYK value is (50,0,17,72).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 71.76%
CMYK:
(50,0,17,72)
C50M0Y17K72 
(50%,0%,17%,72%)
(0.50/0.00/0.17/0.72)	

CMYK percentages

%50
%0
%16.67
%71.76

Codes

Color #24483C in popluar color models

24483C
RGB367260
HSL160°33.33%21.18%
HSB/HSV160°50.00%28.24%
CMYK50.00%0.00%16.67%
71.76%

Color #24483C in popluar number systems.

HEX24483C
Decimal367260
Binary1001001001000111100
Octal4411074

Shades and tints

Shades of #24483C

#24483C
(36,72,60)
#214237
(33,66,55)
#1E3C32
(30,60,50)
#1B362D
(27,54,45)
#183028
(24,48,40)
#152A23
(21,42,35)
#12241E
(18,36,30)
#0F1E19
(15,30,25)
#0C1814
(12,24,20)
#09120F
(9,18,15)
#060C0A
(6,12,10)
#000000
(0,0,0)

Tints of #24483C

#24483C
(36,72,60)
#37584D
(55,88,77)
#4A685E
(74,104,94)
#5D786F
(93,120,111)
#708880
(112,136,128)
#839891
(131,152,145)
#96A8A2
(150,168,162)
#A9B8B3
(169,184,179)
#BCC8C4
(188,200,196)
#CFD8D5
(207,216,213)
#E2E8E6
(226,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24483C color. Also use rgb(36,72,60) instead hex code.

Text Font Color

.myTextColor { color: #24483C; }

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

This text font color is #24483C.


Background Color

.myBgColor { background-color: #24483C; }

<div style="background-color:#24483C">Inner text</div>

This div background color is #24483C.


Border color

.myBorderColor { border: 1px solid #24483C; }

<div style="border:3px solid #24483C">Div</div>

This div border color is #24483C.


Opacity

.myOpacity80 { color: #24483C; opacity: 0.8; }

<p style="color:#24483C;opacity:0.8;">80%</p>

Text with #24483C 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 #24483C;}

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

This text has shadow with #24483C color.

.textShadow {text-shadow: 3px 3px 1px #24483C, 3px 3px 1px red;}

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

This text has shadow with #24483C primary color and red secondary color.


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

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

This text has shadow with #24483C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24483C on black background.


Color preview on white background

This text has color #24483C on white background.



Black color preview on #24483C background

This text has black color on #24483C background.


White color preview on #24483C background

This text has white color on #24483C background.