Color Hex Logo

#483821 Color Hex

#483821
(72,56,33)
0 Favorites   0 Comments

Color spaces of #483821

RGB 725633
HSL0.100.370.21
HSV35°54°28°
CMYK 0.000.220.54   0.72
XYZ4.36124.31592.0420
Yxy4.31590.40690.4026
Hunter Lab20.77471.11638.7146
CIE-Lab24.68943.617017.0174

#483821 color RGB value is (72,56,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111000 00100001
Octal 110 70 41
Decimal 72 56 33
Hex 48 38 21

RGB Percentages of Color #483821

%44.72
%34.78
%20.50

CMYK Percentages of Color #483821

%0
%22
%54
%72

Triadic Colors of #483821

#483821 #214838 #382148

Analogous Colors of #483821

#483821 #454821 #482521

Monochromatic Colors of #483821

#483821

Complementary Color

#483821 #213148

#483821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#483821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#483821 Color CSS Codes

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

#483821 Text Font Color

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

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


#483821 Background Color

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

This div background color is #483821


#483821 Border Color

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

This div border color is #483821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #483821


Comments

No comments written yet.

Please login to write comment.