Color Hex Logo

#483825 Color Hex

#483825
(72,56,37)
0 Favorites   0 Comments

Color spaces of #483825

RGB 725637
HSL0.090.320.21
HSV33°49°28°
CMYK 0.000.220.49   0.72
XYZ4.42064.33962.3549
Yxy4.33960.39770.3904
Hunter Lab20.83171.42327.8798
CIE-Lab24.76384.105614.5594

#483825 color RGB value is (72,56,37).

#483825 hex color red value is 72, green value is 56 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #483825 hue: 0.09 , saturation: 0.32 and the lightness value of 483825 is 0.21.

The process color (four color CMYK) of #483825 color hex is 0.00, 0.22, 0.49, 0.72. Web safe color of #483825 is #333333. Color #483825 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 00100101
Octal 110 70 45
Decimal 72 56 37
Hex 48 38 25

RGB Percentages of Color #483825

%43.64
%33.94
%22.42

CMYK Percentages of Color #483825

%0
%22
%49
%72

Triadic Colors of #483825

#483825 #254838 #382548

Analogous Colors of #483825

#483825 #474825 #482725

Monochromatic Colors of #483825

#483825

Complementary Color

#483825 #253548

#483825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483825 Color CSS Codes

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

#483825 Text Font Color

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

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


#483825 Background Color

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

This div background color is #483825


#483825 Border Color

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

This div border color is #483825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483825


Comments

No comments written yet.

Please login to write comment.