Color Hex Logo

#482824 Color Hex

#482824
(72,40,36)
0 Favorites   0 Comments

Color spaces of #482824

RGB 724036
HSL0.020.330.21
HSV50°28°
CMYK 0.000.440.50   0.72
XYZ3.74973.02272.0549
Yxy3.02270.42480.3424
Hunter Lab17.38598.07265.1625
CIE-Lab20.134614.45929.0526

#482824 color RGB value is (72,40,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101000 00100100
Octal 110 50 44
Decimal 72 40 36
Hex 48 28 24

RGB Percentages of Color #482824

%48.65
%27.03
%24.32

CMYK Percentages of Color #482824

%0
%44
%50
%72

Triadic Colors of #482824

#482824 #244828 #282448

Analogous Colors of #482824

#482824 #483a24 #482432

Monochromatic Colors of #482824

#482824

Complementary Color

#482824 #244448

#482824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482824 Color CSS Codes

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

#482824 Text Font Color

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

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


#482824 Background Color

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

This div background color is #482824


#482824 Border Color

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

This div border color is #482824


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,40,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 #482824">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482824


Comments

No comments written yet.

Please login to write comment.