Color Hex Logo

#53452c Color Hex

#53452C
(83,69,44)
0 Favorites   0 Comments

Color spaces of #53452c

RGB 836944
HSL0.110.310.25
HSV38°47°33°
CMYK 0.000.170.47   0.67
XYZ6.15006.27713.2703
Yxy6.27710.39180.3999
Hunter Lab25.0541-0.02869.7988
CIE-Lab30.10112.020017.3158

#53452c color RGB value is (83,69,44).

#53452c hex color red value is 83, green value is 69 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #53452c hue: 0.11 , saturation: 0.31 and the lightness value of 53452c is 0.25.

The process color (four color CMYK) of #53452c color hex is 0.00, 0.17, 0.47, 0.67. Web safe color of #53452c is #663333. Color #53452c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 00101100
Octal 123 105 54
Decimal 83 69 44
Hex 53 45 2C

RGB Percentages of Color #53452c

%42.35
%35.20
%22.45

CMYK Percentages of Color #53452c

%0
%17
%47
%67

Triadic Colors of #53452c

#53452c #2c5345 #452c53

Analogous Colors of #53452c

#53452c #4e532c #53322c

Monochromatic Colors of #53452c

#53452c

Complementary Color

#53452c #2c3a53

#53452c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53452c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53452c Color CSS Codes

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

#53452c Text Font Color

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

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


#53452c Background Color

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

This div background color is #53452c


#53452c Border Color

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

This div border color is #53452c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,69,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #53452c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #53452c;
  -webkit-box-shadow: 1px 1px 3px 2px #53452c;
  box-shadow:         1px 1px 3px 2px #53452c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53452c


Comments

No comments written yet.

Please login to write comment.