Color Hex Logo

#482e0c Color Hex

#482E0C
(72,46,12)
0 Favorites   0 Comments

Color spaces of #482e0c

RGB 724612
HSL0.090.710.16
HSV34°83°28°
CMYK 0.000.360.83   0.72
XYZ3.71583.35830.8002
Yxy3.35830.47190.4265
Hunter Lab18.32574.123610.2390
CIE-Lab21.42528.381525.4945

#482e0c color RGB value is (72,46,12).

#482e0c hex color red value is 72, green value is 46 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #482e0c hue: 0.09 , saturation: 0.71 and the lightness value of 482e0c is 0.16.

The process color (four color CMYK) of #482e0c color hex is 0.00, 0.36, 0.83, 0.72. Web safe color of #482e0c is #333300. Color #482e0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00101110 00001100
Octal 110 56 14
Decimal 72 46 12
Hex 48 2E C

RGB Percentages of Color #482e0c

%55.38
%35.38
%9.23

CMYK Percentages of Color #482e0c

%0
%36
%83
%72

Triadic Colors of #482e0c

#482e0c #0c482e #2e0c48

Analogous Colors of #482e0c

#482e0c #44480c #48100c

Monochromatic Colors of #482e0c

#482e0c

Complementary Color

#482e0c #0c2648

#482e0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#482e0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#482e0c Color CSS Codes

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

#482e0c Text Font Color

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

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


#482e0c Background Color

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

This div background color is #482e0c


#482e0c Border Color

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

This div border color is #482e0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #482e0c

#482e0c Color Palettes


Comments

No comments written yet.

Please login to write comment.