Color Hex Logo

#53452d Color Hex

#53452D
(83,69,45)
0 Favorites   0 Comments

Color spaces of #53452d

RGB 836945
HSL0.110.300.25
HSV38°46°33°
CMYK 0.000.170.46   0.67
XYZ6.16916.28473.3705
Yxy6.28470.38980.3972
Hunter Lab25.06930.05439.5771
CIE-Lab30.11972.147416.7193

#53452d color RGB value is (83,69,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000101 00101101
Octal 123 105 55
Decimal 83 69 45
Hex 53 45 2D

RGB Percentages of Color #53452d

%42.13
%35.03
%22.84

CMYK Percentages of Color #53452d

%0
%17
%46
%67

Triadic Colors of #53452d

#53452d #2d5345 #452d53

Analogous Colors of #53452d

#53452d #4e532d #53322d

Monochromatic Colors of #53452d

#53452d

Complementary Color

#53452d #2d3b53

#53452d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53452d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53452d Color CSS Codes

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

#53452d Text Font Color

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

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


#53452d Background Color

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

This div background color is #53452d


#53452d Border Color

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

This div border color is #53452d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53452d


Comments

No comments written yet.

Please login to write comment.