Color Hex Logo

#483120 Color Hex

#483120
(72,49,32)
0 Favorites   0 Comments

Color spaces of #483120

RGB 724932
HSL0.070.380.20
HSV26°56°28°
CMYK 0.000.320.56   0.72
XYZ4.03153.67861.8641
Yxy3.67860.42110.3842
Hunter Lab19.17973.95567.6633
CIE-Lab22.57918.083814.9691

#483120 color RGB value is (72,49,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110001 00100000
Octal 110 61 40
Decimal 72 49 32
Hex 48 31 20

RGB Percentages of Color #483120

%47.06
%32.03
%20.92

CMYK Percentages of Color #483120

%0
%32
%56
%72

Triadic Colors of #483120

#483120 #204831 #312048

Analogous Colors of #483120

#483120 #484520 #482023

Monochromatic Colors of #483120

#483120

Complementary Color

#483120 #203748

#483120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483120 Color CSS Codes

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

#483120 Text Font Color

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

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


#483120 Background Color

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

This div background color is #483120


#483120 Border Color

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

This div border color is #483120


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,49,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 #483120">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483120


Comments

No comments written yet.

Please login to write comment.