Color Hex Logo

#483920 Color Hex

#483920
(72,57,32)
0 Favorites   0 Comments

Color spaces of #483920

RGB 725732
HSL0.100.380.20
HSV38°56°28°
CMYK 0.000.210.56   0.72
XYZ4.39634.40831.9857
Yxy4.40830.40740.4085
Hunter Lab20.99600.63289.0898
CIE-Lab24.97782.853118.0075

#483920 color RGB value is (72,57,32).

#483920 hex color red value is 72, green value is 57 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #483920 hue: 0.10 , saturation: 0.38 and the lightness value of 483920 is 0.20.

The process color (four color CMYK) of #483920 color hex is 0.00, 0.21, 0.56, 0.72. Web safe color of #483920 is #333333. Color #483920 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 00100000
Octal 110 71 40
Decimal 72 57 32
Hex 48 39 20

RGB Percentages of Color #483920

%44.72
%35.40
%19.88

CMYK Percentages of Color #483920

%0
%21
%56
%72

Triadic Colors of #483920

#483920 #204839 #392048

Analogous Colors of #483920

#483920 #434820 #482520

Monochromatic Colors of #483920

#483920

Complementary Color

#483920 #202f48

#483920 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483920 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483920 Color CSS Codes

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

#483920 Text Font Color

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

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


#483920 Background Color

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

This div background color is #483920


#483920 Border Color

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

This div border color is #483920


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483920


Comments

No comments written yet.

Please login to write comment.