Color Hex Logo

#53422d Color Hex

#53422D
(83,66,45)
0 Favorites   0 Comments

Color spaces of #53422d

RGB 836645
HSL0.090.300.25
HSV33°46°33°
CMYK 0.000.200.46   0.67
XYZ5.98915.92493.3106
Yxy5.92490.39340.3892
Hunter Lab24.34111.32278.9748
CIE-Lab29.22224.042215.5462

#53422d color RGB value is (83,66,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000010 00101101
Octal 123 102 55
Decimal 83 66 45
Hex 53 42 2D

RGB Percentages of Color #53422d

%42.78
%34.02
%23.20

CMYK Percentages of Color #53422d

%0
%20
%46
%67

Triadic Colors of #53422d

#53422d #2d5342 #422d53

Analogous Colors of #53422d

#53422d #51532d #532f2d

Monochromatic Colors of #53422d

#53422d

Complementary Color

#53422d #2d3e53

#53422d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53422d Color Preview on White Background

Lorem ipsum dolor sit amet.

#53422d Color CSS Codes

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

#53422d Text Font Color

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

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


#53422d Background Color

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

This div background color is #53422d


#53422d Border Color

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

This div border color is #53422d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,66,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 #53422d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53422d


Comments

No comments written yet.

Please login to write comment.