Color Hex Logo

#532818 Color Hex

#532818
(83,40,24)
0 Favorites   0 Comments

Color spaces of #532818

RGB 834024
HSL0.050.550.21
HSV16°71°33°
CMYK 0.000.520.71   0.67
XYZ4.49093.42251.2881
Yxy3.42250.48810.3720
Hunter Lab18.500010.95618.8218
CIE-Lab21.662218.422619.3634

#532818 color RGB value is (83,40,24).

#532818 hex color red value is 83, green value is 40 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #532818 hue: 0.05 , saturation: 0.55 and the lightness value of 532818 is 0.21.

The process color (four color CMYK) of #532818 color hex is 0.00, 0.52, 0.71, 0.67. Web safe color of #532818 is #663300. Color #532818 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101000 00011000
Octal 123 50 30
Decimal 83 40 24
Hex 53 28 18

RGB Percentages of Color #532818

%56.46
%27.21
%16.33

CMYK Percentages of Color #532818

%0
%52
%71
%67

Triadic Colors of #532818

#532818 #185328 #281853

Analogous Colors of #532818

#532818 #534618 #531826

Monochromatic Colors of #532818

#532818

Complementary Color

#532818 #184353

#532818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532818 Color CSS Codes

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

#532818 Text Font Color

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

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


#532818 Background Color

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

This div background color is #532818


#532818 Border Color

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

This div border color is #532818


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,40,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532818; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532818;
  -webkit-box-shadow: 1px 1px 3px 2px #532818;
  box-shadow:         1px 1px 3px 2px #532818; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,40,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532818


Comments

No comments written yet.

Please login to write comment.