Color Hex Logo

#482606 Color Hex

#482606
(72,38,6)
0 Favorites   0 Comments

Color spaces of #482606

RGB 72386
HSL0.080.850.15
HSV29°92°28°
CMYK 0.000.470.92   0.72
XYZ3.39852.77710.5292
Yxy2.77710.50690.4142
Hunter Lab16.66467.23939.7824
CIE-Lab19.128113.308125.4102

#482606 color RGB value is (72,38,6).

#482606 hex color red value is 72, green value is 38 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #482606 hue: 0.08 , saturation: 0.85 and the lightness value of 482606 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100110 00000110
Octal 110 46 6
Decimal 72 38 6
Hex 48 26 6

RGB Percentages of Color #482606

%62.07
%32.76
%5.17

CMYK Percentages of Color #482606

%0
%47
%92
%72

Triadic Colors of #482606

#482606 #064826 #260648

Analogous Colors of #482606

#482606 #484706 #480607

Monochromatic Colors of #482606

#482606

Complementary Color

#482606 #062848

#482606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#482606 Color CSS Codes

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

#482606 Text Font Color

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

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


#482606 Background Color

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

This div background color is #482606


#482606 Border Color

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

This div border color is #482606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482606

#482606 Color Palettes


Comments

No comments written yet.

Please login to write comment.