Color Hex Logo

#532312 Color Hex

#532312
(83,35,18)
0 Favorites   0 Comments

Color spaces of #532312

RGB 833518
HSL0.040.640.20
HSV16°78°33°
CMYK 0.000.580.78   0.67
XYZ4.27753.08470.9422
Yxy3.08470.51510.3715
Hunter Lab17.563312.73749.1137
CIE-Lab20.380021.039821.6612

#532312 color RGB value is (83,35,18).

#532312 hex color red value is 83, green value is 35 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #532312 hue: 0.04 , saturation: 0.64 and the lightness value of 532312 is 0.20.

The process color (four color CMYK) of #532312 color hex is 0.00, 0.58, 0.78, 0.67. Web safe color of #532312 is #663300. Color #532312 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 00010010
Octal 123 43 22
Decimal 83 35 18
Hex 53 23 12

RGB Percentages of Color #532312

%61.03
%25.74
%13.24

CMYK Percentages of Color #532312

%0
%58
%78
%67

Triadic Colors of #532312

#532312 #125323 #231253

Analogous Colors of #532312

#532312 #534412 #531222

Monochromatic Colors of #532312

#532312

Complementary Color

#532312 #124253

#532312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532312 Color CSS Codes

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

#532312 Text Font Color

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

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


#532312 Background Color

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

This div background color is #532312


#532312 Border Color

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

This div border color is #532312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532312


Comments

No comments written yet.

Please login to write comment.