Color Hex Logo

#482419 Color Hex

#482419
(72,36,25)
0 Favorites   0 Comments

Color spaces of #482419

RGB 723625
HSL0.040.480.19
HSV14°65°28°
CMYK 0.000.500.65   0.72
XYZ3.47882.70971.2594
Yxy2.70970.46710.3638
Hunter Lab16.46128.91606.9867
CIE-Lab18.841615.830414.8413

#482419 color RGB value is (72,36,25).

#482419 hex color red value is 72, green value is 36 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #482419 hue: 0.04 , saturation: 0.48 and the lightness value of 482419 is 0.19.

The process color (four color CMYK) of #482419 color hex is 0.00, 0.50, 0.65, 0.72. Web safe color of #482419 is #333300. Color #482419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100100 00011001
Octal 110 44 31
Decimal 72 36 25
Hex 48 24 19

RGB Percentages of Color #482419

%54.14
%27.07
%18.80

CMYK Percentages of Color #482419

%0
%50
%65
%72

Triadic Colors of #482419

#482419 #194824 #241948

Analogous Colors of #482419

#482419 #483c19 #481926

Monochromatic Colors of #482419

#482419

Complementary Color

#482419 #193d48

#482419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482419 Color CSS Codes

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

#482419 Text Font Color

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

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


#482419 Background Color

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

This div background color is #482419


#482419 Border Color

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

This div border color is #482419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482419


Comments

No comments written yet.

Please login to write comment.