Color Hex Logo

#53320f Color Hex

#53320F
(83,50,15)
0 Favorites   0 Comments

Color spaces of #53320f

RGB 835015
HSL0.090.690.19
HSV31°82°33°
CMYK 0.000.400.82   0.67
XYZ4.79414.15471.0012
Yxy4.15470.48180.4176
Hunter Lab20.38316.312811.3559
CIE-Lab24.176411.565227.3694

#53320f color RGB value is (83,50,15).

#53320f hex color red value is 83, green value is 50 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #53320f hue: 0.09 , saturation: 0.69 and the lightness value of 53320f is 0.19.

The process color (four color CMYK) of #53320f color hex is 0.00, 0.40, 0.82, 0.67. Web safe color of #53320f is #663300. Color #53320f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110010 00001111
Octal 123 62 17
Decimal 83 50 15
Hex 53 32 F

RGB Percentages of Color #53320f

%56.08
%33.78
%10.14

CMYK Percentages of Color #53320f

%0
%40
%82
%67

Triadic Colors of #53320f

#53320f #0f5332 #320f53

Analogous Colors of #53320f

#53320f #52530f #53100f

Monochromatic Colors of #53320f

#53320f

Complementary Color

#53320f #0f3053

#53320f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53320f Color Preview on White Background

Lorem ipsum dolor sit amet.

#53320f Color CSS Codes

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

#53320f Text Font Color

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

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


#53320f Background Color

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

This div background color is #53320f


#53320f Border Color

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

This div border color is #53320f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,50,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53320f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53320f;
  -webkit-box-shadow: 1px 1px 3px 2px #53320f;
  box-shadow:         1px 1px 3px 2px #53320f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53320f


Comments

No comments written yet.

Please login to write comment.