Color Hex Logo

#24474f Color Hex

#24474F
(36,71,79)
0 Favorites   0 Comments

Color spaces of #24474f

RGB 367179
HSL0.530.370.23
HSV191°54°31°
CMYK 0.540.100.00   0.69
XYZ4.39215.44618.2168
Yxy5.44610.24330.3016
Hunter Lab23.3369-7.2451-4.5399
CIE-Lab27.9697-10.1001-8.7073

#24474f color RGB value is (36,71,79).

#24474f hex color red value is 36, green value is 71 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #24474f hue: 0.53 , saturation: 0.37 and the lightness value of 24474f is 0.23.

The process color (four color CMYK) of #24474f color hex is 0.54, 0.10, 0.00, 0.69. Web safe color of #24474f is #333366. Color #24474f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01000111 01001111
Octal 44 107 117
Decimal 36 71 79
Hex 24 47 4F

RGB Percentages of Color #24474f

%19.35
%38.17
%42.47

CMYK Percentages of Color #24474f

%54
%10
%0
%69

Triadic Colors of #24474f

#24474f #4f2447 #474f24

Analogous Colors of #24474f

#24474f #24324f #244f42

Monochromatic Colors of #24474f

#24474f

Complementary Color

#24474f #4f2c24

#24474f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24474f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24474f Color CSS Codes

.mybgcolor {background-color:#24474f; } 
.myforecolor {color:#24474f; }
.mybordercolor {border:3px solid #24474f; }

#24474f Text Font Color

<p style="color:#24474f">Text here</p>

This sample text font color is #24474f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#24474f Background Color

<div style="background-color:#24474f">
Div content here</div>

This div background color is #24474f


#24474f Border Color

<div style="border:3px solid #24474f">
Div here</div>

This div border color is #24474f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,71,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24474f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24474f;
  -webkit-box-shadow: 1px 1px 3px 2px #24474f;
  box-shadow:         1px 1px 3px 2px #24474f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,71,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #24474f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #24474f;
  -webkit-box-shadow: 1px 1px 3px 2px #24474f;
  box-shadow:         1px 1px 3px 2px #24474f;">
Div content here</div>

This div box has shadow with color #24474f


Comments

No comments written yet.

Please login to write comment.