Color Hex Logo

#484424 Color Hex

#484424
(72,68,36)
0 Favorites   0 Comments

Color spaces of #484424

RGB 726836
HSL0.150.330.21
HSV53°50°28°
CMYK 0.000.060.50   0.72
XYZ5.05805.63932.4910
Yxy5.63930.38350.4276
Hunter Lab23.7472-3.538310.4037
CIE-Lab28.4836-3.670719.9194

#484424 color RGB value is (72,68,36).

#484424 hex color red value is 72, green value is 68 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #484424 hue: 0.15 , saturation: 0.33 and the lightness value of 484424 is 0.21.

The process color (four color CMYK) of #484424 color hex is 0.00, 0.06, 0.50, 0.72. Web safe color of #484424 is #333333. Color #484424 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000100 00100100
Octal 110 104 44
Decimal 72 68 36
Hex 48 44 24

RGB Percentages of Color #484424

%40.91
%38.64
%20.45

CMYK Percentages of Color #484424

%0
%6
%50
%72

Triadic Colors of #484424

#484424 #244844 #442448

Analogous Colors of #484424

#484424 #3a4824 #483224

Monochromatic Colors of #484424

#484424

Complementary Color

#484424 #242848

#484424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484424 Color CSS Codes

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

#484424 Text Font Color

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

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


#484424 Background Color

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

This div background color is #484424


#484424 Border Color

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

This div border color is #484424


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,68,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #484424; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #484424;
  -webkit-box-shadow: 1px 1px 3px 2px #484424;
  box-shadow:         1px 1px 3px 2px #484424; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484424


Comments

No comments written yet.

Please login to write comment.