Color Hex Logo

#24464d Color Hex

#24464D
(36,70,77)
0 Favorites   0 Comments

Color spaces of #24464d

RGB 367077
HSL0.530.360.22
HSV190°53°30°
CMYK 0.530.090.00   0.70
XYZ4.25735.29127.8181
Yxy5.29120.24510.3047
Hunter Lab23.0026-7.2180-4.0496
CIE-Lab27.5488-10.1407-8.0432

#24464d color RGB value is (36,70,77).

#24464d hex color red value is 36, green value is 70 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #24464d hue: 0.53 , saturation: 0.36 and the lightness value of 24464d is 0.22.

The process color (four color CMYK) of #24464d color hex is 0.53, 0.09, 0.00, 0.70. Web safe color of #24464d is #333366. Color #24464d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01000110 01001101
Octal 44 106 115
Decimal 36 70 77
Hex 24 46 4D

RGB Percentages of Color #24464d

%19.67
%38.25
%42.08

CMYK Percentages of Color #24464d

%53
%9
%0
%70

Triadic Colors of #24464d

#24464d #4d2446 #464d24

Analogous Colors of #24464d

#24464d #24324d #244d40

Monochromatic Colors of #24464d

#24464d

Complementary Color

#24464d #4d2b24

#24464d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24464d Color Preview on White Background

Lorem ipsum dolor sit amet.

#24464d Color CSS Codes

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

#24464d Text Font Color

<p style="color:#24464d">Text here</p>

This sample text font color is #24464d
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.


#24464d Background Color

<div style="background-color:#24464d">
Div content here</div>

This div background color is #24464d


#24464d Border Color

<div style="border:3px solid #24464d">
Div here</div>

This div border color is #24464d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,70,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24464d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24464d;
  -webkit-box-shadow: 1px 1px 3px 2px #24464d;
  box-shadow:         1px 1px 3px 2px #24464d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24464d


Comments

No comments written yet.

Please login to write comment.