Color Hex Logo

#24504a Color Hex

#24504A
(36,80,74)
0 Favorites   0 Comments

Color spaces of #24504a

RGB 368074
HSL0.480.380.23
HSV172°55°31°
CMYK 0.550.000.07   0.69
XYZ4.83226.60687.4991
Yxy6.60680.25520.3489
Hunter Lab25.7037-11.42410.6946
CIE-Lab30.8945-16.9039-1.1284

#24504a color RGB value is (36,80,74).

#24504a hex color red value is 36, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #24504a hue: 0.48 , saturation: 0.38 and the lightness value of 24504a is 0.23.

The process color (four color CMYK) of #24504a color hex is 0.55, 0.00, 0.07, 0.69. Web safe color of #24504a is #336633. Color #24504a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01010000 01001010
Octal 44 120 112
Decimal 36 80 74
Hex 24 50 4A

RGB Percentages of Color #24504a

%18.95
%42.11
%38.95

CMYK Percentages of Color #24504a

%55
%0
%7
%69

Triadic Colors of #24504a

#24504a #4a2450 #504a24

Analogous Colors of #24504a

#24504a #244050 #245034

Monochromatic Colors of #24504a

#24504a

Complementary Color

#24504a #50242a

#24504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#24504a Color CSS Codes

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

#24504a Text Font Color

<p style="color:#24504a">Text here</p>

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


#24504a Background Color

<div style="background-color:#24504a">
Div content here</div>

This div background color is #24504a


#24504a Border Color

<div style="border:3px solid #24504a">
Div here</div>

This div border color is #24504a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,80,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24504a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24504a;
  -webkit-box-shadow: 1px 1px 3px 2px #24504a;
  box-shadow:         1px 1px 3px 2px #24504a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24504a


Comments

No comments written yet.

Please login to write comment.