Color Hex Logo

#482012 Color Hex

#482012
(72,32,18)
0 Favorites   0 Comments

Color spaces of #482012

RGB 723218
HSL0.040.600.18
HSV16°75°28°
CMYK 0.000.560.75   0.72
XYZ3.29822.45440.8722
Yxy2.45440.49790.3705
Hunter Lab15.666510.16237.6657
CIE-Lab17.711117.779318.0610

#482012 color RGB value is (72,32,18).

#482012 hex color red value is 72, green value is 32 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #482012 hue: 0.04 , saturation: 0.60 and the lightness value of 482012 is 0.18.

The process color (four color CMYK) of #482012 color hex is 0.00, 0.56, 0.75, 0.72. Web safe color of #482012 is #333300. Color #482012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100000 00010010
Octal 110 40 22
Decimal 72 32 18
Hex 48 20 12

RGB Percentages of Color #482012

%59.02
%26.23
%14.75

CMYK Percentages of Color #482012

%0
%56
%75
%72

Triadic Colors of #482012

#482012 #124820 #201248

Analogous Colors of #482012

#482012 #483b12 #48121f

Monochromatic Colors of #482012

#482012

Complementary Color

#482012 #123a48

#482012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482012 Color CSS Codes

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

#482012 Text Font Color

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

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


#482012 Background Color

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

This div background color is #482012


#482012 Border Color

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

This div border color is #482012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482012


Comments

No comments written yet.

Please login to write comment.