Color Hex Logo

#483916 Color Hex

#483916
(72,57,22)
0 Favorites   0 Comments

Color spaces of #483916

RGB 725722
HSL0.120.530.18
HSV42°69°28°
CMYK 0.000.210.69   0.72
XYZ4.28044.36191.3754
Yxy4.36190.42730.4354
Hunter Lab20.88520.034410.7150
CIE-Lab24.83351.883723.8240

#483916 color RGB value is (72,57,22).

#483916 hex color red value is 72, green value is 57 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #483916 hue: 0.12 , saturation: 0.53 and the lightness value of 483916 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 00010110
Octal 110 71 26
Decimal 72 57 22
Hex 48 39 16

RGB Percentages of Color #483916

%47.68
%37.75
%14.57

CMYK Percentages of Color #483916

%0
%21
%69
%72

Triadic Colors of #483916

#483916 #164839 #391648

Analogous Colors of #483916

#483916 #3e4816 #482016

Monochromatic Colors of #483916

#483916

Complementary Color

#483916 #162548

#483916 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483916 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483916 Color CSS Codes

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

#483916 Text Font Color

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

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


#483916 Background Color

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

This div background color is #483916


#483916 Border Color

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

This div border color is #483916


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483916


Comments

No comments written yet.

Please login to write comment.