Color Hex Logo

#484812 Color Hex

#484812
(72,72,18)
0 Favorites   0 Comments

Color spaces of #484812

RGB 727218
HSL0.170.600.18
HSV60°75°28°
CMYK 0.000.000.75   0.72
XYZ5.09906.05611.4725
Yxy6.05610.40380.4796
Hunter Lab24.6091-6.080913.6788
CIE-Lab29.5536-7.775930.8908

#484812 color RGB value is (72,72,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01001000 00010010
Octal 110 110 22
Decimal 72 72 18
Hex 48 48 12

RGB Percentages of Color #484812

%44.44
%44.44
%11.11

CMYK Percentages of Color #484812

%0
%0
%75
%72

Triadic Colors of #484812

#484812 #124848 #481248

Analogous Colors of #484812

#484812 #2d4812 #482d12

Monochromatic Colors of #484812

#484812

Complementary Color

#484812 #121248

#484812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#484812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#484812 Color CSS Codes

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

#484812 Text Font Color

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

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


#484812 Background Color

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

This div background color is #484812


#484812 Border Color

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

This div border color is #484812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #484812


Comments

No comments written yet.

Please login to write comment.